dbt-spark 1.1.0 (April 28, 2022)
Features
- Add session connection method (#272, #279)
- Adds new integration test to check against new ability to allow unique_key to be a list. (#282), #291)
Fixes
Under the hood
- get_response -> AdapterResponse (#265)
- Adding stale Actions workflow (#275)
- Update plugin author name (
fishtown-analytics→dbt-labs) in ODBC user agent (#288) - Configure insert_overwrite models to use parquet (#301)
- 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
- @amychen1776 (#288)
- @ueshin (#285), (#320)
- @JCZuurmond ( #279)