##Additions
The adapter is now compatible with dbt-core 1.3.1
What's Changed
- refactor resource file name to correspond to job name by @tovganesh in #60
- ensure existing table / view is dropped before attempting to create incremental models by @tovganesh in #61
- split dbt_adapter filed in instrumentation to dbt_adapter_type and dbt_adapte… by @sujitkp-blr in #62
- fix a parsing issue for show table extended by @tovganesh in #63
- merge node_id and model_name into one key: model_name by @tovganesh in #64
- refactor cloudera_tracking: event type as enums, optional userkey, warehouse version fetch by @tovganesh in #65
- address an issue with empty columns being incorrectly parsed by @tovganesh in #66
- parsing fixes for various forms of sql output by @tovganesh in #67
Full Changelog: v0.19.1...v1.3.0