Skip to content

Commit

Permalink
fix formatting and add migration file
Browse files Browse the repository at this point in the history
Signed-off-by: sophiely <ly.sophie200@gmail.com>
  • Loading branch information
sophiely committed Jan 26, 2024
1 parent a50999d commit e42ae18
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
DROP VIEW IF EXISTS datasets_view;
CREATE VIEW datasets_view
CREATE VIEW datasets_view AS
SELECT d.uuid,
d.type,
d.created_at,
Expand Down
2 changes: 1 addition & 1 deletion api/src/test/java/marquez/db/LineageDaoTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -973,4 +973,4 @@ public void testGetRunLineage() {
.isEqualTo(upstreamJob.getJob().getName());
}
}
}
}

0 comments on commit e42ae18

Please sign in to comment.