Ashish Patel
Ashish Patel

Testing providers with sql and template files(*_tf) 

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...