-
Notifications
You must be signed in to change notification settings - Fork 190
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
[CT-1469] init pr for short term python version issue fix #307
Conversation
@@ -34,7 +34,7 @@ | |||
RuntimeException, | |||
FailedToConnectException, | |||
DatabaseException, | |||
warn_or_error, | |||
warn_or_error, # type: ignore[attr-defined] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this something new needed?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
no this will be removed, looking into the failure cause
@leahwicz this should now be good for review to start the snowflake changes and backports |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@McKnight-42 do we want these backport labels like in dbt-labs/dbt-redshift#211? It doesn't look like dbt-labs/dbt-bigquery#378 or dbt-labs/dbt-spark#508 have the backport labels 🤷 |
@dbeatty10 they will have to be backported but our gha isn't working on 1.2.latest and 1.1.latest last I checked so have to do those manually, currently have a few on the other prs as well |
@McKnight-42 who will merge this PR? I am happy to do so if desired. I think our CI will continue to fail until this is merged, so I am waiting for this before merging #280. Also: who will create the backports for 1.2.latest and 1.1.latest? |
* [CT-1469] init pr for short term python version issue fix * seeing if adding py311 as option in tox fixes * removing ref to py311 * seeing if ignoring error helps * remove useful mypy ignore
* [CT-1469] init pr for short term python version issue fix * seeing if adding py311 as option in tox fixes * removing ref to py311 * seeing if ignoring error helps * remove useful mypy ignore
* [CT-1469] init pr for short term python version issue fix * seeing if adding py311 as option in tox fixes * removing ref to py311 * seeing if ignoring error helps * remove useful mypy ignore
* [CT-1469] init pr for short term python version issue fix * seeing if adding py311 as option in tox fixes * removing ref to py311 * seeing if ignoring error helps * remove useful mypy ignore
resolves dbt-labs/dbt-core#6203
Description
Upgrade actions/setup-python from v2 to v4.3.0 to bring in all the updates for deprecations
Defines Python Version to use when installing dependencies
Checklist
changie new
to create a changelog entry