Skip to content

Commit 7446fd3

Browse files
committed
Update docs
1 parent a6d3905 commit 7446fd3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

text_2_sql/data_dictionary/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ To generate a data dictionary, perform the following steps:
232232

233233
2. Package and install the `text_2_sql_core` library. See [build](https://docs.astral.sh/uv/concepts/projects/build/) if you want to build as a wheel and install on an agent. Or you can run from within a `uv` environment and skip packaging.
234234
- Install the optional dependencies if you need a database connector other than TSQL. `uv sync --extra <DATABASE ENGINE>`
235-
235+
236236
3. Run `uv run data_dictionary <DATABASE ENGINE>`
237237
- You can pass the following command line arguements:
238238
- `-- output_directory` or `-o`: Optional directory that the script will write the output files to.
@@ -242,7 +242,7 @@ To generate a data dictionary, perform the following steps:
242242
- `entities`: A list of entities to extract. Defaults to None.
243243
- `excluded_entities`: A list of entities to exclude.
244244
- `excluded_schemas`: A list of schemas to exclude.
245-
245+
246246
4. Upload these generated data dictionaries files to the relevant containers in your storage account. Wait for them to be automatically indexed with the included skillsets.
247247

248248
> [!IMPORTANT]

0 commit comments

Comments
 (0)