-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Initial Generation of data catalog #4957
Conversation
google-api-grpc/pom.xml
Outdated
@@ -777,7 +777,7 @@ | |||
<module>grpc-google-cloud-bigtable-v2</module> | |||
<module>grpc-google-cloud-container-v1</module> | |||
<module>grpc-google-cloud-containeranalysis-v1beta1</module> | |||
<module>grpc-google-cloud-datalabeling-v1beta1</module> | |||
<module>grpc-google-cloud-datacatalog-v1beta1</module><module>grpc-google-cloud-datalabeling-v1beta1</module> |
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.
formatting
google-api-grpc/pom.xml
Outdated
@@ -840,7 +840,7 @@ | |||
<module>proto-google-cloud-bigtable-v2</module> | |||
<module>proto-google-cloud-container-v1</module> | |||
<module>proto-google-cloud-containeranalysis-v1beta1</module> | |||
<module>proto-google-cloud-datalabeling-v1beta1</module> | |||
<module>proto-google-cloud-datacatalog-v1beta1</module><module>proto-google-cloud-datalabeling-v1beta1</module> |
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.
formatting
google-cloud-bom/pom.xml
Outdated
@@ -1045,7 +1045,7 @@ | |||
<artifactId>google-cloud-webrisk</artifactId> | |||
<version>0.2.1-alpha-SNAPSHOT</version><!--{x-version-update:google-cloud-webrisk:current}--> | |||
</dependency> | |||
</dependencies> | |||
<dependency><groupId>com.google.api.grpc</groupId><artifactId>proto-google-cloud-datacatalog-v1beta1</artifactId><version>0.0.1-alpha-SNAPSHOT</version><!--{x-version-update:proto-google-cloud-datacatalog-v1beta1:current}--></dependency><dependency><groupId>com.google.api.grpc</groupId><artifactId>grpc-google-cloud-datacatalog-v1beta1</artifactId><version>0.0.1-alpha-SNAPSHOT</version><!--{x-version-update:grpc-google-cloud-datacatalog-v1beta1:current}--></dependency><dependency><groupId>com.google.cloud</groupId><artifactId>google-cloud-datacatalog</artifactId><version>0.0.1-alpha-SNAPSHOT</version><!--{x-version-update:google-cloud-datacatalog:current}--></dependency></dependencies> |
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.
formatting
@kolea2, this should be ready to go. |
Codecov Report
@@ Coverage Diff @@
## master #4957 +/- ##
============================================
- Coverage 50.36% 50.32% -0.04%
Complexity 23665 23665
============================================
Files 2233 2238 +5
Lines 225856 226045 +189
Branches 24956 24957 +1
============================================
+ Hits 113742 113751 +9
- Misses 103517 103697 +180
Partials 8597 8597
Continue to review full report at Codecov.
|
No description provided.