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-quickbooks.md
+5-4Lines changed: 5 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -201,7 +201,7 @@ To copy data from QuickBooks Online, set the source type in the copy activity to
201
201
| Property | Description | Required |
202
202
|:--- |:--- |:--- |
203
203
| type | The type property of the copy activity source must be set to: **QuickBooksSource**| Yes |
204
-
| query | Use the custom SQL query to read data. For example: `"SELECT * FROM "Bill" WHERE Id = '123'"`. | No (if "tableName" in dataset is specified) |
204
+
| query | Use the custom SQL query to read data. <br><br>For version 2.0, you can only use QuickBooks native query with limitations. For more information, see [query operations and syntax](https://developer.intuit.com/app/developer/qbo/docs/learn/explore-the-quickbooks-online-api/data-queries). <br>Note: The `tableName` used in the query must match the `tableName` in the dataset, otherwise an exception will be thrown. <br><br>For version 1.0 (Preview), you can use SQL-92 query. For example: `"SELECT * FROM "Bill" WHERE Id = '123'"`. | No (if "tableName" in dataset is specified) |
205
205
206
206
**Example:**
207
207
@@ -248,12 +248,13 @@ The following table shows the release stage and change logs for different versio
248
248
249
249
| Version | Release stage | Change log |
250
250
| :----------- | :------- |:------- |
251
-
|Quickbooks version 1.0 (Preview) | End of support announced | / |
252
-
|Quickbooks version 2.0 | GA version available | • `useEncryptedEndpoints` is not supported. <br><br>• `query` don’t support GROUP BY clauses, JOIN clauses and Aggregate Function (Avg, Max, Sum). For more information about query operations and syntax, see this [article](https://developer.intuit.com/app/developer/qbo/docs/learn/explore-the-quickbooks-online-api/data-queries). |
251
+
|Version 1.0 (Preview) | End of support announced | / |
252
+
|Version 2.0 | GA version available | • `useEncryptedEndpoints` is not supported. <br><br>• SQL-92 query is not supported. <br><br>• Support Quickbooks native query with limitations. GROUP BY clauses, JOIN clauses and Aggregate Function (Avg, Max, Sum) aren't supported. For more information, see [query operations and syntax](https://developer.intuit.com/app/developer/qbo/docs/learn/explore-the-quickbooks-online-api/data-queries). <br><br>• The `tableName` used in the query must match the `tableName` in the dataset, otherwise an exception will be thrown. |
253
253
254
254
### <aname="upgrade-the-quickbooks-connector-from-version-10-to-version-20"></a> Upgrade the Quickbooks connector from version 1.0 (Preview) to version 2.0
255
255
256
-
In **Edit linked service** page, select 2.0 for version. For more information, see [linked service version 2.0 properties](#version-20).
256
+
1. In **Edit linked service** page, select 2.0 for version. For more information, see [linked service version 2.0 properties](#version-20).
257
+
1. If you use SQL query in the copy activity source or the lookup activity that refers to the version 1.0 (Preview) linked service, you need to convert them to the QuickBooks native query. Learn more about native query from [Quickbooks as a source type](#quickbooks-as-source) and [query operations and syntax](https://developer.intuit.com/app/developer/qbo/docs/learn/explore-the-quickbooks-online-api/data-queries).
257
258
258
259
## Related content
259
260
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