davidradl commented on code in PR #26385: URL: https://github.com/apache/flink/pull/26385#discussion_r2022532895
########## 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. Review Comment: is there a current catalog and current database or will this return all models? If so can we link to how to get the current database and 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