Daniel Standish
Daniel Standish
@MathMagique do you have an example of how to add support for a new data type? E.g. a pull request that was merged, in which this was done? I just...
@dimberman got this deprecation warning which ... probably you can avoid somehow: ``` local ❯ airflow dags test example_time_delta_sensor_async -S /Users/dstandish/code/airflow/airflow/example_dags/example_time_delta_sensor_async.py /Users/dstandish/code/airflow/airflow/models/dag.py:3601 RemovedInAirflow3Warning: Calling `DAG.create_dagrun()` without an explicit data interval...
> @uranusjr in that case should we make a separate ticket to create an airflow dags backfill command? I wouldn't want to leave this function broken for some small edge-case...
the dags (where the subdags lived) had a dag concurrency of 1. it wasn't general scheduler concurrency (i.e. cluster parallelism or whatever it is) but so it sounds like you...
> I'm not sure [init_oracle_client](https://github.com/oracle/python-oracledb/blob/main/src/oracledb/impl/thick/utils.pyx#L436) returns a client - seems to be just setting up the parameters for calling the thick client. I think? doesn't really matter. call it client...
> I took @potiuk 's comments on #24618 to mean it should go in the `__init__` for the hook looks like you're referring to [this comment](https://github.com/apache/airflow/issues/24618#issuecomment-1173070594). he's suggesting adding another...
So you have done quite a bit of refactoring, and added, it seems, quite a bit of new functionality, but you have only added a test for the thick mode...
nice, thanks, yeah i knew the formatting was off but could not figure out what was wrong ... this looks great...
OK so... i made it so this is just a private attr on ser dag object... So really this just fixes the existing feature without adding any new backcompat promises....