How to include catalogs with assets containing multiple variables as a nested catalog #583
dougiesquire
started this conversation in
General
Replies: 1 comment
-
In #589, we added an optional |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'd like to set up a catalog of intake-esm catalogs, e.g. a
catalog.yaml
file something like:However, my intake-esm catalogs have assets containing multiple variables. This require passing a function as an argument which I can't do with my
catalog.yaml
.Is it possible to set up a catalog of nested intake-esm catalogs with multi-variable assets that works by default? I'm aware I can pass the
read_csv_kwargs
when querying the catalog as follows, but it would be nicer if this could be configured incatalog.yaml
:If this is not possible, is there interested in making it possible (e.g., by adding a boolean parameter
multi_variable_assets
to theintake_esm.core.esm_datastore
API)?Beta Was this translation helpful? Give feedback.
All reactions