Madison Schott
07/06/2021, 7:06 PMTask 'DbtShellTask': Starting task run...
[2021-07-06 15:05:27-0400] ERROR - prefect.DbtShellTask | Command failed with exit code 2
[2021-07-06 15:05:27-0400] INFO - prefect.TaskRunner | FAIL signal raised: FAIL('Command failed with exit code 2')
[2021-07-06 15:05:28-0400] INFO - prefect.TaskRunner | Task 'DbtShellTask': Finished task run for task with final state: 'Failed'
[2021-07-06 15:05:28-0400] INFO - prefect.FlowRunner | Flow run FAILED: some reference tasks failed.
Zanie
07/06/2021, 7:21 PMlog_stderr=True
on the DbtShellTask you should get the last line of outputMadison Schott
07/06/2021, 7:30 PMprofiles_dir='/Users/madison/dbt_snowflake'
fatal: Not a dbt project (or any of the parent directories). Missing dbt_project.yml file
Bruno Murino
07/06/2021, 11:17 PMMadison Schott
07/07/2021, 2:21 PM