"hallo123"
["Frankfurt", "Muenchen", "New York"]
{"Germany" : "DE", "Spain" : "ES"}
{"countries": {"Germany" : "DE", "Spain" : "ES"}, "states": {"California": "CA"}}
{{ }}
, e.g.: {{ country_to_country_codes }}
, this will then be dynamically replaced by the underlying Env Variable during Flow or Insight execution.{{ country_to_country_codes[dic1.country_name] }}
dic1.country_name
is Italy, the Jinja would be outputted as IT
during Flow execution.generate_array_lookup_sql
is the function namelookup_table
parameter insert the Env Variable namevalue_column
parameter insert the column name of your query, which should be used to search the mapping for the given key