79366186

Date: 2025-01-17 22:00:00
Score: 1
Natty:
Report link
  1. Make sure you have the ENABLE_TEMPLATE_PROCESSING feature flag enabled.
FEATURE_FLAGS = {
    "ENABLE_TEMPLATE_PROCESSING": True,
}
  1. Make sure pass the urlParam.
urlParams: {
    foo: 'bar',
}
  1. Make sure you use the macro in your dataset
select fld from tbl where fld= '{{ url_param('foo') }}'

Here's some useful documentation:

Reasons:
  • Probably link only (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Patrick