Siddu Hussain
05/07/2024, 5:45 PMinclude_paths:
- ./extract/config/*.meltano.yml
- ./environments/*.meltano.yml
- ./load/config/*.meltano.yml
When I run
meltano config tap-slack set --interactive
This is adding config data to extract config but if I do
meltano --environment=dev config tap-slack set --interactive
This is adding the config to dev yml in environments.
I want config to be added to dev by default, I did set the property default-environment but no luck how can I do this.Siddu Hussain
05/07/2024, 11:55 PMMELTANO_ENVIRONMENT='development'