Releases: rfdearborn/dbt-docs-to-notion
Releases · rfdearborn/dbt-docs-to-notion
v1.1.0
What's Changed
- Fix python version 3.7 with architecture x64 not found for Ubuntu 24.04 by @slothkong in #27 (note this drops support for dbt <=v1.6)
New Contributors
- @slothkong made their first contribution in #27
Full Changelog: v1.0.11...v1.1.0
v1.0.11: Merge pull request #25 from PhlJns99/fix_null_relation_name_error
Prevent noneType is not subscriptable errors for relation_name
v1.0.10: Merge pull request #24 from PhlJns99/fix_null_relation_name_error
Check if dictionary key "relation_name" exists before using
v1.0.9
v1.0.8: Merge pull request #13 from cesar-vigario-knok/patch-1
remove quotes from bash
v1.0.7: Merge pull request #12 from ryandansby/ryand/fix_key_values
Handle dbt v1.3's changing of properties from raw_sql
and compiled_sql
to raw_code
and compiled_code
(thanks @ryandansby!)
v1.0.6
Bug fix: handles snowflake's uppercase column names (actually this time)
v1.0.5
Bug fix: handles snowflake's uppercase column names
v1.0.4
Bug fix: handles variation in dbt's catalog.json
v1.0.3
Added todos!