v1.1.3
Additions
- new instrumentation code
- to switch off instrumentation use usage_tracking: false in profiles.yml
Fixes
- addresses an issue where partition_by and incremental_strategy of "append" did not work together
What's Changed
- support connection retries using retries variable in profiles.yml by @tovganesh in #54
- add supporting macros for grants by @tovganesh in #56
- integrate new basic tests by @tovganesh in #57
- update to version 1.2.0 by @tovganesh in #55
- database should be set to None when creating Relation objects by @tovganesh in #61
- creating a new relation in new_copy should not include database by @tovganesh in #60
- add defaults to connection params by @tovganesh in #59
- fix an issue where o/p of show table extended was not correctly parsed for the metadata by @tovganesh in #62
- refactor getcatalog for changes made in dbt-core by @tovganesh in #63
- Fix an issue that caused swappable test (view<->table) fail. by @tovganesh in #65
- add headers to new files by @tovganesh in #67
- Add macro generate_database_name always returning None by @tovganesh in #68
- Fix for swappable materialization test by @tovganesh in #66
- Adding Release note file by @himanshuajmera in #71
- refactor tracking code by @tovganesh in #72
- Fix typos and refactor code to pep-8 standards by @TapasSenapati in #74
- gracefully handle exceptions for tracking code by @tovganesh in #73
- Platform instrumentation by @TapasSenapati in #75
- refactor adapter version instrumentation by @tovganesh in #77
- track connection opening and closing by @tovganesh in #76
- instrument query execution by @tovganesh in #78
- for connection failures, capture the exception object for instrumentation by @tovganesh in #79
- Add profile related instrumentation by @TapasSenapati in #80
- Make partition_by work with append incremental model by @tovganesh in #70
- Revert 1.2 additions by @tovganesh in #81
- capture errors in query execution by @tovganesh in #82
- Add logic to fetch permissions for user on configured schema/database by @TapasSenapati in #84
- instrument model usage. by @tovganesh in #83
- Fix schema of tracking payload by @TapasSenapati in #85
- update version to 1.1.3, prepare for pypi release by @tovganesh in #86
- fix instrumentation artifacts by @tovganesh in #87
New Contributors
- @himanshuajmera made their first contribution in #71
- @TapasSenapati made their first contribution in #74
Full Changelog: v1.1.2...v1.1.3