Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature] Support for Condition-Based Scheduling in Airflow DAGs #321

Open
1 task done
ErickSeo opened this issue Dec 16, 2024 · 0 comments
Open
1 task done

[Feature] Support for Condition-Based Scheduling in Airflow DAGs #321

ErickSeo opened this issue Dec 16, 2024 · 0 comments
Labels
enhancement New feature or request triage-needed

Comments

@ErickSeo
Copy link

ErickSeo commented Dec 16, 2024

Description

I have submitted a pull request that introduces the ability to define schedules in Airflow DAGs based on logical conditions between datasets. This feature allows DAGs to be dynamically triggered depending on the availability and logical evaluation of datasets, making scheduling more flexible and adaptable to varying data inputs.

#320

The pull request has been submitted, and I would appreciate it if someone could review the changes. Please let me know if any modifications are needed or if further clarification is required. If anything is outside the established standards, please notify me, and I will work to resolve it.

Use case/motivation

https://airflow.apache.org/docs/apache-airflow/stable/authoring-and-scheduling/datasets.html#logical-operators-for-datasets

Related issues

No response

Are you willing to submit a PR?

  • Yes, I am willing to submit a PR!
@ErickSeo ErickSeo added enhancement New feature or request triage-needed labels Dec 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request triage-needed
Projects
None yet
Development

No branches or pull requests

1 participant