You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
47d6c3a Enhance asset expectations by adding 'columns' field to upstreams and updating file paths to absolute locations. This change ensures better clarity in asset dependencies and improves the handling of upstream columns across multiple expectation files.
93e2ee4 Enhance lineage processing by removing asset references in expectations and improving column name handling; add asset content wiping in command execution
8dd1e74 Ensure 'upstreams' is initialized as an empty array in JSON pipeline files
d5a7d93 Merge branch 'main' into finetune/column-merge
216d01c Merge branch 'main' into finetune/column-merge
d12141f Merge branch 'main' into fix-empty-lineage
90a68b3 Merge branch 'main' into patch/set-upstreams-to-be-empty-array-by-default
636cb58 Merge pull request #310 from Barbar1432/materialization-bug
c5aef48 Merge pull request #311 from bruin-data/finetune/column-merge
7c97ea3 Merge pull request #312 from Barbar1432/integration-test-new
aa02d64 Merge pull request #313 from bruin-data/fix-empty-lineage
837263c Merge pull request #314 from bruin-data/patch/set-upstreams-to-be-empty-array-by-default
8c9a893 Refactor Upstream structure to use pointer for Columns; update lineage processing to handle upstream columns correctly and initialize empty upstreams in assets
9ac8cdf Refactor column upstream handling in tests and lineage extraction
ab18ad8 Refactor lineage extraction logic and improve column name comparison
266cfbe Refactor upstream column handling in lineage tests and extraction logic; remove asset references for cleaner structure
74f2d15 Update ColumnLineage struct to require upstream columns in JSON serialization
5e454e4 Update Upstream struct to mark 'columns' field as optional in JSON/YAML serialization.
434e3c1 Update expectations to include 'upstreams' as an empty array in JSON files