cancel
Showing results for 
Search instead for 
Did you mean: 
Data Engineering
Join discussions on data engineering best practices, architectures, and optimization strategies within the Databricks Community. Exchange insights and solutions with fellow data engineers.
cancel
Showing results for 
Search instead for 
Did you mean: 

Data lineage graph is not working

prabhjot
New Contributor III

Hi Team,

The issue - Data lineage graph is not working (16-feb, 17-18 Feb) –

 

I created the below tables but when I click the lineage graph not able to see the upstream or downstream table .... the + sign goes away after a few sec but not able to click it .

Query –

CREATE TABLE IF NOT EXISTS

lineage_data.lineagedemo.menu (

recipe_id INT,

app string,

main string,

dessert string

);

INSERT INTO lineage_data.lineagedemo.menu

(recipe_id, app, main, dessert)

VALUES

(1,"Ceviche", "Tacos", "Flan"),

(2,"Tomato Soup", "Souffle", "Brulee"),

(3,"Chips","Grilled Cheese","Cheesecake");

CREATE TABLE

lineage_data.lineagedemo.dinner

AS SELECT

recipe_id, concat(app," + ", main," + ",dessert)

AS

full_menu

FROM

lineage_data.lineagedemo.menu

The issue - Data lineage graph is not working (21st Feb ) –

I can see the lineage for my tables, but I got the lineage graph after trying multiple times. As it turns out the lineage graph is displayed randomly when trying multiple times.

Regards,

Prabhjot Wadhwa

1 ACCEPTED SOLUTION

Accepted Solutions

prabhjot
New Contributor III

yes its working fine now.

did you make a bug fix to resolve?

View solution in original post

4 REPLIES 4

Kaniz_Fatma
Community Manager
Community Manager

Hi @Prabhjot wadhwa​, Is it working fine now?

prabhjot
New Contributor III

yes its working fine now.

did you make a bug fix to resolve?

Hi @Prabhjot wadhwa​,

I am writing to let you know that we have resolved the bug you reported. We understand that this issue was causing a significant inconvenience for you, and we sincerely apologize for any frustration or inconvenience it may have caused.

If you have any further issues or concerns, please do not hesitate to contact us. We are always here to help.

Thank you for bringing this issue to our attention, and we hope to continue serving you in the future.

Best regards,

Kaniz Fatma

prabhjot
New Contributor III

HI ,

can you share the RCA ?

Join 100K+ Data Experts: Register Now & Grow with Us!

Excited to expand your horizons with us? Click here to Register and begin your journey to success!

Already a member? Login and join your local regional user group! If there isn’t one near you, fill out this form and we’ll create one for you to join!