-
Notifications
You must be signed in to change notification settings - Fork 14.8k
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-2657] Add ability to delete dag from web UI #3531
Conversation
The tests are failing :( |
Codecov Report
@@ Coverage Diff @@
## master #3531 +/- ##
==========================================
- Coverage 77.46% 77.33% -0.13%
==========================================
Files 204 204
Lines 15233 15274 +41
==========================================
+ Hits 11800 11812 +12
- Misses 3433 3462 +29
Continue to review full report at Codecov.
|
Re-basing seemed to fix the tests on this branch. Thanks |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Closes apache#3531 from Noremac201/master
Closes #3531 from Noremac201/master
Closes apache#3531 from Noremac201/master
Related Commits: 1. [AIRFLOW-2657](PR apache#3531) 2. [AIRFLOW-3233](PR apache#4069) Added for both www/ and www_rbac
Related Commits: 1. [AIRFLOW-2657](PR #3531) 2. [AIRFLOW-3233](PR #4069) Added for both www/ and www_rbac
Related Commits: 1. [AIRFLOW-2657](PR #3531) 2. [AIRFLOW-3233](PR #4069) Added for both www/ and www_rbac
Related Commits: 1. [AIRFLOW-2657](PR apache#3531) 2. [AIRFLOW-3233](PR apache#4069) Added for both www/ and www_rbac
Closes apache#3531 from Noremac201/master
Related Commits: 1. [AIRFLOW-2657](PR apache#3531) 2. [AIRFLOW-3233](PR apache#4069) Added for both www/ and www_rbac
Related Commits: 1. [AIRFLOW-2657](PR #3531) 2. [AIRFLOW-3233](PR #4069) Added for both www/ and www_rbac
Related Commits: 1. [AIRFLOW-2657](PR apache#3531) 2. [AIRFLOW-3233](PR apache#4069) Added for both www/ and www_rbac
Closes apache#3531 from Noremac201/master
Related Commits: 1. [AIRFLOW-2657](PR apache#3531) 2. [AIRFLOW-3233](PR apache#4069) Added for both www/ and www_rbac
…circumstances [AIRFLOW-3123] Use a stack for DAG context management (apache#3956) [TWTR][AIRFLOW-XXX] Twitter Airflow Customizations + Fixup job scheduling without explicit_defaults_for_timestamp. [AIRFLOW-3160] Load latest_dagruns asynchronously [REVBUMP] v9 [AIRFLOW-2861] Add index on log table (apache#3709) [AIRFLOW-2747][PARTIAL CHERRYPICK] Explicit re-schedule of sensors [AIRFLOW-3191] Fix not being able to specify execution_date when creating dagrun [AIRFLOW-2657] Add ability to delete dag from web UI Closes apache#3531 from Noremac201/master [REVBUMP] v10 [AIRFLOW-3233] Fix deletion of DAGs in the UI [AIRFLOW-4070] log.warning for duplicate task dependencies This change logs a warning on duplicate task dependencies rather than raising an AirflowException. This will allow automated task dependencies to be generated while giving the user the option to explicitly define task dependencies. Differential Revision: https://phabricator.twitter.biz/D320000
Related Commits: 1. [AIRFLOW-2657](PR apache#3531) 2. [AIRFLOW-3233](PR apache#4069) Added for both www/ and www_rbac
Make sure you have checked all steps below.
JIRA
Description
Add the ability to delete a DAG from the web UI. This uses the airflow.api.common.experimental API that is already in airflow.
Tests
Commits
Code Quality
git diff upstream/master -u -- "*.py" | flake8 --diff