Hey all. I've been using the newest Meltano versio...
# troubleshooting
d
Hey all. I've been using the newest Meltano version 1.77, making use of the updated dbt 0.19.1 version and have been running into a couple of issues. I've been installing
tap-google-analytics --include-related
and then
target-postgres --variant meltano
, I've provided the env vars needed, but when I run meltano elt tap-google-analytics target-postgres --transform=run dbt throws errors about trying to select from None.table_name. I can/have now set the schema variable in my dbt_project.yml file for dbt-tap-google-analytics, but is this the intended way to get the transforms working? I only ask as I've seen some of the dbt transform files having env vars set by default for their schemas but I couldn't see an env var I could set for this one. Also when running the
meltano add extractor tap-google-analytics --include-related
I get the error `File transform/dbt_project.yml' could not be found. Run
meltano add files dbt
to set up a dbt project.` though the dbt files still appear under the transform dir.
d
@daniel_walker That’s definitely not right. Can you please file an issue with exact steps to reproduce and the full error messages you’re seeing? That’ll make it easier for us to get to the bottom of this