Hi, I was integrating hive with datahub and inges...
# ingestion
c
Hi, I was integrating hive with datahub and ingesting metadata from UI, but I can see the partition Column Info is not present, I checked the code , it's written in code that if the row contain partition information, the loop breaks in hive.Py . May I know the reason behind this ?
Basically all the info in the describe formatted of the hive table is present , but not the #partition information
h
Hi @creamy-controller-55842 You are right that hive partition information is currently not ingested in DataHub. The break in the loop has nothing much to do with it. That code only gets list of all columns from table. Additional code needs to be written to parse partition information and ingest that into DataHub.
c
Thanks for the reply @hundreds-photographer-13496 . Is the partition Info ingestion is in progress or any issue open for it ?
h