Edward Gao
Edward Gao
step 1 of the protocol change process - blank template copy here https://docs.google.com/document/d/1dZOEbCkW2uDHdvIEdQeGL8gigSwGSKCGX5bESFicE9I/edit
## What As described in https://github.com/airbytehq/airbyte/issues/21831, deeply-nested, sparsely-populated objects may see unexpectedly high amounts of duplicate records after normalization. Use `> _airbyte_normalized_at` for incremental queries (where possible) to prevent this....
seen in https://github.com/airbytehq/alpha-beta-issues/issues/786 ``` 2023-01-27 15:09:44 normalization > Traceback (most recent call last): 2023-01-27 15:09:44 normalization > File "/usr/local/bin/transform-config", line 8, in 2023-01-27 15:09:44 normalization > sys.exit(main()) 2023-01-27 15:09:44 normalization...
We're currently not prioritizing objects/arrays correctly in some cases. E.g. v0 schema: ```json {"type": ["string", "object"], "properties": {}} ``` which becomes v1 schema: ```json { "oneOf": [ {"$ref": "....String"}, {"type":...
## What Downgrades `main` branch to revert protocol v0 normalization changes ## How *Describe the solution* ## Recommended reading order 1. `x.java` 2. `y.python` ## 🚨 User Impact 🚨 Are...
## What *Describe what the change is solving* *It helps to add screenshots if it affects the frontend.* ## How *Describe the solution* ## Recommended reading order 1. `x.java` 2....
## What *Describe what the change is solving* *It helps to add screenshots if it affects the frontend.* ## How *Describe the solution* ## Recommended reading order 1. `x.java` 2....