-
Notifications
You must be signed in to change notification settings - Fork 59
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
support retrying interface exceptions during query execution #960
Conversation
Thank you for your pull request! We could not find a changelog entry for this change. For details on how to document a change, see the dbt-redshift contributing guide. |
… redshift's official docs See more here: https://github.com/aws/amazon-redshift-python-driver/blob/master/redshift_connector/error.py
97492ce
to
cf25dc4
Compare
hatch.toml
Outdated
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.
Reminder to revert all changes in this file.
hatch.toml
Outdated
@@ -59,3 +59,6 @@ check-sdist = [ | |||
"pip freeze | grep dbt-redshift", | |||
] | |||
docker-prod = "docker build -f docker/Dockerfile -t dbt-redshift ." | |||
|
|||
[tool.hatch.metadata] |
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.
This can't be in hatch.toml
nor pyproject.toml
to publish to PyPI. hatch build
will fail since this is not reproducible.
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.
Rerunning CI after the version bump is merged into dbt-adapters
should make it pass.
requires: dbt-labs/dbt-adapters#368
docs dbt-labs/docs.getdbt.com/#
Problem
Solution
Checklist