I see in the API that when i'm creating a connecti...
# contributing-to-airbyte
s
I see in the API that when i'm creating a connection
/connections/create
i have to supply
syncMode
at the root object as well as per stream object. I can understand why there's a
syncMode
per stream, but not for the root object. Can someone shed some light on this?
u
this is a legacy construct from when syncMode was set at the connection level
u
you should be able to set the connection level one to whatever and it shouldn’t impact anything
u
FULL_REFRESH was the default, so if you set it to that it should be the exact same behavior as the UI
u
this field will be removed soon
u
awesome, thanks
u
Any changes to the API will be in the changelog, right?
u
yes, we will make sure to update the changelog accordingly
u
cc @John (Airbyte) @charles
u
đź‘Ť
u
ug yeah. need to remove that. it does nothing.