v1.1.0
What's Changed
- add timeout for snowplow endpoint to handle air gapped env by @tovganesh in #38
- ensure lower case for pattern passed to "show tables in" query by @tovganesh in #37
- fix for an issue with get_catalog that caused empty catalog to be generated by @tovganesh in #36
- bump version number to 1.1.0 to align with dbt-core versioning by @tovganesh in #39
- Python 3.10 compatibility as a result of migrating to dbt-core=1.1.0
Notes:
- this version needs upgrade of dbt-core to 1.1.0 (See https://docs.getdbt.com/dbt-cli/install/pip)
- For dbt-core release notes see: https://github.com/dbt-labs/dbt-core/releases/tag/v1.1.0
Full Changelog: v1.0.6...v1.1.0