This is an automated email from the ASF dual-hosted git repository. dianfu pushed a commit to branch release-1.11 in repository https://gitbox.apache.org/repos/asf/flink.git
commit 9948c07de6e5713ec1dc575d16960096a95cd48c Author: Dian Fu <[email protected]> AuthorDate: Thu Nov 5 19:57:01 2020 +0800 [FLINK-18922][python][docs] Add "Catalogs" under the "Python API" -> "User Guide" -> "Table API" section --- docs/dev/python/table-api-users-guide/catalogs.md | 25 ++++++++++++++++++++++ .../python/table-api-users-guide/catalogs.zh.md | 25 ++++++++++++++++++++++ 2 files changed, 50 insertions(+) diff --git a/docs/dev/python/table-api-users-guide/catalogs.md b/docs/dev/python/table-api-users-guide/catalogs.md new file mode 100644 index 0000000..48cd89e --- /dev/null +++ b/docs/dev/python/table-api-users-guide/catalogs.md @@ -0,0 +1,25 @@ +--- +title: "Catalogs" +nav-parent_id: python_tableapi +nav-pos: 60 +code_tab: python +--- +<!-- +Licensed to the Apache Software Foundation (ASF) under one +or more contributor license agreements. See the NOTICE file +distributed with this work for additional information +regarding copyright ownership. The ASF licenses this file +to you under the Apache License, Version 2.0 (the +"License"); you may not use this file except in compliance +with the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, +software distributed under the License is distributed on an +"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +KIND, either express or implied. See the License for the +specific language governing permissions and limitations +under the License. +--> +{% include_without_header dev/table/catalogs.md %} diff --git a/docs/dev/python/table-api-users-guide/catalogs.zh.md b/docs/dev/python/table-api-users-guide/catalogs.zh.md new file mode 100644 index 0000000..3dbc7cd --- /dev/null +++ b/docs/dev/python/table-api-users-guide/catalogs.zh.md @@ -0,0 +1,25 @@ +--- +title: "Catalogs" +nav-parent_id: python_tableapi +nav-pos: 60 +code_tab: python +--- +<!-- +Licensed to the Apache Software Foundation (ASF) under one +or more contributor license agreements. See the NOTICE file +distributed with this work for additional information +regarding copyright ownership. The ASF licenses this file +to you under the Apache License, Version 2.0 (the +"License"); you may not use this file except in compliance +with the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, +software distributed under the License is distributed on an +"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +KIND, either express or implied. See the License for the +specific language governing permissions and limitations +under the License. +--> +{% include_without_header dev/table/catalogs.zh.md %}
