Josh Fell

Results 35 comments of Josh Fell

@viniciusdsmello Where are you setting your `on_failure_callback`: on the DAG object, `default_args`, or on tasks themselves?

> > Nice work here! > > I do think though that this logic should live in the DbtCloudHook instead. Moving the logic to the hook would cover both scenarios...

You can use [Jinja's `include` tag](https://jinja.palletsprojects.com/en/3.1.x/templates/#include) to render a file's contents. For example, using this SQL file; ```sql # dags/sql/default.sql SELECT 'from a templated file'; ``` and this task definition:...

@alexcsolomon1 All yours, feel free to submit a PR! Thanks for logging the issue.