From ac5233a4a873b4ebb7513174e187c09518fc8dfe Mon Sep 17 00:00:00 2001 From: GrzegorzKaczan <kaczan.grzegorz@gmail.com> Date: Thu, 23 Nov 2023 10:39:11 +0100 Subject: [PATCH] testing config using smaller breakdowns --- testing/configuration.yaml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 testing/configuration.yaml diff --git a/testing/configuration.yaml b/testing/configuration.yaml new file mode 100644 index 0000000..c4398d1 --- /dev/null +++ b/testing/configuration.yaml @@ -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}