Connector Improvement: Target specific MongoDB schema using reload API
When reloading MongoDB schema using the API, i.e. sending a POST request to
it can take longer than the 720s timeout depending on the number of schema/collections etc.
It would be useful to be able to target the reload at specific schema when a new one has been added so that the process of enabling sync for specific collections can be automated. This could be done by sending a payload in the body, e.g.
{ "schemas": [ "my-new-schema-1", "my-new-schema2" ] }
The existing behaviour of reloading all schemas when no body is included could be maintained.
-
Official comment
Hi Liam,
Thank you for submitting your request! I appreciate you going into detail here about your specific use case.
Thanks!
Jimmy
Please sign in to leave a comment.
Comments
1 comment