Brent Bovenzi
Brent Bovenzi
cc: @dstandish
I wonder if this should be added as a configuration for pausing/unpausing DAGs? Having a separate button for this could be confusing.
> I think this involves some changes to the DB schema as probably it means that `is_paused` is no longer just bool of True / False but actually it has...
Instead of messing with the state, I wonder if we could have an advanced version of the dag pause action. That will pause a dag after the end of the...
We already return `extra` in the API request so its just a matter of rendering it inside of a `` view.
Good idea! I actually thought we already had an issue for this, but I guess not.
> @bbovenzi how are we representing the All and Any relationship here? I suggest we have a representation for All and Any relationship for the dataset. That PR isn't merged...
> Looks correct to me functionality wise after testing this. > > Only thought I had is Let's say DAG1 produces Dataset1, DAG2 produces Dataset2, DAG3 depends on both Dataset1...
Made `extra` a json object instead of a tuple. Added request body to `extra`. And hiding sensitive fields for connections and variables:
Closing in favor of https://github.com/apache/airflow/pull/37734 I want to leave changes to variables+connections API and the `extra` field as a separate effort