Raghav Thirumulu
12/15/2020, 6:00 PMprofiles.yml
was created correctly. im able to run dbt commands with the newly created profiles.yml
outside of the prefect packageHui Zheng
12/15/2020, 6:16 PMmarketing_task = dbtTask(
… # except command param
)
With Flow() as flow:
marketing_task( command= "your dbt command")
Raghav Thirumulu
12/15/2020, 6:23 PMmarketing_task.run('command')
within the flow as wellJames Parham
12/15/2020, 7:30 PMRaghav Thirumulu
12/15/2020, 7:34 PMcd ~
). i have a feeling prefect is unable to access my shell. i am working on windows so wondering if that may be a problemJames Parham
12/15/2020, 7:41 PMRaghav Thirumulu
12/15/2020, 8:00 PMHui Zheng
12/15/2020, 8:09 PM<https://github.com/PrefectHQ/prefect/issues/3584>