The GitHub Actions job "Check newsfragment PR number" 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: 9d8903840709d41bcdd2e8307ed5bba4718197e0 / 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/31447086716 With regards, GitHub Actions via GitBox --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
