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
+9-7Lines changed: 9 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ This article outlines how to use the Copy Activity in an Azure Data Factory or S
19
19
> This connector is currently in preview. You can try it out and give us feedback. If you want to take a dependency on preview connectors in your solution, please contact [Azure support](https://azure.microsoft.com/support/).
20
20
21
21
> [!IMPORTANT]
22
-
> The Shopify connector version 2.0 (Preview) provides improved native Shopify support. If you are using Shopify connector version 1.0 in your solution, please [upgrade the Shopify connector](#upgrade-the-shopify-connector-from-version-10-to-version-20) before **August 31, 2025**. Refer to this [section](#shopify-connector-lifecycle-and-upgrade) for details on the difference between version 2.0 (Preview) and version 1.0.
22
+
> The Shopify connector version 2.0 (Preview) provides improved native Shopify support. If you are using Shopify connector version 1.0 in your solution, please [upgrade the Shopify connector](#upgrade-the-shopify-connector-from-version-10-to-version-20) before **October 22, 2025**. Refer to this [section](#shopify-connector-lifecycle-and-upgrade) for details on the difference between version 2.0 (Preview) and version 1.0.
23
23
24
24
## Supported capabilities
25
25
@@ -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. |No (if "query" in activity source is specified) |
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) |
155
155
156
156
**Example**
157
157
@@ -181,7 +181,10 @@ To copy data from Shopify, set the source type in the copy activity to **Shopify
181
181
| Property | Description | Required |
182
182
|:--- |:--- |:--- |
183
183
| type | The type property of the copy activity source must be set to: **ShopifySource**| Yes |
184
-
| query | Use the custom SQL query to read data. For example: `"SELECT * FROM "Products" WHERE Product_Id = '123'"`. <br><br>Only apply to version 1.0. | No (if "tableName" in dataset is specified) |
184
+
| query | Use the custom SQL query to read data. For example: `"SELECT * FROM "Products" WHERE Product_Id = '123'"`. | No (if "tableName" in dataset is specified) |
185
+
186
+
> [!Note]
187
+
> `query` is not supported in version 2.0 (Preview).
185
188
186
189
**Example:**
187
190
@@ -219,7 +222,7 @@ To copy data from Shopify, set the source type in the copy activity to **Shopify
219
222
220
223
When you copy data from Shopify, the following mappings apply from Shopify's data types to the internal data types used by the service. To learn about how the copy activity maps the source schema and data type to the sink, see [Schema and data type mappings](copy-activity-schema-and-type-mapping.md).
221
224
222
-
| Shopify data type | Interim service data type (for version 2.0) | Interim service data type (for version 1.0) |
225
+
| Shopify data type | Interim service data type (for version 2.0 (Preview)) | Interim service data type (for version 1.0) |
@@ -246,14 +249,13 @@ The following table shows the release stage and change logs for different versio
246
249
| Version | Release stage | Change log |
247
250
| :----------- | :------- |:------- |
248
251
| Version 1.0 | End of support announced | / |
249
-
| 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 in Copy activity. |
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. |
250
253
251
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)
252
255
253
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).
254
257
1. 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.
255
-
1.`query` is only supported in version 1.0 for Copy activity.
256
-
258
+
1.`query` is only supported in version 1.0. You should use the `tableName` instead of `query` in version 2.0 (Preview).
257
259
258
260
## Related content
259
261
For a list of data stores supported as sources and sinks by the copy activity, see [supported data stores](copy-activity-overview.md#supported-data-stores-and-formats).
0 commit comments