The GitHub Actions job "Tests (AMD)" on 
airflow.git/suggest-partition-key-on-trigger has failed.
Run started by GitHub user Lee-W (triggered by Lee-W).

Head commit for run:
12cee09886e4674520259ca6182ca30dee433fc5 / Wei Lee <[email protected]>
Pre-populate a suggested partition key when manually triggering 
cron-partitioned Dags

Manually triggering a Dag whose timetable is CronPartitionTimetable leaves
the Partition Key field blank. If the user submits without typing one, the
Dag run is created unpartitioned and any downstream asset-partition-aware
Dag can never be satisfied by it.

Add a new Timetable.suggest_partition_key(now) hook, overridden by
CronPartitionTimetable to suggest the most recently elapsed partition tick.
Thread the suggestion through a new suggested_partition_key field on
DAGResponse to pre-populate the trigger form's Partition Key field. The
field stays editable and still submits null if the user clears it.

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

With regards,
GitHub Actions via GitBox


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

Reply via email to