From 4491bae4f08057ffde9a7507be8707436bdc855f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Burwash?= Date: Thu, 7 Mar 2024 11:55:25 -0500 Subject: [PATCH] Updated tap-hibob --- meltano.yml | 25 ++++--------------------- 1 file changed, 4 insertions(+), 21 deletions(-) diff --git a/meltano.yml b/meltano.yml index a636076..55f8195 100644 --- a/meltano.yml +++ b/meltano.yml @@ -1,7 +1,9 @@ version: 1 send_anonymous_usage_stats: true -project_id: fadb6424-0b8b-4e32-9dab-c46ea2634ba8 -default_environment: dev +project_id: tap-potloc-app +default_environment: test +environments: + - name: test plugins: extractors: - name: tap-hibob @@ -42,22 +44,3 @@ plugins: - name: target-jsonl variant: andyh1203 pip_url: target-jsonl - - name: target-bigquery - variant: adswerve - pip_url: git+https://github.com/adswerve/target-bigquery.git@0.12.3 - config: - project_id: target_bigquery_project_id - credentials_path: .secrets/gbq-client_secrets-dev.json - replication_method: truncate - add_metadata_columns: true -environments: -- name: dev - config: - plugins: - loaders: - - name: target-bigquery - config: - project_id: potloc-dev - credentials_path: .secrets/gbq-client_secrets-dev.json - env: - GOOGLE_APPLICATION_CREDENTIALS: .secrets/gbq-client_secrets-dev.json