ivanovyordan
11/22/2023, 2:05 PMexectutable
for dbt-snowflake
.
TL;DR:
I'd like to use Synq with Meltano.
It's a wrapper for dbt and requires us to call it's executable instead of dbt.
Long
I've got two dbt projects:
1. One of them was running dbt-snowflake
through Meltano for quite a while, and it was running well.
2. The other project runs through a different orchestrator.
Project 2 has been using Synq for quite a while, but I want to bring that one into Meltano.
In general, that should be relatively straightforward. Unfortunately, changing the executable
configuration isn't working.
I checked the code, and if I'm not mistaken, this config is not considered at all. In fact, it looks like Meltano calls dbt's Python API directly.
What would be a workaround for that?ivanovyordan
11/22/2023, 8:03 PM