Skip to content

Commit

Permalink
updated vertica logo , changed ddl.sql and golden file
Browse files Browse the repository at this point in the history
  • Loading branch information
vishalkSimplify committed Oct 13, 2023
1 parent 5bd2d52 commit adf1a72
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 426 deletions.
Binary file modified datahub-web-react/src/images/verticalogo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions metadata-ingestion/tests/integration/vertica/ddl.sql
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ SELECT tokenize(phrase) OVER () FROM phrases;

-- Create a temp table

CREATE TEMPORARY TABLE sampletemp (a int, b int) ON COMMIT PRESERVE ROWS;
INSERT INTO sampletemp VALUES(1,2);
-- CREATE TEMPORARY TABLE sampletemp (a int, b int) ON COMMIT PRESERVE ROWS;
-- INSERT INTO sampletemp VALUES(1,2);

-- Create partition key
-- ALTER TABLE store.store_orders_fact PARTITION BY date_ordered::DATE GROUP BY DATE_TRUNC('month', (date_ordered)::DATE);
Expand Down
Loading

0 comments on commit adf1a72

Please sign in to comment.