mindaugas_nizauskas
05/05/2023, 5:58 AM*.meltano.yml
in https://github.com/meltano/squared/tree/main/data repository.
1. Are you splitting into multiple meltano .yml
files manually?
2. When adding a new extractor or loader, are you using using --interactive
mode only? --interactive
mode and later manually cleaning .yml
files? Manually updating .yml
only?pat_nadolny
05/05/2023, 12:36 PM--interactive
but once I've got it working I re-organize manually. I think theres an issue somewhere for meltano being smarter about where to put configs when the yamls are split. Also to be clear theres no "recommended" way of organizing your yaml files if you split them, the way its organized in the Squared project is just the way that I liked to organize them. Honestly I'm not in love with it though, especially how my environments are in separate filesmindaugas_nizauskas
05/05/2023, 12:44 PMpat_nadolny
05/05/2023, 1:48 PMpat_nadolny
05/05/2023, 1:54 PMenvironment_override.yml
for each plugin type so I can centralize similar configs like:
• extractors/tap_slack.meltano.yml
• extractors/tap_github.meltano.yml
• extractors/environment_override.meltano.yml
• loaders/target_snowflake.meltano.yml
• loaders/target_jsonl.meltano.yml
• loaders/environment_override.meltano.yml
I'm just brainstorming here, I havent fully thought it through