Replies: 1 comment 2 replies
-
To retrieve all available data using the OpenMetadata Python SDK, you can use the list_all_entities method from the OpenMetadata class. This method allows you to paginate through all entities of a specified type, such as tables, dashboards, or pipelines. |
Beta Was this translation helpful? Give feedback.
2 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.
-
How would I go about using OpenMetadata SDK (python) to get all available data that has been uploaded to an instance I created?
Beta Was this translation helpful? Give feedback.
All reactions