Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Non dbt command in the DbtCoreOperation in the dbt prefect bigquery quickstart #95

Open
machariamuguku opened this issue Feb 12, 2024 · 0 comments

Comments

@machariamuguku
Copy link

In the dbt prefect bigquery workflow, the first command in the list (pwd) fails because it's not a dbt command. Every command in the DbtCoreOperation is presumed to be a valid dbt command and --profiles-dir and --project-dir are appended during command run. when you append the commands to the bash command pwd (e.g pwd --profiles-dir /some/dir --project-dir /some/dir) it fails because it treats the appends as flags.

Weirdly, this does not trigger the task to fail. It only shows on the logs as an info. See screenshot below
Screenshot from 2024-02-13 01-20-46

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant