You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 11, 2022. It is now read-only.
When using Repeating Rows, based on a variable called $cloud_run_services which contain mulltiple values ['abc-api', 'xyz-api', 'aaa-api'], a panel inside one of this auto-generated rows the variable interpolated in the SQL query it's not well interpolated.
Bug Report
When using Repeating Rows, based on a variable called
$cloud_run_services
which contain mulltiple values['abc-api', 'xyz-api', 'aaa-api']
, a panel inside one of this auto-generated rows the variable interpolated in the SQL query it's not well interpolated.SQL query
Expected Behavior
where
abc-api
is the value of the generated row out of the$cloud_run_services
variableThis is the behavior for example in StackDriver data source
Actual Behavior
where 'abc-api', 'xyz-api', 'aaa-api' are the values of ALL generated rows out of
$cloud_run_services
variableSteps to Reproduce the Problem
WHERE
clause using the step 1 variableSpecifications
The text was updated successfully, but these errors were encountered: