rajiv_mehta
02/24/2023, 12:54 PMrajiv_mehta
02/24/2023, 3:59 PMedgar_ramirez_mondragon
02/24/2023, 4:14 PM• In case how to handle remove,update delete client from meltano yaml file(Python for yaml manipulation)?that’s what plugin inheritance is for, so check it out
• Should I use docker container approach i.e. each client have it’s own meltano container?If you’re going for isolation between different clients’ configuration and compute, then yeah. You can configure any plugin setting with environment variables and you could use a different env file for each file
docker run --env-file=client1.env
(https://docs.docker.com/engine/reference/commandline/run/#env)rajiv_mehta
02/24/2023, 4:24 PM