Mansour Zayer
10/18/2022, 2:50 PMparameters{...}
I get this error Field parameters must not have a selection since type "jsonb" has no subfields.
Any ideas on how I can access the subfields in parameters and use them in a where condition?
Thank youquery{
flow_run(where parameters{dbt_variable{account{name}} = 'account_1'}){
name
state
}
{parameters: {_contains: {dbt_variable: {account: "account_1"} } } }