Skip to content

Commit

Permalink
target also should be string, not path
Browse files Browse the repository at this point in the history
  • Loading branch information
dbeatty10 committed Mar 19, 2024
1 parent 8067457 commit f1730c3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ Because the values of `flags` can differ across invocations, we strongly advise
| [static_parser](/reference/global-configs/parsing#static-parser) | boolean | True || `DBT_STATIC_PARSER` | `--static-parser`, `--no-static-parser` ||
| [store_failures](/reference/resource-configs/store_failures) | boolean | False | ✅ (as resource config) | `DBT_STORE_FAILURES` | `--store-failures`, `--no-store-failures` ||
| [target_path](/reference/global-configs/json-artifacts) | path | None (uses `target/`) || `DBT_TARGET_PATH` | `--target-path` ||
| [target](/docs/core/connect-data-platform/connection-profiles#about-profiles) | path | None || `DBT_TARGET` | `--target` ||
| [target](/docs/core/connect-data-platform/connection-profiles#about-profiles) | string | None || `DBT_TARGET` | `--target` ||
| [use_colors_file](/reference/global-configs/logs#color) | boolean | True || `DBT_USE_COLORS_FILE` | `--use-colors-file`, `--no-use-colors-file` ||
| [use_colors](/reference/global-configs/print-output#print-color) | boolean | True || `DBT_USE_COLORS` | `--use-colors`, `--no-use-colors` ||
| [use_experimental_parser](/reference/global-configs/parsing#experimental-parser) | boolean | False || `DBT_USE_EXPERIMENTAL_PARSER` | `--use-experimental-parser`, `--no-use-experimental-parser` ||
Expand Down

0 comments on commit f1730c3

Please sign in to comment.