andrey_tatarinov
06/19/2022, 9:13 AMdbt-bigquery or dbt-snowflake do not apply,
Would it be better to install obsolete dbt package with extra dependencies or do something along the lines of forking dbt-bigquery? How does it work?andrey_tatarinov
06/19/2022, 9:14 AMdbt-bigquery, dbt-snowflake etc.?edgar_ramirez_mondragon
06/20/2022, 4:27 PMpip_url for the legacy dbt plugin has all of those packages, for backwards compatibility.
Given that they're independent packages, with different settings and different dependencies, it makes sense to keep them as separate plugins.edgar_ramirez_mondragon
06/20/2022, 4:30 PMaaronsteers
06/20/2022, 6:52 PMmeltano add transformer using the --custom option. I got Meltano and dbt work with Athena a while back so I know it is possible.andrey_tatarinov
06/21/2022, 4:51 AM