Skip to content

Conversation

@AppKiv
Copy link

@AppKiv AppKiv commented Oct 15, 2025

support DatasetOrTimeSchedule
add processing key "timetable" for schedule with key "datasets"

example:

  schedule:
    datasets: "((s3://dataset_custom_1 & s3://dataset_custom_2) | s3://dataset_custom_3)"
    timetable: 
      __type__: airflow.timetables.trigger.CronTriggerTimetable
      cron: "0 1 * * 5"
      timezone: UTC

@AppKiv AppKiv requested a review from a team as a code owner October 15, 2025 12:15
@codecov-commenter
Copy link

codecov-commenter commented Oct 15, 2025

Codecov Report

❌ Patch coverage is 69.23077% with 4 lines in your changes missing coverage. Please review.
✅ Project coverage is 93.49%. Comparing base (ca9914e) to head (2472727).

Files with missing lines Patch % Lines
dagfactory/dagbuilder.py 69.23% 4 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #599      +/-   ##
==========================================
- Coverage   93.77%   93.49%   -0.29%     
==========================================
  Files          13       13              
  Lines        1125     1137      +12     
==========================================
+ Hits         1055     1063       +8     
- Misses         70       74       +4     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants