Hi team, is there any way to ingest queries info i...
# ingestion
i
Hi team, is there any way to ingest queries info into Athena or Glue’s Queries tab using python emitter? Or is this impossible?
l
Hey there 👋 I'm The DataHub Community Support bot. I'm here to help make sure the community can best support you with your request. Let's double check a few things first: 1️⃣ There's a lot of good information on our docs site: www.datahubproject.io/docs, Have you searched there for a solution? Yes button 2️⃣ It's not uncommon that someone has run into your exact problem before in the community. Have you searched Slack for similar issues? Yes button
d
Hi Jiyun, you can use
DatasetUsageStatisticsClass
in our python SDK. The code snippet in the thread might help! https://datahubspace.slack.com/archives/CUMUWQU66/p1666362035456739
i
@delightful-ram-75848 Thx, Hyejin ! I’ll try it 🙂