devon_seitz
06/21/2022, 5:52 PMvisch
06/22/2022, 12:40 PMtap Meltano's select generates a catalog.json file (See https://hub.meltano.com/singer/spec#catalog-files ) the tap ingests that catalog.json file and then does with that as it pleases (Some may go in order, some may not, it depends)
What that means is that you could select one stream at a time (Using something like https://docs.meltano.com/concepts/plugins#select_filter-extra , via env variables is one way) and then Meltano would select only one stream, and the tap would have to select only that one stream.
That way you could load the data in the order you wanted at the cost of the overhead of writing your own select filters and running the tap multiple timesvisch
06/22/2022, 12:42 PMdevon_seitz
06/22/2022, 2:03 PM