GoogleCloudPlatform / datacatalog-connectors-rdbms

Sample code with integration between Data Catalog and RDBMS data sources.
Apache License 2.0
72 stars 50 forks source link

BUMP RDBMS commons version #77

Closed mesmacosta closed 3 years ago

mesmacosta commented 3 years ago

- What I did Bump RDBMS commons version 0.12.1 -> 0.12.2 to publish to PyPI.

This version bump is to publish the fix #73 for MySQL, the MySQL connector considers the following version of the RDBMS commons:

    install_requires=('mysql-connector-python',
                      'google-datacatalog-rdbms-connector>=0.12.0<0.13.0'),

So no need to also bump the MySQL connector version.

mesmacosta commented 3 years ago

Published at: https://pypi.org/project/google-datacatalog-rdbms-connector/0.12.2/