Closed dmateusp closed 4 years ago
Support running the shared "behave" integration tests from dbt-integration-tests against dbt-athena (not providing an AWS account / CI for now)
dbt-integration-tests
Note: Right now the integration tests fail at dbt seed (pretty early in the tests)
dbt seed
I have created an athena-support branch on the EarnestResearch fork of the dbt-integration-tests repo where I'm pinning the dbt-utils version and applying the commits from the presto-support branch (I thought it would be a good starting point), this is the change: https://github.com/fishtown-analytics/dbt-integration-tests/compare/master...EarnestResearch:athena-support
athena-support
dbt-utils
presto-support
^ The README instruction I'm adding actually use that fork, but we probably want to switch to the main repo before merging
Thanks a lot @dmateusp !
Purpose of this PR:
Support running the shared "behave" integration tests from
dbt-integration-tests
against dbt-athena (not providing an AWS account / CI for now)Note: Right now the integration tests fail at
dbt seed
(pretty early in the tests)Related
I have created an
athena-support
branch on the EarnestResearch fork of thedbt-integration-tests
repo where I'm pinning thedbt-utils
version and applying the commits from thepresto-support
branch (I thought it would be a good starting point), this is the change: https://github.com/fishtown-analytics/dbt-integration-tests/compare/master...EarnestResearch:athena-support^ The README instruction I'm adding actually use that fork, but we probably want to switch to the main repo before merging