The GitHub Actions job "Tests" on airflow.git/main has failed.
Run started by GitHub user potiuk (triggered by amoghrajesh).

Head commit for run:
fde5051eaca10b81364cca43307c30f49bc7e529 / Kaxil Naik <[email protected]>
Move bases classes to `airflow.sdk.bases` (#48487)

These class aren't needed in DAG definition -- not atleast by DAG Authors

This PR moves core base classes to a dedicated `airflow.sdk.bases` module to 
clarify their intended usage. These classes are internal implementation details 
and not meant for direct use by DAG authors. They are meant to be used by 
Providers developer or developer of custom operators.

Key Changes:
- Created new `airflow.sdk.bases` module
- Moved base classes:
  - `BaseOperator` -> `airflow.sdk.bases.baseoperator`
  - `BaseSensorOperator` -> `airflow.sdk.bases.sensor`
  - `BaseOperatorLink` -> `airflow.sdk.bases.operatorlink`
  - `BaseNotifier` -> `airflow.sdk.bases.notifier`
  - `XCom` -> `airflow.sdk.bases.xcom`

Report URL: https://github.com/apache/airflow/actions/runs/14130133737

With regards,
GitHub Actions via GitBox


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to