The GitHub Actions job "Tests" on airflow.git has failed. Run started by GitHub user kaxil (triggered by kaxil).
Head commit for run: 3a15910a148a671ca2bbfd632c8f802e1b75c5b4 / Kaxil Naik <kaxiln...@gmail.com> Correctly objects inherited from Task SDK's BaseOperator Before: ``` (Pdbr) dag.data["dag"]["tasks"][0] '<Task(TimeDeltaSensorAsync): wait>' ``` After: ``` (Pdbr) dag.data["dag"]["tasks"][0] { '__var': { 'start_from_trigger': False, 'pool': 'default_pool', 'ui_color': '#e6f1f2', 'is_teardown': False, 'task_id': 'wait', '_needs_expansion': False, 'on_failure_fail_dagrun': False, 'template_fields': [], 'reschedule': False, 'weight_rule': 'downstream', 'template_ext': [], 'downstream_task_ids': ['finish'], 'is_setup': False, 'ui_fgcolor': '#000', 'template_fields_renderers': {}, '_is_sensor': True, 'task_type': 'TimeDeltaSensorAsync', '_task_module': 'airflow.providers.standard.sensors.time_delta', '_is_empty': False, '_can_skip_downstream': False, 'start_trigger_args': None }, '__type': 'operator' }, ``` Report URL: https://github.com/apache/airflow/actions/runs/14066583736 With regards, GitHub Actions via GitBox --------------------------------------------------------------------- To unsubscribe, e-mail: jobs-unsubscr...@airflow.apache.org For additional commands, e-mail: jobs-h...@airflow.apache.org