Hi I am actually filtering the multiple countries data and load to the table.
I want to pass the filter condition by run command but how can we pass a list dbt
The context of why I’m trying to do this
Sample code
select * from abc where country_code in (“ind”,“USA”,“UK”)
I tried --vars ‘{“country_code” : { “ind”,“USA”,“UK” } }’
What I’ve already tried
Any one had any requirement like this .
I want to pass this variable through airflow.
Some example code or error messages
Put code inside backticks
to preserve indentation
which is especially important
for Python and YAML!