File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ read_from_mysql = ReadFromMySQL(
2525 user = " test" ,
2626 password = " test" ,
2727 port = 3306 ,
28- splitter = splitters.NoSplitter() # you can select how to split query from splitters
28+ splitter = splitters.NoSplitter() # you can select how to split query for performance
2929)
3030```
3131
Original file line number Diff line number Diff line change 11"""Beam - MySQL Connector information and utilities."""
22
3- __version__ = "1.8.4 "
3+ __version__ = "1.8.5 "
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ def get_version():
4949PACKAGE_URL = "https://github.com/esaki01/beam-mysql-connector"
5050PACKAGE_DOWNLOAD_URL = "https://pypi.python.org/pypi/beam-mysql-connector"
5151PACKAGE_AUTHOR = "esakik"
52- PACKAGE_EMAIL = "esaki1011 @gmail.com"
52+ PACKAGE_EMAIL = "esakik.work @gmail.com"
5353PACKAGE_KEYWORDS = "apache beam mysql connector"
5454PACKAGE_LONG_DESCRIPTION = README
5555
You can’t perform that action at this time.
0 commit comments