dbt-labs / dbt-adapter-tests

a pytest plugin for dbt adapter test suites
19 stars 11 forks source link

Rename seed for dbt-spark integration tests #8

Closed kwigley closed 4 years ago

kwigley commented 4 years ago

Fixes bug for spark adapter tests that uses ODBC driver. extended is a keyword prohibited by ODBC driver, which causes tests that seed table named extended to fail 💥 crazy stuff. Also, updated dbtspec examples. This is currently blocking ODBC driver support in dbt-spark (https://github.com/fishtown-analytics/dbt-spark/pull/116)

drewbanin commented 4 years ago

nice one :+1: