PR #123 includes the following updates:
Bug Fixes
- Removal of the leading
/from thetarget.http_pathregex search within theis_databricks_sql_warehouse()macro to accurately identify SQL Warehouse Databricks destinations in Quickstart.- The macro above initially worked as expected in dbt core environments; however, in Quickstart implementations this data model was not working. This was due to Quickstart removing the leading
/from thetarget.http_path. Thus resulting in the regex search to always fail.
- The macro above initially worked as expected in dbt core environments; however, in Quickstart implementations this data model was not working. This was due to Quickstart removing the leading
Full Changelog: v1.7.1...v1.7.2