Hello!
We use widgets to set values for which catalogs and schemas to use in our solutions. These values change as we change environments, feature, dev, uat, prod.
In dev, uat and prod, the values are set in workflows so the widget values are not an issue. We work on more than one feature branch for the same solution at a time and we use naming convention to avoid our developers stepping on each other's work. So, one feature branch will use feature_XXX schema and another will use feature_YYY schema. These values are set by a script that creates widgets values based on the branch they have checked out.
I'd like to start using the Jupyter notebook format, but I see what widget values are included in the notebook. This will muddy up our commits, so I'd like to leave widgets, and their values out of source control. Are there any options to do this?
Thanks!