New to the DataHub ecosystem, What will be the bes...
# all-things-deployment
m
New to the DataHub ecosystem, What will be the best way to run sql query on Mysql database from Datahub ?
g
Can you elaborate more.. Do you want to query DataHub db?
m
No, so I have ingested a Mysql db to Datahub. I know we can query the metadata, but I am looking to query the actual MYsql data for some reliability checks.
g
oh, not sure if doable to query mysql directly in DataHub
b
You can docker exec into MySQL and see the relevant entries. Or do an cli ingestion and write it to file to see what is being written.