Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

protocols/flow: add array inference to protocol #1787

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

williamhbaker
Copy link
Member

@williamhbaker williamhbaker commented Nov 21, 2024

Description:

Adds "array" information to projection inference, which will include the types of items the array contains, as well as the minimum and maximum number of items it is allowed to contain.

This is only adding the (optional) field to the protocol. All users of the updated rust structs will need to be updated to use the new structs before the new field is populated.

Things that will need updated to use the updated rust structs include:

  • derive-typescript
  • Rust connectors: source-kafka and source-http-ingest
  • dekaf
  • flowctl, with gitpod implications
  • ATF

Workflow steps:

(How does one use this feature, and how has it changed)

Documentation links affected:

(list any documentation links that you created, or existing ones that you've identified as needing updates, along with a brief description)

Notes for reviewers:

(anything that might help someone review this PR)


This change is Reviewable

Adds "array" information to projection inference, which will include the types
of items the array contains, as well as the minimum and maximum number of items
it is allowed to contain.

This is only adding the (optional) field to the protocol. All users of the
updated rust structs will need to be updated to use the new structs before the
new field is populated.

Things that will need updated to use the updated rust structs include:
- `derive-typescript`
- Rust connectors: `source-kafka` and `source-http-ingest`
- dekaf
- flowctl, with gitpod implications
- ATF
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant