adam_roderick
01/08/2022, 1:18 AMvisch
01/08/2022, 1:32 PMdbt tests
, another approach is https://gitlab.com/meltano/sdk/-/merge_requests/197
There's approaches in the SDK for loading static data if that's what you're after https://gitlab.com/meltano/sdk/-/blob/main/tests/core/test_streams.py#L199
Luckily when I need to do this I can normally just test the individual function I"m using https://github.com/AutoIDM/tap-zohosprints/blob/main/tap_zohosprints/tests/test_core.py#L42 and feel good about itadam_roderick
01/10/2022, 7:45 PMvisch
01/12/2022, 9:53 PMadam_roderick
01/13/2022, 12:12 PM