dbt-spark 1.1.0rc1 (April 13 2022)
Features
Under the hood
- Use dbt.tests.adapter.basic in test suite (#298, #299)
- Make internal macros use macro dispatch to be overridable in child adapters (#319, #320)
- Override adapter method 'run_sql_for_tests' (#323, #324)
- when a table or view doesn't exist, 'adapter.get_columns_in_relation' will return empty list instead of fail ([#328]#328)
Contributors
- @JCZuurmond ( #279)
- @ueshin (#320)