jam
09/14/2022, 1:52 PMaaronsteers
09/14/2022, 4:50 PMken_payne
09/14/2022, 4:55 PMget_records
to check if it is worth getting any records (possibly with file-based caching) or doing the check once in the discover_streams
method of the Tap subclass and either filtering the list of streams returned, or passing details to the __init__
of the stream class to use in get_records
via self
🙂