You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: text_2_sql/data_dictionary/README.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -232,7 +232,7 @@ To generate a data dictionary, perform the following steps:
232
232
233
233
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.
234
234
- Install the optional dependencies if you need a database connector other than TSQL. `uv sync --extra <DATABASE ENGINE>`
235
-
235
+
236
236
3. Run `uv run data_dictionary <DATABASE ENGINE>`
237
237
- You can pass the following command line arguements:
238
238
-`-- 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:
242
242
-`entities`: A list of entities to extract. Defaults to None.
243
243
-`excluded_entities`: A list of entities to exclude.
244
244
-`excluded_schemas`: A list of schemas to exclude.
245
-
245
+
246
246
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.
0 commit comments