Skip to content

v0.11.118

Compare
Choose a tag to compare
@karakanb karakanb released this 12 Dec 17:07
· 680 commits to main since this release
837263c

Changelog

  • 0bb149b added new int test pipeline
  • a814c3b fix for mssql
  • 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
  • 677f812 add new cases
  • 0327c23 add tests
  • dabb3a8 added new integration test
  • 3254b0a added test cases
  • 5b81bc6 fix for athena
  • eee7727 fix for databricks
  • bbcced9 fix for duckdb
  • 0653958 fix for postgres
  • 9c3264d fix tests
  • d23febe fix tests
  • 0b73ec0 fix windows test
  • d4c890b fix-lint
  • f8d6d8d more changes
  • 695cf92 newline before semicolon
  • 101d598 revert
  • e136fa4 revert
  • 10211d1 revert
  • 6a10e1a revert
  • 06cef6c revert
  • d7f97ef revert
  • d1c1341 set upstreams to be an empty array by default