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
I have searched the existing issues, and I could not find an existing issue for this bug
Current Behavior
This links to astronomer/astronomer-cosmos#411 which are fixing a permissions issues where in airflow having read only permissions. To get around this they have implemented a fix to write target and logs to a temporary directory however the dbt ls command does not accept either the log-path flag or equivalent environment variable.
Expected Behavior
Allow dbt ls command to use the flag --log-path or DBT_LOG_PATH environment variable to set a log path.
Steps To Reproduce
Run the below command: dbt ls --log-path path/to/logs
Relevant log output
dbt ls --log-path value
Usage: dbt ls [OPTIONS]
Try 'dbt ls -h'for help.
Error: No such option: --log-path Did you mean --target-path?
github-actionsbot
changed the title
[Bug] DBT ls command doesn't accept log-path option
[CT-3015] [Bug] DBT ls command doesn't accept log-path option
Aug 20, 2023
Is this a new bug in dbt-core?
Current Behavior
This links to astronomer/astronomer-cosmos#411 which are fixing a permissions issues where in airflow having read only permissions. To get around this they have implemented a fix to write target and logs to a temporary directory however the
dbt ls
command does not accept either the log-path flag or equivalent environment variable.Expected Behavior
Allow
dbt ls
command to use the flag--log-path
or DBT_LOG_PATH environment variable to set a log path.Steps To Reproduce
Run the below command:
dbt ls --log-path path/to/logs
Relevant log output
Environment
Which database adapter are you using with dbt?
snowflake
Additional Context
Links to astronomer/astronomer-cosmos#411 and may be a blocker to their fix
The text was updated successfully, but these errors were encountered: