Get cube metadata with data_source field
Problem
We use cubeJS with multiple data_sources and I'm trying to get a list of all the defined cubes (names) and their data_sources. The /v1/meta API exposes the metadata of cubes but doesn't include the data_source field.
I've tried the /v1/meta?extended API as well
Is there another way to get this information? If not would this be the right API to add this information to?
@paveltiunov @MikeNitsenko I see that data_sources used to be a part of this API but was removed in this PR: https://github.com/cube-js/cube/pull/5785. There's no explanation on the PR, can you help me understand why it was removed?
Hi @pramodka-revefi 👋
Could you please explain your use case?
I'm trying to get a list of all the defined cubes (names) and their data_sources.
What do you need this information for? How would you like to use it?
Closing due to inactivity. Please feel free to reopen.