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)
Fixes bug for spark adapter tests that uses ODBC driver.
extended
is a keyword prohibited by ODBC driver, which causes tests that seed table namedextended
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)