Skip to content

Commit

Permalink
Update mendix-data-loader.md
Browse files Browse the repository at this point in the history
  • Loading branch information
katarzyna-koltun-mx authored Jan 8, 2025
1 parent 7740218 commit 64ab2d8
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -125,14 +125,13 @@ To trigger an ingestion job programmatically, use the `ExecuteStatement` operati
2. In the Snowflake REST SQL connector, use the `ExecuteStatement` operation to execute the following statement:

```sql
CALL {NAME_OF_THE_MENDIX_DATA_LOADER}.MX_FUNCTIONS.RUN_INGESTION_JOB('{DATASOURCE_ID}','{TASK_ID}');
CALL {NAME_OF_THE_MENDIX_DATA_LOADER}.MX_FUNCTIONS.RUN_INGESTION_JOB('{DATASOURCE_ID}','');
```

where you must specify the following variables:

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

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

Expand Down

0 comments on commit 64ab2d8

Please sign in to comment.