Marcos Marx (Airbyte)
03/26/2024, 9:15 PM$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