nefflev
New Contributor II

Hi @eriodega 

I do not know how it works with sql but a possibility is to use a python cell in your SQL notebook and create it like this:

%python
dbutils.widgets.text("some_name", "a great default", "some label/description")

All the best