Has anyone tried passing a --var to a dbt transfor...
# feedback-and-requests
n
Has anyone tried passing a --var to a dbt transform? I tried
Copy code
run --var '{"tenant": "xzy"}'
and the command line is getting generated as:
Copy code
2021-08-03 21:39:07 INFO () LineGobbler(voidCall):85 - Running: dbt run -t prod --var {"tenant": "xyz"} --profiles-dir=/data/588/1/transform --project-dir=/data/588/1/transform/git_repo
Any help on the escaping in the syntax would be appreciated.