New to the DataHub ecosystem, What will be the best way to run sql query on Mysql database from Datahub ?
g
gifted-knife-16120
09/07/2022, 7:59 PM
Can you elaborate more.. Do you want to query DataHub db?
m
mysterious-scooter-52411
09/07/2022, 8:15 PM
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
gifted-knife-16120
09/08/2022, 12:31 AM
oh, not sure if doable to query mysql directly in DataHub
b
better-orange-49102
09/08/2022, 4:19 AM
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.