matt_arderne
10/19/2021, 3:36 PMaaron_phethean
10/19/2021, 4:26 PMvisch
10/19/2021, 4:42 PMtap-clickup
@matt_arderne running target-stitch
with Meltano ie meltano elt tap-clickup target-stitch
was chef kiss , worked perfect for usmatt_arderne
10/19/2021, 5:40 PMmeltano elt
instead 🚀 🚀
Will have a look at your tap-clickup
matt_arderne
10/20/2021, 9:53 AMmeltano.yml
for the target-stitch
?
I keep getting meltano | Loading failed (1): Exception: Configuration is requires batch_size_preferences dictionary
Edit: Got it working with below config - somehow the batch_size_preferences
wasnt registering as an object, so I manually added a {'full_table_streams': []}
object and that seemed to work. This seems poorly documented on the Stitch side I think.
config:
client_id: 123
small_batch_url: <https://api.stitchdata.com/v2/import/batch>
big_batch_url: <https://api.stitchdata.com/v2/import/batch>
batch_size_preferences:
full_table_streams: []
visch
10/20/2021, 12:21 PMconfig:
client_id: 191229
small_batch_url: <https://api.stitchdata.com/v2/import/batch>
big_batch_url: <https://api.stitchdata.com/v2/import/batch>
batch_size_preferences:
a : "a"
visch
10/20/2021, 12:23 PMmatt_arderne
10/20/2021, 1:11 PM