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

Include BSON type information in the Event metadata to allow for conversions #4491

Closed
Tracked by #4460
dlvenable opened this issue May 1, 2024 · 1 comment
Closed
Tracked by #4460
Milestone

Comments

@dlvenable
Copy link
Member

dlvenable commented May 1, 2024

Example DocumentDB document:

{
  _id: Timestamp(time=1713536835 ordinal=12), 
  url: "https://github.com/opensearch-project/OpenSearch"
}

The source outputs:

{
  docdb_id: 1713536835, 
  url: "https://github.com/opensearch-project/OpenSearch"
}

metadata {
  "primary_key" : "1713536835-12",
  "documentdb_id_bson_type" : "timestamp"
}
@dlvenable
Copy link
Member Author

Resolved by #4506

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

No branches or pull requests

2 participants