-
Notifications
You must be signed in to change notification settings - Fork 972
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
Formatting changes to templates #1667
Formatting changes to templates #1667
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for making these updates. It's going to look much better.
v1/src/main/java/com/google/cloud/teleport/bigtable/BigtableToVectorEmbeddings.java
Outdated
Show resolved
Hide resolved
v2/common/src/main/java/com/google/cloud/teleport/v2/options/CommonTemplateOptions.java
Outdated
Show resolved
Hide resolved
v2/common/src/main/java/com/google/cloud/teleport/v2/options/WindowedFilenamePolicyOptions.java
Outdated
Show resolved
Hide resolved
v2/common/src/main/java/com/google/cloud/teleport/v2/options/WindowedFilenamePolicyOptions.java
Outdated
Show resolved
Hide resolved
...eam-to-spanner/src/main/java/com/google/cloud/teleport/v2/templates/DataStreamToSpanner.java
Outdated
Show resolved
Hide resolved
.../main/java/com/google/cloud/teleport/v2/elasticsearch/options/ElasticsearchWriteOptions.java
Outdated
Show resolved
Hide resolved
.../main/java/com/google/cloud/teleport/v2/elasticsearch/options/ElasticsearchWriteOptions.java
Outdated
Show resolved
Hide resolved
.../main/java/com/google/cloud/teleport/v2/elasticsearch/options/ElasticsearchWriteOptions.java
Outdated
Show resolved
Hide resolved
...a-common/src/main/java/com/google/cloud/teleport/v2/kafka/options/SchemaRegistryOptions.java
Outdated
Show resolved
Hide resolved
v2/kafka-to-pubsub/src/main/java/com/google/cloud/teleport/v2/options/KafkaToPubsubOptions.java
Outdated
Show resolved
Hide resolved
Co-authored-by: Rebecca Szper <[email protected]>
@rszper Please confirm if these changes are good ? If yes, I will proceed to generate readme docs. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1667 +/- ##
============================================
+ Coverage 45.56% 45.96% +0.39%
- Complexity 3721 4124 +403
============================================
Files 847 851 +4
Lines 50169 50805 +636
Branches 5273 5343 +70
============================================
+ Hits 22862 23351 +489
- Misses 25632 25760 +128
- Partials 1675 1694 +19
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Comment for Spanner templates - Minor comment on the import pipeline. rest looks fine.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Minor format comments, otherwise LGTM for bigtable changes
v2/googlecloud-to-googlecloud/README_Bigtable_Change_Streams_to_BigQuery.md
Outdated
Show resolved
Hide resolved
...rc/main/java/com/google/cloud/teleport/v2/options/BigtableChangeStreamToBigQueryOptions.java
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It looks like there's a lot of repetition, so the edits that I suggested should be applied to the later files as well.
v2/googlecloud-to-elasticsearch/README_GCS_to_Elasticsearch_Xlang.md
Outdated
Show resolved
Hide resolved
v2/googlecloud-to-elasticsearch/README_GCS_to_Elasticsearch_Xlang.md
Outdated
Show resolved
Hide resolved
v2/googlecloud-to-elasticsearch/README_GCS_to_Elasticsearch_Xlang.md
Outdated
Show resolved
Hide resolved
v2/googlecloud-to-elasticsearch/README_GCS_to_Elasticsearch_Xlang.md
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM so long as other comments are addressed
v2/kafka-common/src/main/java/com/google/cloud/teleport/v2/kafka/options/KafkaReadOptions.java
Outdated
Show resolved
Hide resolved
Co-authored-by: Rebecca Szper <[email protected]>
0daaae1
e516e6b
to
c173f1e
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tests are green.
Fixed formatting.