-
Notifications
You must be signed in to change notification settings - Fork 14.3k
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
[AIRFLOW-3600] Remove dagbag from trigger #4407
Conversation
Codecov Report
@@ Coverage Diff @@
## master #4407 +/- ##
=========================================
+ Coverage 78.14% 78.6% +0.45%
=========================================
Files 204 204
Lines 16433 16445 +12
=========================================
+ Hits 12842 12926 +84
+ Misses 3591 3519 -72
Continue to review full report at Codecov.
|
@ffinfo can you explain the reasoning behind this PR? |
@Fokko I did forgot the link in jira for this. This is part of AIRFLOW-3562 |
Ok, thanks! |
* Remove dagbag from trigger call * Adding fix to rbac * empty commit * Added create_dagrun to DagModel * Adding testing to /trigger calls * Make session a class var
* Remove dagbag from trigger call * Adding fix to rbac * empty commit * Added create_dagrun to DagModel * Adding testing to /trigger calls * Make session a class var
* Remove dagbag from trigger call * Adding fix to rbac * empty commit * Added create_dagrun to DagModel * Adding testing to /trigger calls * Make session a class var
* Remove dagbag from trigger call * Adding fix to rbac * empty commit * Added create_dagrun to DagModel * Adding testing to /trigger calls * Make session a class var
* Remove dagbag from trigger call * Adding fix to rbac * empty commit * Added create_dagrun to DagModel * Adding testing to /trigger calls * Make session a class var
@ffinfo , @Fokko , it seems that trigger_dag test is quite flaky(test_trigger_dag_button), I have seen it fails in couples of prs(e.g: https://travis-ci.org/apache/airflow/jobs/476146347) especially on mysql ORM. Do you guys know what is happening? |
Hmm, are you sure that this PR is the source? |
@Fokko , looking at recent commit, this is the one that modifies this part of the code. And the CI is not always fails with this test(sometimes works, sometimes not). Hence I suspect this pr is the case. And we are not sure when this pr checked in CI is broken or not, right? |
another failure in https://travis-ci.org/apache/airflow/jobs/476638427 for #4436. It seems the test fails very consistently with mysql ORM. |
* Remove dagbag from trigger call * Adding fix to rbac * empty commit * Added create_dagrun to DagModel * Adding testing to /trigger calls * Make session a class var
* Remove dagbag from trigger call * Adding fix to rbac * empty commit * Added create_dagrun to DagModel * Adding testing to /trigger calls * Make session a class var
Make sure you have checked all steps below.
Jira
Description
Removed DagBag from trigger call
Tests
Commits
Documentation
Code Quality
flake8