Roadmap

GraphQL API - List Entities

“Is there a way to get list of all entities currently ingested in the Datahub? This command :

curl --location --request GET 'http://localhost:8080/entities/urn%3Ali%3Achart%3Acustomers'

is for specific type of entity - Chart. To get list of all the entities, I tried:

curl --location --request GET 'http://localhost:8080/entities/'

..but it resulted in error 500 with the message that GET op is not supported.” - Link to Slack message

“does anyone know where in datahub I can see all my users. I mean a list containing all my known users.” - Link to Slack message

“noticed this line in datahub features list:

  • Dataset life-cycle management: deprecate/undeprecate, surface removed datasets and tag it with "removed"

other than doing a query in mySQL for urns with aspect=Status, is there any other way to find removed datasets?” - Link to Slack message

“I have ingested an Oracle DB and added a database alias to the recipe. Is there a way to query on the alias in graphql?…. The reason I need to do this is I would like to query by database alias so that I can get all of th schemas and tables that belong to it. I have an application that then makes a call to the database to get the actual data” - Link to Slack Message