Skip to content

Commit

Permalink
download new netfile csvs before import
Browse files Browse the repository at this point in the history
  • Loading branch information
ChenglimEar committed Nov 3, 2023
1 parent 8394fa3 commit 809710d
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,14 +90,13 @@ jobs:
- name: Create csv files
run: |
make clean
# Create new netfile csv files
python download/main.py
make download
make import
make process
- name: Summarize results
run: |
psql --query "SELECT * FROM pg_catalog.pg_tables WHERE schemaname != 'pg_catalog' AND schemaname != 'information_schema';"
- name: Create new netfile csv files
run: |
# move the following up to download section when it's working
python download/main.py
echo "List tables"
psql -c "SELECT * FROM pg_catalog.pg_tables WHERE schemaname != 'pg_catalog' AND schemaname != 'information_schema';"

0 comments on commit 809710d

Please sign in to comment.