Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
rpalloni committed Aug 30, 2022
1 parent 1bbbf2d commit b22a800
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion dwh/snowflake/query/pipe.sql
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,6 @@ FILE_FORMAT = (TYPE = CSV SKIP_HEADER = 1);

SHOW PIPES; -- aws ARN of notification_channel [SQS queue]

SELECT count(*) FROM TRANSACTIONS;

-- add data file to the S3 bucket and check data loaded
SELECT count(*) FROM TRANSACTIONS;

0 comments on commit b22a800

Please sign in to comment.