You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: powerapps-docs/administrator/data-integrator.md
+10-3Lines changed: 10 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ author: sabinn-msft
5
5
ms.service: powerapps
6
6
ms.topic: how-to
7
7
ms.component: cds
8
-
ms.date: 09/19/2018
8
+
ms.date: 10/15/2018
9
9
ms.author: sabinn
10
10
search.audienceType:
11
11
- admin
@@ -68,6 +68,9 @@ Before you can create a data integration project, you must provision a connectio
68
68
69
69
**To create a connection**
70
70
71
+
> [!NOTE]
72
+
> Please make sure that the account you specify for each connection has access to entities for the corresponding applications. Additionally, the account for each connection can be in a different tenant.
73
+
71
74
1. Go to [PowerApps Admin center](https://admin.powerapps.com).
72
75
73
76
2. Under Data, select **Connections** and then select **New connection**.
@@ -164,8 +167,6 @@ Projects enable the flow of data between systems. A project contains mappings fo
164
167
165
168
### Execution history
166
169
167
-
<!--note from editor: Do you think most people reading this will know what "upsert" means?-->
168
-
169
170
Execution history shows the history of all project executions with project name, timestamp of when the project was executed, and status of execution along with the number of upserts and/or errors.
170
171
171
172
- Example of project execution history.
@@ -193,6 +194,12 @@ Execution history shows the history of all project executions with project name,
193
194
194
195
### How to set up a schedule-based refresh
195
196
197
+
> [!NOTE]
198
+
> - Currently, we support scheduling 50 integration projects at any given time per paid tenant. However you can create more projects and run them interactively.
199
+
For trial tenants, we have an additional limitation that a scheduled project would only run for first 50 executions.
200
+
> - While we support scheduling projects to run every minute, please bear in mind that this may put a lot of stress on your apps and in turn impact overall performance. We highly encourage users to test project executions under true load conditions and optimize for performance with less frequent refreshes.
201
+
In production environments, we do not recommend running more than 5 projects per minute per tenant.
202
+
196
203
We support two types of executions/writes today:
197
204
198
205
- Manual writes (execute and refresh project manually)
0 commit comments