https://kedro.org/ logo
#questions
Title
# questions
n

Nikos Kaltsas

10/13/2023, 1:38 PM
Hi, is it possible to namespace catalog but not parameters?
d

datajoely

10/13/2023, 1:43 PM
It was originally that way and people wanted both in sync
n

Nikos Kaltsas

10/13/2023, 1:47 PM
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

Nok Lam Chan

10/13/2023, 1:57 PM
The default is namespacing both, there are options to escape from the namespace in the
pipeline()
function.
n

Nikos Kaltsas

10/13/2023, 1:57 PM
yeah, using those already
just wanted an option for "skip all"