Skip to content

Commit 64ab2d8

Browse files
Update mendix-data-loader.md
1 parent 7740218 commit 64ab2d8

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

content/en/docs/appstore/use-content/platform-supported-content/modules/snowflake/mendix-data-loader.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,14 +125,13 @@ To trigger an ingestion job programmatically, use the `ExecuteStatement` operati
125125
2. In the Snowflake REST SQL connector, use the `ExecuteStatement` operation to execute the following statement:
126126

127127
```sql
128-
CALL {NAME_OF_THE_MENDIX_DATA_LOADER}.MX_FUNCTIONS.RUN_INGESTION_JOB('{DATASOURCE_ID}','{TASK_ID}');
128+
CALL {NAME_OF_THE_MENDIX_DATA_LOADER}.MX_FUNCTIONS.RUN_INGESTION_JOB('{DATASOURCE_ID}','');
129129
```
130130

131131
where you must specify the following variables:
132132

133133
* `{NAME_OF_THE_MENDIX_DATA_LOADER}` - The default name for the Mendix Data Loader is `MENDIX_DATA_LOADER`
134134
* `{DATASOURCE_ID}` - Required; the data source ID that you obtained in step 1
135-
* `{TASK_ID}` - Optional
136135

137136
For example, for a data source with the ID *40FJYP9D*, the resulting statement would be:
138137

0 commit comments

Comments
 (0)