Hey everyone! I released the initial draft of my t...
# singer-tap-development
c
Hey everyone! I released the initial draft of my tap for mssql here: https://github.com/SpaceCondor/tap-mssql. However, I'm having some issues with the built in tests. The test
test_tap_stream_returns_record
is raising an assertion error that no records were returned from the
run_sync_dry_run
. However, isn't that what is meant to happen since the stream is being aborted since it is a dry run?
👀 1