[
https://issues.apache.org/jira/browse/FLINK-15133?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17492971#comment-17492971
]
Tom Hutchinson commented on FLINK-15133:
----------------------------------------
PyFlink not supporting many databases as sources and sinks is a major blocker
for us. SQLAlchemy Core is THE common db interface across Python.
SQLAlchemy is not just an ORM. The ORM portion is optional. SQLAlchemy Core API
covers basics like using JDBC and ODBC drivers, establishing connections,
sending a query, etc.
> support sql_alchemy in Flink for broader python sql integration
> ---------------------------------------------------------------
>
> Key: FLINK-15133
> URL: https://issues.apache.org/jira/browse/FLINK-15133
> Project: Flink
> Issue Type: New Feature
> Components: API / Python, Table SQL / Ecosystem
> Reporter: Bowen Li
> Priority: Not a Priority
> Labels: auto-deprioritized-major, auto-deprioritized-minor
>
> sql_alchemy is the standard interface for python sql ecosystem
> examples of integrations requiring sql_alchemy:
> - https://github.com/cloudera/hue
> - https://github.com/lyft/amundsen
--
This message was sent by Atlassian Jira
(v8.20.1#820001)