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
Currently, it is only possible to select and parameterise the output of a request based on a single cache table using,
{{cache.schema}}.{{cache.table}}
It would be great if we can refer to a particular cache.
This helps to avoid caching more than once in case of unions or joins if needed.
The text was updated successfully, but these errors were encountered:
Currently, it is only possible to select and parameterise the output of a request based on a single cache table using,
{{cache.schema}}.{{cache.table}}
It would be great if we can refer to a particular cache.
This helps to avoid caching more than once in case of unions or joins if needed.
The text was updated successfully, but these errors were encountered: