The GitHub Actions job "Tests" on 
airflow.git/ferruzzi/deadlines/add-deadline-to-dag-model has failed.
Run started by GitHub user ferruzzi (triggered by ferruzzi).

Head commit for run:
fbfd1e2cf44d8180c9fa5e9a104fcd10eef62765 / ferruzzi <[email protected]>
Add deadline to DAG model

Example usage:

```
@task
def hello():
    log.info('hello world')

with DAG(
    dag_id='dag_with_deadline',
    deadline=DeadlineAlert(
        trigger=DeadlineTrigger.DAGRUN_LOGICAL_DATE,
        interval=timedelta(hours=1),
        callback=hello_callback,
    )
):
    hello()
```

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

With regards,
GitHub Actions via GitBox


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

Reply via email to