Skip to content

Commit 1781438

Browse files
Clare Zheng (Shanghai Wicresoft Co Ltd)Clare Zheng (Shanghai Wicresoft Co Ltd)
authored andcommitted
Update table name format
1 parent 6ab6328 commit 1781438

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

articles/data-factory/connector-shopify.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ The connector supports the Windows versions in this [article](create-self-hosted
4040

4141
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.
4242

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`.
4545
4646
## Getting started
4747

@@ -151,7 +151,7 @@ To copy data from Shopify, set the type property of the dataset to **ShopifyObje
151151
| Property | Description | Required |
152152
|:--- |:--- |:--- |
153153
| 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) |
155155

156156
**Example**
157157

@@ -249,12 +249,12 @@ The following table shows the release stage and change logs for different versio
249249
| Version | Release stage | Change log |
250250
| :----------- | :------- |:------- |
251251
| 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. |
253253

254254
### <a name="upgrade-the-shopify-connector-from-version-10-to-version-20"></a> Upgrade the Shopify connector from version 1.0 to version 2.0 (Preview)
255255

256256
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.
258258
1. `query` is only supported in version 1.0. You should use the `tableName` instead of `query` in version 2.0 (Preview).
259259

260260
## Related content

0 commit comments

Comments
 (0)