Team, I am able to ingest the databricks tables us...
# ingestion
b
Team, I am able to ingest the databricks tables using databricks+pyhive scheme. however after ingestion i do not see lineage for any tables. is this expected behavior?
h
yes, this is expected. Hive source does not support extracting lineage automatically. https://datahubspace.slack.com/archives/CV2KB471C/p1646124055782579?thread_ts=1646112441.994859&cid=CV2KB471C
b
@dazzling-judge-80093 Thanks for quick reply!!!
d
Lineage is only supported on certain platforms (like Bigquery, Redshift, Snowflake) which you can check in the source page’s capabilities section. If there you can see
Table-Level Lineage
then it supports otherwise not. Unfortunately, we need to query history from the source to be able to generate lineage.