aniket
08/09/2023, 2:16 AMmeltano elt
, but for one of my requirements now, I need to use mappings, so I have to switch to meltano run
. I also need to do filters via cmd line, like --select <tbl1> <tbl3>
, but this is only allowed in elt
and not on run
. Is there any other way around it?christoph
08/09/2023, 2:20 AM--select
option is specifict to the legacy elt
command. the more modern run
and invoke
commands use what is called 'extras'christoph
08/09/2023, 2:21 AMchristoph
08/09/2023, 2:22 AMchristoph
08/09/2023, 2:22 AMmeltano
command invocation.aniket
08/09/2023, 5:26 PM