Dandandan / dbt-athena

dbt adapter for Athena
Apache License 2.0
39 stars 9 forks source link

Run dbt integration tests #32

Closed dmateusp closed 4 years ago

dmateusp commented 4 years ago

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 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

^ The README instruction I'm adding actually use that fork, but we probably want to switch to the main repo before merging

Dandandan commented 4 years ago

Thanks a lot @dmateusp !