So far, the parameter works for me too if 1. it is fed by a widget or 2. when not mixing python and sql in the same notebook. It is still failing if the two are mixed in the same notebook.
Not sure why but I still get the error, even with a simple select when trying to run parametrized sql in a notebook cell:This fails:%pythontable_name = "my_table"%sqlselect org_idfrom identifier(:table_name) While this succeeds:%sqlselect org_idfro...
Hello @eriodega, can you please provide a reproducible example? I am still facing the issue in version 15.4LTS. Based on the reproducible example provided by @jhrcek, I get the unbound_sql_parameter error when running sql commands in a notebook and u...