Hello everyone :wave: hope you're doing well! I'm...
# troubleshooting
s
Hello everyone 👋 hope you're doing well! I'm having some issues with a stream that I'm using -> Basically, it's a fairly large API call (large return file), and I'm receiving the following message:
Copy code
Target sink for 'timelogs' is full. Draining... cmd_type=elb consumer=True job_name=prod:X producer=False run_id=d5e7c790-991a-403a-a26b-4c2e1a36ffbb stdio=stderr string_id=Y

Culling terminated worker a7a32ae89fc3478487dd7b80cd756d63 cmd_type=elb consumer=True job_name=X run_id=d5e7c790-991a-403a-a26b-4c2e1a36ffbb stdio=stderr string_id=Y
Then airflow marks the task as failed. Has anyone ever experienced this issue? What could I do to resolve it? Currently, I'm considering reducing the load batch size, but woould love some input!
v
e
I think indeed the target is doing something funky there (meltano#8579 seems similar)
I'd test running this tap+target combo outside of Meltano to confirm whether it's just the target or some interaction between it and Meltano
s
When I'm running in local I'm not seeing any failure
I have a singer version of the tap which seems to be working fine, but if possible would love to solve this issue with the meltano version 😓
Thanks @Edgar Ramírez (Arch.dev) for the quick response! Is the arch team planning on taking over the target bigquery?