You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am working with a Vertica database with dbt and the proper adapter for dbt. As far as I can see, apparently there is no connection with the macros of the specific adapter (vertica) and dbtutils. As a consecuence, apparently, all the custom SQL of every function must be included in the dbt-utils packge. For example get_tables_by_pattern_sql has its default implementation but all the specific DBs are also included in the general macro.
If I want to include support for vertica's database I have to ask for a PR on this project ?
Regards
The text was updated successfully, but these errors were encountered:
This issue has been marked as Stale because it has been open for 180 days with no activity. If you would like the issue to remain open, please comment on the issue or else it will be closed in 7 days.
Although we are closing this issue as stale, it's not gone forever. Issues can be reopened if there is renewed community interest. Just add a comment to notify the maintainers.
Hi!,
I am working with a Vertica database with dbt and the proper adapter for dbt. As far as I can see, apparently there is no connection with the macros of the specific adapter (vertica) and dbtutils. As a consecuence, apparently, all the custom SQL of every function must be included in the dbt-utils packge. For example get_tables_by_pattern_sql has its default implementation but all the specific DBs are also included in the general macro.
If I want to include support for vertica's database I have to ask for a PR on this project ?
Regards
The text was updated successfully, but these errors were encountered: