davidradl commented on code in PR #26385: URL: https://github.com/apache/flink/pull/26385#discussion_r2022538148
########## docs/content/docs/dev/python/table/table_environment.md: ########## @@ -795,6 +850,29 @@ These APIs are used to access catalogs and modules. You can find more detailed i {{< pythondoc file="pyflink.table.html#pyflink.table.TableEnvironment.list_temporary_views" name="link">}} </td> </tr> + <tr> + <td> + <strong>list_models()</strong> + </td> + <td> + Gets the names of all models in the current database of the current catalog. + It returns both temporary and models. + </td> + <td class="text-center"> + {{< pythondoc file="pyflink.table.html#pyflink.table.TableEnvironment.list_models" name="link">}} + </td> + </tr> + <tr> + <td> + <strong>list_temporary_models()</strong> + </td> + <td> + Gets the names of all temporary models available in the current namespace (the current database of the current catalog). Review Comment: do we need to mention the word namespace - this seems an extra concept we could avoid using . We could just stick with the current database (which I assume is always in the current catalog - so no need to mention the the current catalog) -- 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. To unsubscribe, e-mail: issues-unsubscr...@flink.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org