Ian OLeary
09/05/2024, 7:08 PMmeltano install
once I've segregated my meltano config in different environments? I didn't have any environments defined before and now that I've put the config into dev/stg/prod environments in my meltano.yml
, I'm getting a Installing 0 plugins...
message when running meltano install on my CLI and none of my plugins are "known to meltano". Do I need to pass an --environment flag or something? I've got my default env set and I set the env var as well in case. Here's what my yml looks like:
version: 1
default_environment: dev
project_id: abcdefg
environments:
- name: dev
config:
jobs:
- name: job
tasks:
- tap-something target-something
plugins:
extractors:
loaders:
...
Ian OLeary
09/05/2024, 7:34 PMEdgar Ramírez (Arch.dev)
09/05/2024, 9:00 PMmeltano install
working again?Ian OLeary
09/05/2024, 9:38 PM