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
even though matrix testing is available. it can't run concurrently because ostensibly two tests against the same DWH would collide: e.g. testing dbt-redshift==1.6.0 and dbt-redshift==1.70. Neither can two PRs run CI against the same warehouse concurrently
This is because the schema is hardcoded. It should instead by dynamic with perhaps generated GHA-run-id-related.
This issue has been marked as Stale because it has been open for 180 days with no activity. If you would like the issue to remain open, please comment on the issue or else it will be closed in 7 days.
even though matrix testing is available. it can't run concurrently because ostensibly two tests against the same DWH would collide: e.g. testing
dbt-redshift==1.6.0
anddbt-redshift==1.70
. Neither can two PRs run CI against the same warehouse concurrentlyThis is because the schema is hardcoded. It should instead by dynamic with perhaps generated GHA-run-id-related.
However this requires also doing #171 and #272
dbt-external-tables/integration_tests/ci/sample.profiles.yml
Line 20 in 383ee3c
The text was updated successfully, but these errors were encountered: