dbt 0.18.1
Features
- Specify all three logging levels (
INFO,WARNING,ERROR) in result logs for commandstest,seed,run,snapshotandsource snapshot-freshness(#2680, #2723) - Added "exposures" (#2730, #2752, #2777)
- Added 'Last Modified' stat in snowflake catalog macro. Now should be available in docs. (#2728)
- Added retry support for rateLimitExceeded error from BigQuery, (#2795, #2796)
Fixes
dbt compileanddbt runfailed withKeyError: 'endpoint_resolver'when threads > 1 andmethod: iamhad been specified in the profiles.yaml (#2756, #2766)- Fix Redshift adapter to include columns from external tables when using the get_columns_in_relation macro (#2753, #2754)
Docs
Under the hood
- If column config says quote, use quoting in SQL for adding a comment. (#2539, #2733)
- Added support for running docker-based tests under Linux. (#2739)
- Require extra
snowflake-connector-python[secure-local-storage]on all dbt-snowflake installations (#2779, #2789)
Contributors: