Shubham Kawade
12/24/2024, 9:48 AMversion: 1
send_anonymous_usage_stats: false
project_id: tap-odoo
default_environment: staging
environments:
- name: staging
config:
plugins:
extractors:
- name: tap-odoo
namespace: tap_odoo
pip_url: -e .
capabilities:
- state
- catalog
- discover
is there a syntax/yaml formatting issue?
I just tried the same with the following file and it worked
version: 1
send_anonymous_usage_stats: false
project_id: tap-odoo
default_environment: test
environments:
- name: test
config:
plugins:
transformers:
- name: dbt-bigquery
config:
auth_method: serice-account
dataset: meltano_raw
keyfile: ./.secrets/for_meltano_lyra_lab_analytics_jsonkey.json
project: lyra-lab-analytics
plugins:
extractors:
- name: tap-odoo
namespace: tap_odoo
pip_url: -e .
capabilities:
- state
- catalog
- discover
settings:
But then how do I configure the plugins per environment?Reuben (Matatika)
12/24/2024, 3:15 PMconfig
per environment, but not the entire plugin definition.Shubham Kawade
12/25/2024, 10:02 AMReuben (Matatika)
12/26/2024, 1:13 AMconfig
for a plugin per environment and run with meltano --environment <env>
(or omit for default environment).