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: articles/data-factory/connector-shopify.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -40,8 +40,8 @@ The connector supports the Windows versions in this [article](create-self-hosted
40
40
41
41
The billing_on column property was removed from the Recurring_Application_Charges and UsageCharge tables due to Shopify's official deprecation of billing_on field.
42
42
43
-
> [!Note]
44
-
> For version 2.0 (Preview), column names retain the Shopify GraphQL structure, such as `data.customers.edges.node.xx`. For version 1.0, column names use simplified names.
43
+
> [!NOTE]
44
+
> For version 2.0 (Preview), column names retain the Shopify GraphQL structure, such as `data.customers.edges.node.createdAt`. For version 1.0, column names use simplified names, for example, `Created_At`.
45
45
46
46
## Getting started
47
47
@@ -151,7 +151,7 @@ To copy data from Shopify, set the type property of the dataset to **ShopifyObje
151
151
| Property | Description | Required |
152
152
|:--- |:--- |:--- |
153
153
| type | The type property of the dataset must be set to: **ShopifyObject**| Yes |
154
-
| tableName | Name of the table. | Yes for version 2.0 (Preview).<br> No for version 1.0 (if "query" in activity source is specified) |
154
+
| tableName | Name of the table. For version 2.0 (Preview), table names retain the Shopify GraphQL structure, for example `customers`. For version 1.0, table names use simplified names with prefix, for example, `"Shopify"."Customers"`.| Yes for version 2.0 (Preview).<br> No for version 1.0 (if "query" in activity source is specified) |
155
155
156
156
**Example**
157
157
@@ -249,12 +249,12 @@ The following table shows the release stage and change logs for different versio
249
249
| Version | Release stage | Change log |
250
250
| :----------- | :------- |:------- |
251
251
| Version 1.0 | End of support announced | / |
252
-
| Version 2.0 | Public Preview | • Column names retain the Shopify GraphQL structure, such as `data.customers.edges.node.xx`. <br><br> • `useEncryptedEndpoints`, `useHostVerification`, `usePeerVerification` are not supported in the linked service. <br><br> • `query` is not supported. |
252
+
| Version 2.0 | Public Preview | • Table and column names retain the Shopify GraphQL structure. <br><br> • `useEncryptedEndpoints`, `useHostVerification`, `usePeerVerification` are not supported in the linked service. <br><br> • `query` is not supported. |
253
253
254
254
### <aname="upgrade-the-shopify-connector-from-version-10-to-version-20"></a> Upgrade the Shopify connector from version 1.0 to version 2.0 (Preview)
255
255
256
256
1. In **Edit linked service** page, select 2.0 (Preview) for version. For more information, see [linked service version 2.0 (Preview) properties](#version-20).
257
-
1. For version 2.0 (Preview), note that column names retain the Shopify GraphQL structure, such as `data.customers.edges.node.xx`. For version 1.0, column names use simplified names.
257
+
1. For version 2.0 (Preview), note that table and column names retain the Shopify GraphQL structure.
258
258
1.`query` is only supported in version 1.0. You should use the `tableName` instead of `query` in version 2.0 (Preview).
0 commit comments