The GitHub Actions job "Tests" on airflow.git has failed.
Run started by GitHub user uranusjr (triggered by uranusjr).

Head commit for run:
c013d2f3a7b39ce6234d7528525e96f8dbff9c3c / Tzu-ping Chung <[email protected]>
Create dataset things only in DatasetManager

Prior to this commit, we already only create DatasetModel rows inside
the manager. This also changes how DatasetAliasModel to only be created
inside create_dataset_aliases, and only associated them to DatasetEvent
in register_dataset_change.

All the dataset manager functions are also changed to only accept
public-facing dataset classes, instead of ORM models.

The register_dataset_change function now takes an additional keyword
argument 'aliases' that is a list of dataset aliases associated to the
DatasetEvent to be created.

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

With regards,
GitHub Actions via GitBox


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

Reply via email to