Commit fd9aba8
refactor: Convert YAML anchor merges to one-liner syntax
Convert all 71 $parameters anchor merges from two-liner to one-liner format:
- Before: $parameters:\n <<: *parameters-definition
- After: $parameters: { <<: *parameters-definition }
This improves readability while maintaining identical YAML semantics and
generated Python code. MyPy verification confirms no behavioral changes.
Co-Authored-By: AJ Steers <[email protected]>1 parent 4d38148 commit fd9aba8
File tree
1 file changed
+71
-142
lines changed- airbyte_cdk/sources/declarative
1 file changed
+71
-142
lines changed
0 commit comments