dbt-labs / dbt-external-tables

dbt macros to stage external sources
https://hub.getdbt.com/dbt-labs/dbt_external_tables/latest/
Apache License 2.0
297 stars 119 forks source link

Change python version in CI, set upper bound for dbt project version #115

Closed joellabes closed 2 years ago

joellabes commented 2 years ago

Description & motivation

v1 v1 v1 V!

Checklist

joellabes commented 2 years ago

@jtcohen6 some of the integration tests are failing - Databricks looks to be because it can't connect, Snowflake has a bunch of "invalid" errors, and Synapse couldn't install the Azure CLI.

Gonna leave this one for you to have a look at if that's OK?

jtcohen6 commented 2 years ago

Thanks @joellabes, I can take it from here!

jtcohen6 commented 2 years ago

Blocked by us needing an image for Databricks/ODBC with a newer version of python. The current one uses python 3.6, which is incompatible with installing dbt-spark==1.0.0 (so it will keep installing v0.21 instead).