Skip to content

Commit

Permalink
Fix SQLLineage Test (#12152)
Browse files Browse the repository at this point in the history
  • Loading branch information
ulixius9 authored Jun 26, 2023
1 parent 80b273a commit b44d4f1
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions ingestion/tests/unit/test_query_parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -230,14 +230,10 @@ def test_ctes_column_lineage(self):
expected_lineage = [
(
Column("testdb.public.users.id"),
Column("cte_table.id"),
Column("cte_table2.id"),
Column("testdb.public.target.id"),
),
(
Column("testdb.public.users.name"),
Column("cte_table.name"),
Column("cte_table2.name"),
Column("testdb.public.target.name"),
),
]
Expand Down

0 comments on commit b44d4f1

Please sign in to comment.