No. The invoke completed without error
# troubleshooting
c
No. The invoke completed without error
e
Ok can you try this
Copy code
meltano invoke tap-mssql > singer.jsonl
cat singer.jsonl | meltano invokr target-csv
(Or the windows equivalents)
c
sure
Just looking at stream_maps and ___filter___: Can I apply that to
Copy code
select:
- dbo-t_Time.TimeKey
on lastupdated field in order to reduce the number of records processed?
e
I think that'd reduce the number of records emitted, but not the number of records processed. You could still try that to hopefully get the target to work.
c
Thanks. meltano invoke tap-mssql > singer.jsonl completed cat running now
That one completed without error: INFO Sending version information to singer.io. To disable sending anonymous usage data, set the config parameter "disable_collection" to true {"bookmarks": {"dbo-t_Time": {}}}
e
Hmm. So if that worked I'd try tweaking https://docs.meltano.com/reference/settings/#eltbuffer_size
c
Will read through and circle back tomorrow. Thanks for the guidance
np 1
Not sure what changed other than clean install but run is completing without error. Thanks again for the help.
🙌 2