You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "sunjincheng (Jira)" <ji...@apache.org> on 2020/04/20 06:08:00 UTC

[jira] [Created] (FLINK-17254) Improve the PyFlink documentation and examples to use SQL DDL for source/sink definition

sunjincheng created FLINK-17254:
-----------------------------------

             Summary: Improve the PyFlink documentation and examples to use SQL DDL for source/sink definition
                 Key: FLINK-17254
                 URL: https://issues.apache.org/jira/browse/FLINK-17254
             Project: Flink
          Issue Type: Improvement
          Components: API / Python
            Reporter: sunjincheng
             Fix For: 1.11.0


Currently there are two ways to register a table sink/source in PyFlink table API:
1) TableEnvironment.connect
2) TableEnvironment.sql_update
I think it's better to provide documentation and examples on how to use 2) in PyFlink.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)