Skip to content

Commit

Permalink
Run Embulk
Browse files Browse the repository at this point in the history
  • Loading branch information
dmikurube committed Sep 25, 2024
1 parent eff9661 commit f098969
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/input-postgresql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,3 +57,6 @@ jobs:
run: psql -h localhost -U postgres -d postgres -c "select * from test;"
env:
PGPASSWORD: postgres

- name: Run Embulk
run: java -jar "embulk.jar" run "input-postgresql/postgresql.yml"
14 changes: 14 additions & 0 deletions input-postgresql/postgresql.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
in:
type:
source: maven
group: "org.embulk"
name: postgresql
version: "0.13.2"
host: localhost
user: postgres
password: postgres
database: postgres
table: test
select: "id, name"
out:
type: stdout

0 comments on commit f098969

Please sign in to comment.