Skip to content
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

fix(ingest/redshift): Identify materialized views properly + fix connection args support #9368

Merged
merged 2 commits into from
Dec 5, 2023

Conversation

treff7es
Copy link
Contributor

@treff7es treff7es commented Dec 1, 2023

Identify materialized views properly
Fixing extra arg support

Checklist

  • The PR conforms to DataHub's Contributing Guideline (particularly Commit Message Format)
  • Links to related issues (if applicable)
  • Tests for the changes have been added/updated (if applicable)
  • Docs related to the changes have been added/updated (if applicable). If a new feature has been added a Usage Guide has been added for the same.
  • For any breaking change/potential downtime/deprecation/big changes an entry has been made in Updating DataHub

Fixing extra arg support
@github-actions github-actions bot added the ingestion PR or Issue related to the ingestion of metadata label Dec 1, 2023
@@ -82,7 +82,7 @@ class RedshiftConfig(
# large Redshift warehouses. As an example, see this query for the columns:
# https://github.com/sqlalchemy-redshift/sqlalchemy-redshift/blob/60b4db04c1d26071c291aeea52f1dcb5dd8b0eb0/sqlalchemy_redshift/dialect.py#L745.
scheme: str = Field(
default="redshift+psycopg2",
default="redshift+redshift_connector",
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we should call this out in the upgrade guide as a breaking change, since some config that people previously were using may not work anymore (particularly if certain sslmode options no longer work)

@treff7es treff7es merged commit 3ee8259 into datahub-project:master Dec 5, 2023
50 of 51 checks passed
Salman-Apptware pushed a commit to Salman-Apptware/datahub that referenced this pull request Dec 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ingestion PR or Issue related to the ingestion of metadata
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants