-
Notifications
You must be signed in to change notification settings - Fork 16.4k
Changed min version for common sql to 1.23.0 in apache-airflow-providers-postgres #48416
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
Changed min version for common sql to 1.23.0 in apache-airflow-providers-postgres #48416
Conversation
…low-providers-postgres
|
I think we need to do this for all sql providers that import dialects? |
Only mssql and postgres depend on it, mssql is already correct |
|
You'll need to run pre-commit to fix the error. It generates additional file that you need to commit |
|
You need to run the pre commits locally again :) |
…-apache-airflow-providers-postgres
Will redo it tonight ;-) |
…-apache-airflow-providers-postgres
…-apache-airflow-providers-postgres
…-apache-airflow-providers-postgres
…-apache-airflow-providers-postgres
|
Looks good. Thanks @dabla. The last failure was 143 (memory) I rea-run it. |
…ers-postgres (apache#48416) * refactor: Changed min version for common sql to 1.23.0 in apache-airflow-providers-postgres * refactor: Updated provider dependencies * refactor: Updated apache-airflow-providers-common-sql min version --------- Co-authored-by: David Blain <david.blain@infrabel.be>
…ers-postgres (apache#48416) * refactor: Changed min version for common sql to 1.23.0 in apache-airflow-providers-postgres * refactor: Updated provider dependencies * refactor: Updated apache-airflow-providers-common-sql min version --------- Co-authored-by: David Blain <david.blain@infrabel.be>
…ers-postgres (apache#48416) * refactor: Changed min version for common sql to 1.23.0 in apache-airflow-providers-postgres * refactor: Updated provider dependencies * refactor: Updated apache-airflow-providers-common-sql min version --------- Co-authored-by: David Blain <david.blain@infrabel.be>
Changed min version for common sql to 1.23.0 in apache-airflow-providers-postgres to fix ModuleNotFoundError: No module named 'airflow.providers.common.sql.dialects'
closes: #48381
^ Add meaningful description above
Read the Pull Request Guidelines for more information.
In case of fundamental code changes, an Airflow Improvement Proposal (AIP) is needed.
In case of a new dependency, check compliance with the ASF 3rd Party License Policy.
In case of backwards incompatible changes please leave a note in a newsfragment file, named
{pr_number}.significant.rstor{issue_number}.significant.rst, in airflow-core/newsfragments.