thomas_briggs
12/09/2022, 9:40 PMmeltano run tap-something some-mapper target-something
will complain if you run it and another instance is already running. But it appears that exclusivity check doesn't include transformers, i.e. meltano run tap-something some-mapper target-something dbt-postgres:run
will start a second instance of dbt even if one is already running. Is that intentional? I expected the mutex checking to apply to the entire set of commands.taylor
12/09/2022, 10:14 PMthomas_briggs
12/09/2022, 10:52 PMthomas_briggs
12/13/2022, 6:55 PMthomas_briggs
12/13/2022, 6:55 PMtaylor
12/14/2022, 3:14 PM