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

Head commit for run:
794bc49f2d5e6a1dffa45e0c38653f09ed6bb303 / Wei Lee <[email protected]>
Pre-fill a suggested partition key when manually triggering asset-driven or 
runtime partitioned Dags

Asset-driven partitioned Dags and partitioned_at_runtime Dags have no
schedule tick to derive a partition key from, so the manual-trigger form
left the field empty and users had to guess the key that the scheduler or
a previous run had used. Runtime-partitioned Dags did not even get the
field rendered.

The suggestion is a guess, not a derivation, so the form warns that the
key may already have run and every source is best-effort: the pending
partition lookup follows the scheduler's FIFO claim order so it names the
partition that will actually run next, and nothing de-duplicates a
partition that has already run, because re-materializing a partition is
legitimate.

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

With regards,
GitHub Actions via GitBox


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

Reply via email to