Skip to content

Conversation

@erezrokah
Copy link
Member

Summary

Updates MongoDB to the new SDK with the following issues discovered in the tests:

  • In overwrite mode, for a table with no PKs we used an empty filter always overwriting. The fix is similar to feat(deps): Update Elasticsearch plugin-sdk to v1.38.2 #8259 to use all columns as the filter
  • When reading timestamp the Go lib uses local timezone. We want to read it as UTC (assuming it's written as UTC).

@erezrokah erezrokah requested review from a team and shimonp21 and removed request for a team February 21, 2023 15:39
@erezrokah erezrokah added the automerge Automatically merge once required checks pass label Feb 21, 2023
@cq-bot cq-bot added the mongodb label Feb 21, 2023
@erezrokah erezrokah requested review from yevgenypats and removed request for shimonp21 February 21, 2023 15:39
@kodiakhq kodiakhq bot merged commit 23bb6c3 into cloudquery:main Feb 21, 2023
@erezrokah erezrokah deleted the feat/update_mongodb_sdk branch February 21, 2023 16:07
kodiakhq bot pushed a commit that referenced this pull request Feb 21, 2023
🤖 I have created a release *beep* *boop*
---


## [1.1.0](plugins-destination-mongodb-v1.0.11...plugins-destination-mongodb-v1.1.0) (2023-02-21)


### Features

* **deps:** Update MongoDB plugin-sdk to v1.38.2 ([#8323](#8323)) ([23bb6c3](23bb6c3))

---
This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
kodiakhq bot pushed a commit that referenced this pull request Feb 23, 2023

#### Summary

Required the same PK fix as MongoDB and Elasticsearch, see #8323

<!--
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

automerge Automatically merge once required checks pass

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants