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