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

ADD formatting strategy to entry fields that have hard limits on Data Catalog #26

Closed mesmacosta closed 3 years ago

mesmacosta commented 3 years ago

- What I did

- How I did it

Used the methods implemented in the commons library to make those fields compliant with Data Catalog hard limits.

- How to verify it Run the hive connector on a hive server containing tables with long table names 200+, it should run successfully.

- Description for the changelog Added formatting strategy to entry fields that have hard limits on Data Catalog. Fixes #25.