rahul_anand
08/01/2020, 8:59 PMmeltano.yml with 100s of objects for a tap and realized some downloaded data are not correct, worked with the source data provider to fix the data and then now I want to re-download only selected few objects. Obviously I can do that by editing the meltano.yml or running meltano select, but since this is a temporary phase to re-download I would like to avoid changing meltano.yml .
Is there some easier way like passing a list to meltano cli to re-download some selected objects from a tap?julian_knight
08/03/2020, 3:32 AM--full-refresh to meltano elt which will cause it to ignore the saved state and start over from the start datedouwe_maan
08/03/2020, 4:07 PMrahul_anand
08/03/2020, 4:28 PMdouwe_maan
08/03/2020, 4:31 PMmeltano elt CLI option that can take one or multiple stream names, e.g. meltano elt ... --select foo,bar,baz
(Exact naming and format to be determined, of course)douwe_maan
08/03/2020, 4:32 PMdouwe_maan
08/03/2020, 4:33 PMrahul_anand
08/03/2020, 4:33 PMrahul_anand
08/03/2020, 4:37 PM--full-refresh option to selectively refresh data for selected few streams.douwe_maan
08/03/2020, 4:53 PM