Kaxil Naik
Kaxil Naik
> I just pulled in #42951, it doesn't seem to fix it for me. I still keep getting > > ``` > > """Manages all providers.""" > > from __future__...
This change has caused the `@suppress_logs_and_warning` decorator to not work for CLI commands and hence CLI commands now show warnings. Example: https://github.com/apache/airflow/pull/43334
Fix here: https://github.com/apache/airflow/pull/43335
Same, looking forward to using it in the Airflow repo
@uranusjr Yeah, fine with that approach to get it out sooner to get user feedback. Might be worth looking at making it an "experimental" endpoint, wdyt?
Yeah, maybe in `summary` and `description`. ```py @dag_run_router.get( "/watch", tags=["experimental"], summary="Experimental: Trigger & Watch DAG until completion", description="🚧 This is an experimental endpoint and may change or be removed without...
* [x] Param * [x] ParamsDict * [x] TaskGroup
@opeida Could you expand please? Airflow 3.0.4 retains the same behavior as Airflow 2 where the DAG Processor runs the callbacks. (Fix in https://github.com/apache/airflow/pull/53058)
Cool, so that NotImplementedError should go away with 3.0.4
Are the docs & the elements visible though -- similar to https://airflow.apache.org/docs/task-sdk/stable/api.html?