Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Dataset and DatasetAlias scheduling in Airflow 2.10 #1240

Merged
merged 5 commits into from
Oct 4, 2024

Commits on Oct 3, 2024

  1. Fix Dataset and DatasetAlias scheduling in Airflow 2.10

    When tasks iside task groups were emitting events, they were different during task initialization and during task execution, resulting in different DatasetAlias representations and scheduling not working as expected.
    
    During task execution, the task ID is modified to also contain the task_group.
    tatiana committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    9db3be0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d81dbde View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2024

  1. Configuration menu
    Copy the full SHA
    0604536 View commit details
    Browse the repository at this point in the history
  2. Fix

    tatiana committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    1e837ca View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1b52273 View commit details
    Browse the repository at this point in the history