You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On top of that users might want to load other config as well e.g. for Spark or MlFlow
Proposed Implementation
Make the ConfigLoader configurable through settings.py for the mapping of catalog -> catalog glob pattern, parameters -> parameters glob pattern, etc (spark -> glob patterns)
The text was updated successfully, but these errors were encountered:
To be done after:
Description
Users can't currently change what regex the
ConfigLoader
uses to fetch configuration.Context
Proposed Implementation
Make the
ConfigLoader
configurable throughsettings.py
for the mapping of catalog -> catalog glob pattern, parameters -> parameters glob pattern, etc (spark -> glob patterns)The text was updated successfully, but these errors were encountered: