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
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -229,8 +229,10 @@ To generate a data dictionary, perform the following steps:
229
229
1. Create your `.env` file based on the provided sample `text_2_sql/.env.example`. Place this file in the same place in `text_2_sql/.env`.
230
230
231
231
**Execute the following commands in the `text_2_sql_core` directory:**
232
+
232
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.
233
234
- Install the optional dependencies if you need a database connector other than TSQL. `uv sync --extra <DATABASE ENGINE>`
235
+
234
236
3. Run `uv run data_dictionary <DATABASE ENGINE>`
235
237
- You can pass the following command line arguements:
236
238
-`-- output_directory` or `-o`: Optional directory that the script will write the output files to.
@@ -240,6 +242,7 @@ To generate a data dictionary, perform the following steps:
240
242
-`entities`: A list of entities to extract. Defaults to None.
241
243
-`excluded_entities`: A list of entities to exclude.
242
244
-`excluded_schemas`: A list of schemas to exclude.
245
+
243
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