https://linen.dev logo
a

Aakash Kumar

01/12/2022, 12:25 PM
Hi Community, Another issue we are facing with respect to adding transformation. We created a transformation and locally its running fine
dbt run --vars '{"prefix": ""}' --select Products Orders Customers
but upon executing the same in airbyte, it's removing single quotation mark, and hence it's failing.
Hi @Aakash Kumar, did you try to to set this variable in
dbt_project.yml
as a workaround?
Did you also try
"{'prefix': ''}"
?
d

Davin Chia (Airbyte)

01/13/2022, 5:14 AM
Hi @[DEPRECATED] Augustin Lafanechere. Based on our use case, we cannot set variables in dbt_project.yml. What did worked after a lot of exploration dbt run --vars ‘{“prefix”: “”}’ --method Products Orders Customers
you must remove spaces