Skip to content

Fix ingest_region_stats example Dag erroring with schedule=None#68719

Open
Lee-W wants to merge 1 commit into
apache:mainfrom
astronomer:fix-partition-example-dag-error
Open

Fix ingest_region_stats example Dag erroring with schedule=None#68719
Lee-W wants to merge 1 commit into
apache:mainfrom
astronomer:fix-partition-example-dag-error

Conversation

@Lee-W

@Lee-W Lee-W commented Jun 18, 2026

Copy link
Copy Markdown
Member

Why

A Dag consuming runtime-partitioned assets must schedule on PartitionAtRuntime() to be reachable; `schedule=None`` left it unrunnable.

What

Fix ingest_region_stats example Dag erroring with schedule=None


Was generative AI tooling used to co-author this PR?
  • Yes (please specify the tool below)

Generated-by: [Claude] following the guidelines


  • Read the Pull Request Guidelines for more information. Note: commit author/co-author name and email in commits become permanently public when merged.
  • For fundamental code changes, an Airflow Improvement Proposal (AIP) is needed.
  • When adding dependency, check compliance with the ASF 3rd Party License Policy.
  • For significant user-facing changes create newsfragment: {pr_number}.significant.rst, in airflow-core/newsfragments. You can add this file in a follow-up commit after the PR is created so you know the PR number.

@Lee-W Lee-W added the backport-to-v3-3-test Backport to v3-3-test label Jun 18, 2026
Both Dags consume runtime-partitioned assets, so they must schedule on
`PartitionAtRuntime()` to be reachable; `schedule=None` and
`CronPartitionTimetable` left them unrunnable. `ingest_sales` now emits the
composite `region|timestamp` partitions it advertises.
@Lee-W Lee-W force-pushed the fix-partition-example-dag-error branch from c7ec0d9 to ef16d25 Compare June 18, 2026 15:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

backport-to-v3-3-test Backport to v3-3-test

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant