GoogleCloudPlatform / datacatalog-connectors-hive

Sample code with integration between Data Catalog and Hive data source.
Apache License 2.0
25 stars 14 forks source link

[BUG] Fix failing tests on CI. #20

Closed mesmacosta closed 3 years ago

mesmacosta commented 3 years ago

What happened: Tests are failing on PR #19, which only changed markdown files.

What you expected to happen: Tests should be passing.

How to reproduce it (as minimally and precisely as possible): Run the automated tests.

Anything else we need to know?: No

mesmacosta commented 3 years ago

This was caused by a breaking change in the datacatalog client library V3, it was fixed by setting the version on the PR: https://github.com/GoogleCloudPlatform/datacatalog-connectors/pull/30