Skip to content

Commit ebae76c

Browse files
Merge pull request #9755 from mendix/kk-snow-dataloaderroot
Mx Data Loader - root URL clarification
2 parents f9aa9b1 + 69718b4 commit ebae76c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,11 @@ Once the Mendix Data Loader is deployed, follow these steps to configure and use
4242
4. Click **Create** to create a new data source.
4343
1. Enter a **Name** for your data source within the Data Loader.
4444
2. Enter an **API endpoint** – that is, the base endpoint for the OData resource in your Mendix application, for example, `https://yourmendixapp.mendixcloud.com/odata/snowflakedata/v1/`.
45+
46+
{{% alert color="warning" %}}This must be the root URL, that is, it must end in `/v1/` or `/v2/` Adding anything to the root URL (such as a resource path) will prevent the Mendix Data Loader from working.
47+
48+
If you want to use specific resources, you should instead expose a new endpoint that only contains the resources that you require. This is because it is only possible to use every resource that is exposed in the OData endpoint, and impossible to exclude certain resources.{{% /alert %}}
49+
4550
3. Use the **Use Delta Ingestion** check box to specify if you want to ingest all exposed data with every ingestion, or if you want to ingest only data that was newly created or changed since the last ingestion for this data source.
4651
4. Click **Save**.
4752
5. Grant the application **CREATE DATABASE** and **EXECUTE TASK** privileges. This step is necessary for the application to create the staging database for data ingestion and to execute tasks.

0 commit comments

Comments
 (0)