Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-30-2024 05:32 PM
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