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

runtime does not output inferred schema updates when a binding's target collection changes within the same task term #1644

Open
psFried opened this issue Sep 20, 2024 · 0 comments
Labels
bug Something isn't working data-plane

Comments

@psFried
Copy link
Member

psFried commented Sep 20, 2024

  • Create a capture\
  • ingest a document and see that the shard logs output an inferred schema updated message
  • Update the capture binding to change the target from collection A to collection B
  • ingest another document that's identical to the first

Expected: ingesting the second document should result in an inferred schema updated log.
Actual: no such log is produced

It seems that this map should include the collection name as part of the key, which would cause us to re-set the Shape when the target changes.

@psFried psFried added bug Something isn't working data-plane labels Sep 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working data-plane
Projects
None yet
Development

No branches or pull requests

1 participant