Skip to content

Commit

Permalink
testing config using smaller breakdowns
Browse files Browse the repository at this point in the history
  • Loading branch information
gregkaczan committed Nov 23, 2023
1 parent e3e43f2 commit ac5233a
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions testing/configuration.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
data_source smaller_breakdowns:
type: postgres
connection:
host: ${POSTGRES_HOST}
port: 5432
username: ${POSTGRES_USER}
password: ${POSTGRES_PASS}
database: postgres
schema: new_york

soda_cloud:
host: dev.sodadata.io
api_key_id: ${CLOUD_API_KEY_ID}
api_key_secret: ${CLOUD_API_KEY_SECRET}

0 comments on commit ac5233a

Please sign in to comment.