Ashish Patel

Results 13 comments of Ashish Patel

![image](https://user-images.githubusercontent.com/16856802/182431066-c4971ce7-b29d-4f49-88f7-c594b67c9d17.png)

Testing providers with sql and template files(*_tf) ![image](https://user-images.githubusercontent.com/16856802/182429099-29772ec7-ce94-403f-b0a4-680c3aff5c21.png)

![image](https://user-images.githubusercontent.com/16856802/182430905-18d0aefb-4d35-4d69-941f-4638afb4e990.png)

I am happy to check this out @eladkal @potiuk , OPTION(1): changing "is_paused" from boolean to string( paused/unpaused/drain ), it could be a good idea in to add an additional...

Exploring Option(2) paused: states ( PAUSED, DRAIN) ~ not UNPAUSED unpaused: state( UNPAUSED)

Can We change schema of DAG(), is_paused should be having same datatype in both DagModel and Dag, changing it from boolean to string will also change openAPI spec and so...

thanks @bbovenzi, I have found a way to still complete the DAGRun, even if the dag is paused. Do we want it to be default behaviour or we should parameterize...

yes @eladkal , the only difference will be that, earlier if we pause a dag and there are some queued/scheduled tasks they will remain in that state forever, after this...

> I am OK with having some code settings that can help limit the pausing options on specific dag (should DAG author wants it) but as a general concept I...

@eladkal what do we think? 1. I think as suggested by @shubham22, we can make this as consistent( allowing drainage by default ) 2. Or by adding an argument to...