Andrey Anshin
Andrey Anshin
I think one day we need to finally resolve Consider splitting [Google Provider](https://github.com/apache/airflow/issues/15933) because google provider is really huge providers ([28k+ lines](https://app.codecov.io/gh/apache/airflow/tree/main/airflow%2Fproviders) which tracked by our test) and contains quite...
So we have `duckdb` dependency issue now, it already has python 3.12 support which added by https://github.com/duckdb/duckdb/pull/10144 (Linux and MacOS) but not released yet
Seems [`0.9.3.dev2258`](https://pypi.org/project/duckdb/0.9.3.dev2258/#files) pre-release is a first which supports 3.12 ```console ❯ pip install duckdb==0.9.3.dev2258 Collecting duckdb==0.9.3.dev2258 Obtaining dependency information for duckdb==0.9.3.dev2258 from https://files.pythonhosted.org/packages/3c/43/094637a1939e8ba6ae53a788bd46adfd0b71fe0a6e182c8e6179b2966e09/duckdb-0.9.3.dev2258-cp312-cp312-macosx_11_0_arm64.whl.metadata Downloading duckdb-0.9.3.dev2258-cp312-cp312-macosx_11_0_arm64.whl.metadata (768 bytes) Downloading duckdb-0.9.3.dev2258-cp312-cp312-macosx_11_0_arm64.whl (13.7...
One more step and a new error, this time it is related to the LevelDB, which is also part of google provider, but I guess it has separate extra I...
> Fixed I think errors with caled_once in a few tests. We also have to exclude cassandra for now: Hmm.. I looks like 3.29 version of [cassandra-driver](https://github.com/datastax/python-driver/blob/master/CHANGELOG.rst) should support Python...
Oh... I've miss that > Apparently the natural replacement for asyncore reactor is asyncio reactor If were cassandra-driver maintainer I would rather look at [`anyio`](https://anyio.readthedocs.io/en/stable/) rather then native asyncio In...
> The aiflow-init container runs airflow version which I think COULD in the past initialize the DB as side effect but this could have changed since. I guess it still...
I guess so because we have requirements for Docker Compose V2 now. My personal docker compose file for testing something internal on RC versions of Airflow/Providers also a bit out-date...
> Amazon (AWS) MWAA > Apache Airflow version > 2.8.1 Just wondering is both of these information correct? As far as I know MWAA do not supports 2.8.1 yet: https://docs.aws.amazon.com/mwaa/latest/userguide/airflow-versions.html#airflow-versions-official
Looks looks like it affect in case of deferrable mode, `CloudStorageTransferServiceCreateJobsTrigger` do not have such an option to provide connection id https://github.com/apache/airflow/blob/90e2b12d6b99d2f7db43e45f5e8b97d3b8a43b36/airflow/providers/google/cloud/triggers/cloud_storage_transfer_service.py#L33-L40