Skip to content

Commit 24c6482

Browse files
committed
Update readme
1 parent 0d15f7f commit 24c6482

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
@@ -231,7 +231,7 @@ To generate a data dictionary, perform the following steps:
231231
**Execute the following commands in the `text_2_sql_core` directory:**
232232
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.
233233
- 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>`
235235
- You can pass the following command line arguements:
236236
- `-- output_directory` or `-o`: Optional directory that the script will write the output files to.
237237
- `-- 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:
244244

245245
> [!IMPORTANT]
246246
>
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

Comments
 (0)