Skip to content

Conversation

@chaitalicod
Copy link
Contributor

@chaitalicod chaitalicod commented Jul 14, 2025

…d is exported , the tag is not propagated to it in the export.

What changes were proposed in this pull request?

STEPS TO REPRODUCE:

Create table1
Create lineage CTAS tables of depth 10 ( t1 -> t2 -> t3 ..... t10)
Associate tag tag1 to table1
Export table table10
Import the zip
CURRENT BEHAVIOUR:

table10 doesn't have the tag associated to the it since the "entityGUID" is of table1's and table1 is not exported

EXPECTED BEHAVIOUR:

table10 should have tag1 exported

Proposed solution:
While exported we will fetch lineage from table10 backtracking till table1 or corresponding parent
On import user will have child as well as entire lineage till parent which will not break current logic
-Tag is propagated to child on import only if parent is present

How was this patch tested?

Combinations of Tag propagation,Blocktagpropagation feature
Tested with below lineage where multiple incoming edges are present

Screenshot from 2025-07-14 16-58-23

…d is exported , the tag is not propagated to it in the export.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants