Skip to content

Commit 5e49de6

Browse files
committed
add REST
1 parent 207f5d6 commit 5e49de6

2 files changed

Lines changed: 24 additions & 0 deletions

File tree

data/integrations.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,16 @@ integrations:
109109
Send workflow reports or any other message to user and groups in you Mattermost with
110110
the {{p.cmem_plugin_mattermost}} task.
111111
112+
- name: Spark
113+
icon: ":simple-apachespark:"
114+
content: |
115+
Apply a [Spark](https://spark.apache.org/) function to a specified field using {{p.SparkFunction}}.
116+
117+
- name: REST
118+
icon: ":material-application-braces-outline:"
119+
content: |
120+
Execute REST requests using {{p.eccencaRestOperator}}.
121+
112122
#####
113123
# Files
114124
#####

docs/build/integrations/index.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -219,6 +219,13 @@ to interact with Anthropic / Claude provided Large Language Models (LLMs).
219219
PostgreSQL can be accessed with the [JDBC endpoint](../../build/reference/dataset/Jdbc.md) dataset and a proper [JDBC driver](https://central.sonatype.com/artifact/org.postgresql/postgresql/versions).
220220

221221

222+
- :material-application-braces-outline:{ .lg .middle } REST
223+
224+
---
225+
226+
Execute REST requests using [Execute REST requests](../../build/reference/customtask/eccencaRestOperator.md).
227+
228+
222229
- :fontawesome-brands-salesforce:{ .lg .middle } Salesforce
223230

224231
---
@@ -234,6 +241,13 @@ execute a [SOQL query (Salesforce)](../../build/reference/customtask/cmem_plugin
234241
Snowflake can be accessed with the [Snowflake JDBC endpoint](../../build/reference/dataset/SnowflakeJdbc.md) dataset and a proper [JDBC driver](https://central.sonatype.com/artifact/net.snowflake/snowflake-jdbc).
235242

236243

244+
- :simple-apachespark:{ .lg .middle } Spark
245+
246+
---
247+
248+
Apply a [Spark](https://spark.apache.org/) function to a specified field using [Execute Spark function](../../build/reference/customtask/SparkFunction.md).
249+
250+
237251
- :simple-sqlite:{ .lg .middle } SQLite
238252

239253
---

0 commit comments

Comments
 (0)