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
@@ -231,7 +231,7 @@ To generate a data dictionary, perform the following steps:
231
231
**Execute the following commands in the `text_2_sql_core` directory:**
232
232
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
233
- Install the optional dependencies if you need a database connector other than TSQL. `uv sync --extra <DATABASE ENGINE>`
234
-
3. Run `data_dictionary <DATABASE ENGINE>`
234
+
3. Run `uv run data_dictionary <DATABASE ENGINE>`
235
235
- You can pass the following command line arguements:
236
236
-`-- output_directory` or `-o`: Optional directory that the script will write the output files to.
237
237
-`-- single_file` or `-s`: Optional flag that writes all schemas to a single file.
@@ -244,4 +244,4 @@ To generate a data dictionary, perform the following steps:
244
244
245
245
> [!IMPORTANT]
246
246
>
247
-
> - The data dictioonary generation scripts will output column values for all possible filter clauses. This could lead to output of sensitive information. You should add exclusion criteria to exclude these for only columns that you may want to filter by.
247
+
> - The data dictionary generation scripts will output column values for all possible filter clauses. This could lead to output of sensitive information. You should add exclusion criteria to exclude these for only columns that you may want to filter by.
0 commit comments