-
Type:
Improvement
-
Status: Closed
-
Priority:
Major
-
Resolution: Resolved
-
Affects Version/s: None
-
Component/s: API / Python, Documentation
-
Labels:
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.
- links to