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

MongoDB Full: Refactor transformation subsystem to commons-codec #269

Merged
merged 2 commits into from
Sep 19, 2024

Conversation

amotl
Copy link
Member

@amotl amotl commented Sep 18, 2024

About

The MongoDBFullLoadTranslator has been generalized on behalf of recent improvements. This patch just slots it into the right place to make it reusable, at commons-codec.

References

@cla-bot cla-bot bot added the cla-signed label Sep 18, 2024
pyproject.toml Outdated
"commons-codec[mongodb,zyp]>=0.0.15",
"commons-codec[mongodb,zyp] @ git+https://github.com/crate/commons-codec.git@mongodb-full-next",
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Needs to be changed after a corresponding release.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

commons-codec v0.0.16 has been released. ✅

Comment on lines -241 to +240
# FIXME: Why does the "canonical format" yield worse results?
assert timestamp_type == "text"
assert timestamp_type == "bigint"
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Excellent. 🍀

@amotl amotl marked this pull request as ready for review September 19, 2024 14:15
@amotl amotl merged commit 24c9ee0 into main Sep 19, 2024
32 checks passed
@amotl amotl deleted the mongodb-full-next branch September 19, 2024 14:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant