This is an automated email from the ASF dual-hosted git repository.
chesnay pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/flink-connector-aws.git
The following commit(s) were added to refs/heads/main by this push:
new 68c3caa [FLINK-30378][docs] Use modified sql_connector_download_table
shortcode
68c3caa is described below
commit 68c3caa3e8df74aa88d878ae7961c5e15ae653cc
Author: Chesnay Schepler <[email protected]>
AuthorDate: Thu Jan 19 17:16:00 2023 +0100
[FLINK-30378][docs] Use modified sql_connector_download_table shortcode
---
docs/data/dynamodb.yml | 3 +++
docs/data/firehose.yml | 3 +++
docs/data/kinesis.yml | 3 +++
3 files changed, 9 insertions(+)
diff --git a/docs/data/dynamodb.yml b/docs/data/dynamodb.yml
new file mode 100644
index 0000000..e8d0e11
--- /dev/null
+++ b/docs/data/dynamodb.yml
@@ -0,0 +1,3 @@
+variants:
+ - maven: flink-connector-dynamodb
+ sql_url:
https://repo.maven.apache.org/maven2/org/apache/flink/flink-sql-connector-dynamodb/$full_version/flink-sql-connector-dynamodb-$full_version.jar
diff --git a/docs/data/firehose.yml b/docs/data/firehose.yml
new file mode 100644
index 0000000..7e2ab95
--- /dev/null
+++ b/docs/data/firehose.yml
@@ -0,0 +1,3 @@
+variants:
+ - maven: flink-connector-aws-kinesis-firehose
+ sql_url:
https://repo.maven.apache.org/maven2/org/apache/flink/flink-sql-connector-aws-kinesis-firehose/$full_version/flink-sql-connector-aws-kinesis-firehose-$full_version.jar
diff --git a/docs/data/kinesis.yml b/docs/data/kinesis.yml
new file mode 100644
index 0000000..3100c87
--- /dev/null
+++ b/docs/data/kinesis.yml
@@ -0,0 +1,3 @@
+variants:
+ - maven: flink-connector-kinesis
+ sql_url:
https://repo.maven.apache.org/maven2/org/apache/flink/flink-sql-connector-kinesis/$full_version/flink-sql-connector-kinesis-$full_version.jar