daniel_walker
06/30/2021, 11:04 AMtap-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.douwe_maan
06/30/2021, 1:41 PM