ly_pham
06/13/2021, 10:25 AMselect
is kept if there are multiple table selected? (I think in singer, the state will be saving for each)
3. Does every tap have start-date
? Is there any easy way to validate this beside try to find it in the code (I did look into some and tbh can't find it ?
Thanks everyoneedgar_ramirez_mondragon
06/13/2021, 8:04 PMMeltano stores this pipeline state in its system database, identified by the meltano elt run's Job ID.2. Just like in singer, the state for each stream is stored in its own key in the state object, and that object is stored in the db. 3. Not every tap has a
start_date
setting. The ones that support it should be documenting it. For example, tap-google-analytics and tap-stripe both document it.ly_pham
06/14/2021, 5:16 AM