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/maker/data-platform/create-virtual-tables-using-connectors.md
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,7 @@ This document covers the new experience using Power Apps (make.powerapps.com) t
27
27
- Snowflake (preview)
28
28
- PostgreSQL
29
29
30
-
With the exception of the Excel connector provider, all virtual connector providers use a Power Platform connector. More information: [Connector reference for virtual connector providers used with virtual tables](#connector-reference-for-virtual-connector-providers-used-with-virtual-tables)
30
+
Except for the Excel connector provider, all virtual connector providers use a Power Platform connector. More information: [Connector reference for virtual connector providers used with virtual tables](#connector-reference-for-virtual-connector-providers-used-with-virtual-tables)
31
31
32
32
You can create a virtual table for Excel using the virtual connector provider by following the legacy process. More information: [Create the virtual table for Microsoft Excel](#create-the-virtual-table-for-microsoft-excel)
33
33
@@ -191,7 +191,7 @@ Server should be provided in **Server:Port/SID**-format. Notice that the server
191
191
192
192
# [PostgreSQL](#tab/PostgreSQL)
193
193
194
-
PostgreSQL is a relational database management system developed by PostgreSQL Global Development Group. For PostgreSQL connections, you must provide a server, database name, authentication type, username and password.
194
+
PostgreSQL is a relational database management system developed by PostgreSQL Global Development Group. For PostgreSQL connections, you must provide a server, database name, authentication type, username, and password.
195
195
196
196
- Enter **Server** ___location and TCP port, such as *postgres-vcp-test.postgres.database.azure.com:5432*.
197
197
- Enter **Database Name**, such as *Adventureworks*.
@@ -223,7 +223,7 @@ However, you might want to create your own connection reference for the virtual
223
223
> [!NOTE]
224
224
>
225
225
> - The benefit of optionally naming your connection reference is because it can be easier to find later if you need details about it.
226
-
> - If you are using an existing connection you can select an existing connection reference or create a new one. Creating a new connection reference is only used if you want to segment your virtual tables into completely unrelated solutions for use later.
226
+
> - If you're using an existing connection you can select an existing connection reference or create a new one. Creating a new connection reference is only used if you want to segment your virtual tables into completely unrelated solutions for use later.
227
227
228
228
To create a connection reference, when you're creating the connection for the virtual table, follow these steps:
229
229
@@ -380,8 +380,8 @@ With the connection reference and the virtual table data source setup, an **Enti
> - The creation of the entity catalog is an asynchronous process. Depending on your environment, this may take a few minutes.
384
-
> - The tables displayed in the entity catalog are not virtual tables in themselves. You need to select from this list of tables representing the external data to create virtual table in Dataverse.
383
+
> - The creation of the entity catalog is an asynchronous process. Depending on your environment, this might take a few minutes.
384
+
> - The tables displayed in the entity catalog aren't virtual tables in themselves. You need to select from this list of tables representing the external data to create virtual table in Dataverse.
385
385
386
386
> [!TIP]
387
387
> - If the entity catalog creation takes a long time, you can check the job completion status by navigating to **Settings -> System Jobs** view.
0 commit comments