Daniel Wolf

Results 6 comments of Daniel Wolf

@dosu Your proposed solution does not work: ``` Broken DAG: [/path/to/my_dag.py] Traceback (most recent call last): File "/home/airflow/.local/lib/python3.10/site-packages/airflow/models/dag.py", line 4307, in factory f(**f_kwargs) File "/path/to/my_dag.py", line 47, in dbt_dag params...

This also doesn't work, since the context isn't available in the scope of the dag, only in the scope of the task (see the [docs](https://airflow.apache.org/docs/apache-airflow/stable/core-concepts/params.html#dag-level-params) and [this SO answer](https://stackoverflow.com/a/75128818/12886610)). I...

@tatiana Thank you for your reply! I'm using version 1.7.1. of astronomer-cosmos. (I'm using an older version because we're using an older image that for various reasons isn't so straightforward...

@tatiana > I will submit a PR adding `full_refresh` as a templated field to `DbtSourceMixin` as soon as I find time. The base command of `DbtSourceMixin` is `["source", "freshness"]` and...

> [@tatiana](https://github.com/tatiana) > > > I will submit a PR adding `full_refresh` as a templated field to `DbtSourceMixin` as soon as I find time. > > The base command of...

This is a very good point, but alas I don't have the capacity to look into at the moment. I suspect someone with better knowledge of OAuth/SSO could make short...