Hi, is it possible to namespace catalog but not pa...
# questions
n
Hi, is it possible to namespace catalog but not parameters?
d
It was originally that way and people wanted both in sync
n
I see - in our case would have been beneficial • Catalog - namespaces is a perfect fit because each of our pipeline runs needs separate I/O • Parameters - we wanted to use the same across; except use of envs to override in few cases
n
The default is namespacing both, there are options to escape from the namespace in the
pipeline()
function.
n
yeah, using those already
just wanted an option for "skip all"