David Blain
David Blain
I'm having trouble fixing this mypy error as both the .py and and .pyi files do have a correct signature, at least from what I see: ``` providers/common/sql/src/airflow/providers/common/sql/triggers/sql.pyi:45: error: Return...
@eladkal @potiuk test are green again
> Thank you to both of you! Nicely done, good work!
> Just want to check, right now several of the existing operators get a handle to the connection and call the Microsoft Azure library directly. These should really be refactored...
> Looks like there is some problem with minimum version of one of microsoft dependencies. Bringing it down, brings opentelemetry dependency down and this seems to break imports. Unfold the...
> There are some compatibility Airflow 3 / Airflow 2 issues that need to be addressed :) All issues fixed
Tested [Added paginated_run method to KiotaRequestAdapterHook in MSGraph #57536](https://github.com/apache/airflow/pull/57536) in Airflow 3.1.4 and it worked flawlessly.
I'm experiencing the same issue on poetry 1.1.8 but I have a patch to solve this. The problem is that by default, the requests library doesn't retry when a connection...
> Why do we need a separate operator class? Can this not just be a part of PythonOperator? Good remark, will check, I found it cleaner to split but indeed...
> It’s indeed cleaner from the implementation-wise, but I’d prefer PythonOperator to just work with async functions, instead of needing a separate class. It’d be easier if there’s one class...