sjwiesman commented on a change in pull request #10515:
[FLINK-14007][python][docs] Add documentation for how to use Java user-defined
source/sink in Python API
URL: https://github.com/apache/flink/pull/10515#discussion_r356136267
##########
File path: docs/dev/table/sourceSinks.md
##########
@@ -791,7 +792,26 @@ tableEnv
.inAppendMode()
.createTemporaryTable("MySystemTable")
{% endhighlight %}
+
</div>
+
+<div data-lang="python" markdown="1">
+
+You can also use the Java TableFactory in Python. A default
`CustomConnectorDescriptor` python class has been provided and you can use it
in the API as follows:
Review comment:
> You can use a Java `TableFactory` from Python using the
`CustomConnectorDescriptor`.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services