0.7.0
This release adds support for extra adapters. For adapters other than BigQuery, Postgres, and Snowflake, the ordinal_position is inferred based on the response from dbt Core's adapter.get_columns_in_relation()
, as opposed to being loaded from the information schema.
What's Changed
- Update README by @wasilaq in #55
- Use CircleCI contexts for environment variables by @dbeatty10 in #60
- Update README.md by @lbenezra-FA in #62
- Create default implementation of get_columns_in_relation_sql by @joellabes in #57
New Contributors
- @wasilaq made their first contribution in #55
- @dbeatty10 made their first contribution in #60
- @lbenezra-FA made their first contribution in #62
Full Changelog: 0.6.0...0.7.0