Releases: cloudera/dbt-spark-cde
Releases · cloudera/dbt-spark-cde
v1.3.0
##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
v1.1.3
What's Changed
- We have added ability to pass CDE session parameters via dbt profile
- Refactored logic to send more user friendly messages in cases of dbt profile errors or connection issues using dbt debug or run
- Updated docs to indicate that min python 3.9 is needed
- Other cleanup in code for developer clarity.
v1.1.1
Fixes went in to improve logging for better debugging of CDE Sessions. The dbt log now contains
- job id
- sql queries
- stdout/stderr for sql queries that have run
- profile(time) each method in a CDE session
spark-cde-v1.1.0
What's Changed
- revert livy connection code by @tovganesh in #2
- rename folders to spark_cde by @tovganesh in #3
- rename macros to reflect adapter name change to spark_cde by @tovganesh in #4
- update imports in tests/ to reflect adapter name change to spark_cde by @tovganesh in #5
- update profiles by @tovganesh in #6
- update adapter name exposed in connections.py to spark_cde by @tovganesh in #8
- add CDE API based connection to Cloudera spark by @tovganesh in #7
- add cde api adapter call in connections.py by @tovganesh in #9
- update version number and package name by @tovganesh in #10
- add license notice by @tovganesh in #11
- update README for dbt-spark-cde adapter specific changes by @tovganesh in #12
- add dependency of requests and requests-toolbelt in setup.py by @tovganesh in #14
- add missing profile variables in connections.py by @tovganesh in #15
- update readme to indicate correct adapter type by @tovganesh in #16
- add a test method for spark_cde by @tovganesh in #13
- extract schema datatype based on first row of the sql output. by @tovganesh in #17
- increase number of retries and delay before retry for more consistent… by @tovganesh in #18
- update README for requests dependency by @tovganesh in #19
- update notice as per internal code scan by @tovganesh in #20
New Contributors
- @tovganesh made their first contribution in #2
Full Changelog: https://github.com/cloudera/dbt-spark-cde/commits/spark-cde-v1.1.0