You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
dbeatty10
changed the title
[Feature] Standardize on Adapter Integration Tests GitHub workflow
[Feature] Standardize on "Adapter Integration Tests" GitHub workflow
Dec 11, 2024
dbeatty10
changed the title
[Feature] Standardize on "Adapter Integration Tests" GitHub workflow
[Under the hood] Standardize on "Adapter Integration Tests" GitHub workflow
Dec 11, 2024
Is this your first time submitting a feature request?
Describe the feature
Current
The adapter integration for most adapters maintained by dbt Labs can be found here:
https://github.com/dbt-labs/dbt-postgres/actions/workflows/integration.yml
But the ones for
dbt-postgres
are here instead:https://github.com/dbt-labs/dbt-postgres/actions/workflows/integration-tests.yml
The difference is a file name of
integration-tests.yml
instead ofintegration.yml
.Proposed
The proposed feature is two-fold:
integration-tests.yml
tointegration.yml
dbt-postgres
anddbt-redshift
so they only differ where they need to (e.g., environment variables, etc.).Describe alternatives you've considered
No response
Who will this benefit?
People testing a PR in
dbt-adapters
against each of the adapter repos maintained by dbt Labs, like here: dbt-labs/dbt-adapters#372 (comment)Are you interested in contributing this feature?
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered: