Skip to content

fix(deps): Update github.com/cloudquery/plugin-sdk/v4 to v4.5.5#13289

Merged
kodiakhq[bot] merged 5 commits intomainfrom
fix/destinations/multi-row/gremlin
Aug 23, 2023
Merged

fix(deps): Update github.com/cloudquery/plugin-sdk/v4 to v4.5.5#13289
kodiakhq[bot] merged 5 commits intomainfrom
fix/destinations/multi-row/gremlin

Conversation

@candiduslynx
Copy link
Copy Markdown
Contributor

Extracted from #13262
Part of #13153

@candiduslynx candiduslynx marked this pull request as ready for review August 23, 2023 15:18
@candiduslynx candiduslynx requested review from a team, disq, erezrokah and pilvikala and removed request for a team August 23, 2023 15:18

g := gremlingo.Traversal_().WithRemote(session).V().HasLabel(tableName)
for i := range rows {
g = g.V().HasLabel(tableName)
Copy link
Copy Markdown
Contributor Author

@candiduslynx candiduslynx Aug 23, 2023

Choose a reason for hiding this comment

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

@candiduslynx candiduslynx added the automerge Automatically merge once required checks pass label Aug 23, 2023
@candiduslynx candiduslynx requested a review from bbernays August 23, 2023 15:20
Copy link
Copy Markdown
Collaborator

@bbernays bbernays left a comment

Choose a reason for hiding this comment

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

I am approving this because the tests pass. I have never used gremlin/neo4j though

@kodiakhq kodiakhq bot merged commit bebd3c3 into main Aug 23, 2023
@kodiakhq kodiakhq bot deleted the fix/destinations/multi-row/gremlin branch August 23, 2023 17:47
kodiakhq bot pushed a commit that referenced this pull request Aug 29, 2023
🤖 I have created a release *beep* *boop*
---


## [2.2.6](plugins-destination-gremlin-v2.2.5...plugins-destination-gremlin-v2.2.6) (2023-08-29)


### Bug Fixes

* **deps:** Update `github.com/cloudquery/arrow/go/v13` to `github.com/apache/arrow/go/v14` ([#13341](#13341)) ([feb8f87](feb8f87))
* **deps:** Update `github.com/cloudquery/plugin-sdk/v4` to v4.5.5 ([#13289](#13289)) ([bebd3c3](bebd3c3))
* **deps:** Update AWS modules ([#13198](#13198)) ([d040a5b](d040a5b))
* **deps:** Update AWS modules ([#13338](#13338)) ([f60f59b](f60f59b))
* **deps:** Update github.com/cloudquery/arrow/go/v13 digest to 5b83d4f ([#13203](#13203)) ([b0a4b8c](b0a4b8c))
* **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.5.1 ([#13195](#13195)) ([a184c37](a184c37))
* **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.5.6 ([#13345](#13345)) ([a995a05](a995a05))

---
This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
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