Stéphane Burwash
12/09/2022, 8:26 PMcommands:
run:
args: run -s ${flag_1} --jump ${flag-2}
$ meltano invoke my_plugin:run -s tmp --jump how_highSven Balnojan
12/12/2022, 1:55 PMWill Da Silva (Arch)
12/12/2022, 2:58 PMmeltano invoke line afterwards? Maybe it would help to write out the command that Meltano should supply to the plugin's executable in a few cases with this feature.Stéphane Burwash
12/12/2022, 3:37 PMmeltano invoke data-diff --db_1 my_db --table_1 my_table --db_2 my_2nd_db --table_2 my_2nd_table
Where db_1, db_2, table_1 & table_2 are custom flags wrapped around the command, making it easier to invokeStéphane Burwash
12/12/2022, 3:37 PMWill Da Silva (Arch)
12/12/2022, 4:45 PM