The Connector Builder now produces more concise, c...
# releases
m
The Connector Builder now produces more concise, consistent, and readable YAML manifests, which will help us review and migrate connectors to low-code more efficiently using the Builder. The summary: • Child streams now point to parent streams using
$ref
instead of duplicating the entire parent stream definition • All streams now point to a single shared base URL and Authenticator definition using
$ref
instead of duplicating them in every stream • Schemas are placed at the bottom of the YAML and pointed to with
$ref
instead of being interleaved into the rest of the stream definition • The YAML keys are now always ordered consistently by the Builder • Top-level fields in the YAML are now separated by empty lines to improve readability • Unused optional fields are now omitted from the YAML entirely instead of setting them to empty values
💥 6