Skip to content

Commit

Permalink
fixup! Implement the create source data workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
p2004a committed Sep 9, 2024
1 parent 83c97a3 commit 636fb7e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/create-source-data.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,8 @@ jobs:
curl -L https://github.com/duckdb/duckdb/releases/download/v1.1.0/duckdb_cli-linux-amd64.zip > duckdb.zip
unzip duckdb.zip duckdb
sudo mv duckdb /usr/local/bin
export HOME=$(pwd)
duckdb :memory: 'INSTALL postgres;'
- name: Restore databases
run: |
function restore {
Expand All @@ -88,6 +90,7 @@ jobs:
- name: Export parquet files
run: |
mkdir data_export
export HOME=$(pwd)
duckdb < src/scripts/export_prod_data_source.sql
env:
PGPASSWORD: 12345
Expand Down

0 comments on commit 636fb7e

Please sign in to comment.