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
# data_provider1.yaml_target_: my.python.package.LocalDataProviderfirst: first-valuesecond: second-value# data_provider2.yaml_target_: my.python.package.DelegatingDataProviderdata_provider: <include the values from data_provider1.yaml here>
I do not know how to accomplish this. Is this possible at all? I do not want to have to copy-paste the config content into the other file; it's rather large and hard to maintain.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I have a class called
DataProvider
that requires two argumentsfirst
andsecond
. I have the following structure:with
I do not know how to accomplish this. Is this possible at all? I do not want to have to copy-paste the config content into the other file; it's rather large and hard to maintain.
The final config should look like this:
Beta Was this translation helpful? Give feedback.
All reactions