Dataflow Template for Firestore to Firestore Loadtest (Clone of PR 3098)#3403
Dataflow Template for Firestore to Firestore Loadtest (Clone of PR 3098)#3403jingqizz wants to merge 10 commits intoGoogleCloudPlatform:mainfrom
Conversation
Summary of ChangesHello @jingqizz, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed! This pull request introduces a new Dataflow template that facilitates the batch transfer of data from one Firestore database to another. It includes robust resource management utilities for Firestore, a complete load testing framework to ensure performance and reliability, and the necessary Beam transforms to efficiently handle Firestore data operations. The changes also incorporate a Terraform module for simplified deployment, enhancing the template's usability and integration capabilities. Highlights
Changelog
Activity
Using Gemini Code AssistThe full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips. Invoking Gemini You can request assistance from Gemini at any point by creating a comment using either
Customization To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a Limitations & Feedback Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for Github and other Google products, sign up here. You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension. Footnotes
|
25dc623 to
c770347
Compare
… to fix the format issue
… add a pipeline option to log errors to a given GCS path in the next commit.
…rom writes will be written into the gcs path.
…e size of the documents.
8be24fb to
3cc5a76
Compare
Codecov Report❌ Patch coverage is
❌ Your patch check has failed because the patch coverage (0.00%) is below the target coverage (80.00%). You can increase the patch coverage or adjust the target coverage. Additional details and impacted files@@ Coverage Diff @@
## main #3403 +/- ##
============================================
+ Coverage 51.24% 55.86% +4.61%
+ Complexity 5288 1767 -3521
============================================
Files 1001 498 -503
Lines 60954 28106 -32848
Branches 6682 2988 -3694
============================================
- Hits 31238 15701 -15537
+ Misses 27530 11455 -16075
+ Partials 2186 950 -1236
🚀 New features to boost your workflow:
|
The loadtest-relevant scripts cloned from PR #3098
This PR depends on and includes all changes from PR #3392. Do not merge until #3392 is merged.
(cc @pacoavila808)