wuchunfu commented on a change in pull request #1051:
URL:
https://github.com/apache/incubator-seatunnel/pull/1051#discussion_r791236849
##########
File path: docs/en/spark/configuration/source-plugins/Cassandra.md
##########
@@ -0,0 +1,57 @@
+# Source plugin: Cassandra
+
+### Description
+
+Read data from Cassandra.
+
+### Env
+| name | type | required | default value |
+| -------------- | ------ | -------- | ------------- |
+| [spark.cassandra.connection.host](#spark.cassandra.connection.host-string)
| string | yes | - |
+
+##### spark.cassandra.connection.host [string]
+
+Cassandra connection host
+
+##### other
+
+Refer to
[spark-cassandra-connector-options](https://github.com/datastax/spark-cassandra-connector/blob/b2.4/doc/reference.md)
for configurations.
+
+### Options
+
+| name | type | required | default value |
+| -------------- | ------ | -------- | ------------- |
+| [table](#table-string) | string | yes | - |
+| [keyspace](#keyspace-string) | string | yes | - |
+| [cluster](#cluster-string) | string | no | default |
+| [pushdown](#pushdown-string) | string | no | true |
+
Review comment:
If I remember correctly `result_table_name` seems to be required, please
check, thanks
--
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]