dbt-external-tables 0.6.2
This is a patch release that adds support for dbt v0.19.0, with backwards compatibility for v0.18.x.
Fixes
- Use
response
(v0.19) orstatus
(v0.18) for CLI logging (#64) - Quote columns with
quote: true
on Snowflake (#67)
Quality of life
- Print log line if no external sources are selected by
--args '{"select": "..."}'
(#68)