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:
c74c887ee76ce035b2cc34b52e8d6480e3b1df06 / 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/31571575966

With regards,
GitHub Actions via GitBox


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

Reply via email to