Skip to content

Commit

Permalink
seeds
Browse files Browse the repository at this point in the history
  • Loading branch information
rpalloni committed Sep 13, 2022
1 parent b22a800 commit 0a20b09
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dbt-dwh/airdata/setup.sql
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* setup user and raw data tables */
/* setup user, raw data tables and seeds */

-- Use an admin role
USE ROLE ACCOUNTADMIN;
Expand Down Expand Up @@ -87,4 +87,4 @@ FIELD_OPTIONALLY_ENCLOSED_BY = '"');

-- Load seed
-- curl https://dbtlearn.s3.us-east-2.amazonaws.com/seed_full_moon_dates.csv -o seeds/seed_full_moon_dates.csv
-- dbt seed
-- dbt seed

0 comments on commit 0a20b09

Please sign in to comment.