https://kedro.org/ logo
#beginners-need-help
Title
# beginners-need-help
m

martinlarsalbert

01/20/2022, 12:17 PM
The globals are not exposed to configfiles that defines globals as that gave an infinite recursion which is why I added
Copy code
if "globals" in str(config_file):
This is however not folowing the globals_pattern so it is a bit of a hack, but it works for my project at least