Skip to content

Commit f972380

Browse files
committed
Update comments
1 parent 0558eb7 commit f972380

File tree

2 files changed

+10
-8
lines changed

2 files changed

+10
-8
lines changed

articles/data-factory/connector-release-stages-and-timelines.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ For comprehensive details on support levels and recommended usage at each stage,
7979
| [ServiceNow V2](connector-servicenow.md) | / | GA | / | / |
8080
| [ServiceNow V1](connector-servicenow-legacy.md) | / | End of support | June 30, 2025 | September 30, 2025 |
8181
| [Shopify (Preview)](connector-shopify.md) | version 2.0 | Public Preview | / |/
82-
| | version 1.0 | End of support announced | August 31, 2025 | September 30, 2025 |
82+
| | version 1.0 | End of support announced | October 22, 2025 | November 22, 2025 |
8383
| [Salesforce V2](connector-salesforce.md) | / |
8484
| [Snowflake V2](connector-snowflake.md) | version 1.1 | GA | / | / |
8585
| | version 1.0 | GA | / | / |

articles/data-factory/connector-shopify.md

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ This article outlines how to use the Copy Activity in an Azure Data Factory or S
1919
> 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/).
2020
2121
> [!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.
2323
2424
## Supported capabilities
2525

@@ -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. | 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) |
155155

156156
**Example**
157157

@@ -181,7 +181,10 @@ To copy data from Shopify, set the source type in the copy activity to **Shopify
181181
| Property | Description | Required |
182182
|:--- |:--- |:--- |
183183
| 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).
185188
186189
**Example:**
187190

@@ -219,7 +222,7 @@ To copy data from Shopify, set the source type in the copy activity to **Shopify
219222

220223
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).
221224

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) |
223226
|------------------|----------------------------------|----------------------|
224227
| Boolean | Boolean | Boolean |
225228
| Int | Int | Int |
@@ -246,14 +249,13 @@ The following table shows the release stage and change logs for different versio
246249
| Version | Release stage | Change log |
247250
| :----------- | :------- |:------- |
248251
| 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. |
250253

251254
### <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)
252255

253256
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).
254257
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).
257259

258260
## Related content
259261
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

Comments
 (0)