You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We should get the decorators in https://github.com/apache/airflow/blob/main/airflow-core/src/airflow/decorators/__init__.py importable from airflow.sdk instead.
Especially from airflow.sdk import task should work.
(follow-up of #48683)
We should get the decorators in
https://github.com/apache/airflow/blob/main/airflow-core/src/airflow/decorators/__init__.pyimportable fromairflow.sdkinstead.Especially
from airflow.sdk import taskshould work.