gguptp commented on code in PR #206:
URL: 
https://github.com/apache/flink-connector-aws/pull/206#discussion_r4097705774


##########
docs/content/docs/connectors/table/glue.md:
##########
@@ -0,0 +1,440 @@
+---
+title: "AWS Glue Catalog"
+weight: 11
+type: docs
+aliases:
+  - /dev/table/connectors/glue.html
+---
+<!--
+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.
+-->
+
+# AWS Glue Catalog
+
+The AWS Glue Catalog provides a way to use [AWS 
Glue](https://aws.amazon.com/glue) as a catalog for Apache Flink. 
+This allows users to access Glue's metadata store directly from Flink SQL and 
Table API.
+
+## Features
+
+- Register AWS Glue as a catalog in Flink applications
+- Access Glue databases and tables through Flink SQL
+- Support for various AWS data sources (S3, Kinesis, MSK)
+- Mapping between Flink and AWS Glue data types
+- Compatibility with Flink's Table API and SQL interface
+
+The Glue Catalog is registered through the Table API / SQL. DataStream 
applications can also
+use it by converting between DataStreams and Tables with the
+[DataStream API integration]({{< ref "docs/dev/table/data_stream_api" >}}), so 
tables backed by
+Glue metadata are accessible from DataStream programs through a 
`StreamTableEnvironment`.
+
+## Dependencies
+
+{{< sql_download_table "glue" >}}

Review Comment:
   do we mean `sql_connector_download_table` here?



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to