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

Adding only valid DAG state for TriggerDagRunOperator #1245

Merged
merged 2 commits into from
Jul 13, 2023

Conversation

vatsrahul1001
Copy link
Contributor

Recently, we have noticed that our Master DAG and example_external_task DAG are throwing parsing errors due to a new change. We can only pass valid DAG states in TriggerDagRunOperator. This PR will address this issue

@codecov
Copy link

codecov bot commented Jul 13, 2023

Codecov Report

Patch and project coverage have no change.

Comparison is base (3c032c9) 98.58% compared to head (bdd4bf7) 98.58%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1245   +/-   ##
=======================================
  Coverage   98.58%   98.58%           
=======================================
  Files          90       90           
  Lines        5389     5389           
=======================================
  Hits         5313     5313           
  Misses         76       76           

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@vatsrahul1001 vatsrahul1001 merged commit fedc81f into main Jul 13, 2023
2 checks passed
@vatsrahul1001 vatsrahul1001 deleted the fix_TriggerDagRunOperator_alllowed_states branch July 13, 2023 11:59
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.

3 participants