-
Notifications
You must be signed in to change notification settings - Fork 45
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to use the Python Astro SDK with Airflow 2.3.0 #351
Comments
Dito. From a docker-compose install:
|
kaxil
added a commit
that referenced
this issue
May 19, 2022
This commit unpins `SQLAlchemy` and `sqlalchemy-bigquery` dependency so we can use it with Airflow 2.3. This PR also fixes the Sqlite issues that we were hacking around with quotes. I have also created a companion PR in Airflow: apache/airflow#23790 . Once this PR is merged and release, we can bump the Sqlite Provider and remove the logic of `get_uri` from this repo. closes #351
kaxil
added a commit
that referenced
this issue
May 19, 2022
This commit unpins `SQLAlchemy` and `sqlalchemy-bigquery` dependency so we can use it with Airflow 2.3. This PR also fixes the Sqlite issues that we were hacking around with quotes. I have also created a companion PR in Airflow: apache/airflow#23790 . Once this PR is merged and release, we can bump the Sqlite Provider and remove the logic of `get_uri` from this repo. closes #351 (cherry picked from commit ba4e6bd)
@pgzmnk Hey Plinio, can you help test |
kaxil
added a commit
that referenced
this issue
May 22, 2022
This commit unpins `SQLAlchemy` and `sqlalchemy-bigquery` dependency so we can use it with Airflow 2.3. This PR also fixes the Sqlite issues that we were hacking around with quotes. I have also created a companion PR in Airflow: apache/airflow#23790 . Once this PR is merged and release, we can bump the Sqlite Provider and remove the logic of `get_uri` from this repo. closes #351
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
Airflow 2.3.0 uses newer versions of SQLAlchemy (1.4,<1.4.10) than the ones supported by Astro ("SQLAlchemy>=1.3.18,<=1.3.24"):
https://github.com/astro-projects/astro/blob/main/pyproject.toml#L23
https://github.com/apache/airflow/blob/main/setup.cfg#L165
Version
To Reproduce
Steps to reproduce the behavior:
requirements.txt
with:requirements.txt
fileExpected behavior
The user is able to install the newest version of Airflow and of the Astro library.
Currently, the user is not able to install the dependencies of this file.
Additional details
The text was updated successfully, but these errors were encountered: