The GitHub Actions job "Tests (AMD)" on airflow.git/partitions-clear has 
succeeded.
Run started by GitHub user Lee-W (triggered by Lee-W).

Head commit for run:
5ac5f60a97d0de3508fa0e8663643c907e73ec87 / Wei Lee <[email protected]>
feat(cli): add `partitions clear` to reset DagRun partition fields

Introduce a new `airflow partitions` command group with a `clear`
action that nulls out `partition_key` and `partition_date` on one or
more DagRuns. Useful when migrating off a partitioned timetable or
fixing a Dag run whose partition metadata was set incorrectly.

Targeting:
- `--dag-id` (required)
- `--run-id` for a single run, or
- `--start-date` / `--end-date` to clear a `partition_date` range
(the two modes are mutually exclusive)

Safety:
- `--dry-run` previews matching runs without writing
- Prints the existing `partition_key` / `partition_date` before
clearing each run, and skips runs already cleared

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

With regards,
GitHub Actions via GitBox


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

Reply via email to