Skip to content

Commit 3d4465d

Browse files
committed
Fix comments: preview and date
1 parent 13ca703 commit 3d4465d

File tree

2 files changed

+20
-19
lines changed

2 files changed

+20
-19
lines changed

articles/data-factory/connector-quickbooks.md

Lines changed: 19 additions & 18 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 version 1.0 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 QuickBooks connector version 2.0 provides improved native QuickBooks support. If you are using QuickBooks connector version 1.0 in your solution, please [upgrade the QuickBooks connector](#upgrade-the-quickbooks-connector-from-version-10-to-version-20) before **August 31, 2025**. Refer to this [section](#quickbooks-connector-lifecycle-and-upgrade) for details on the difference between version 2.0 and version 1.0.
22+
> The QuickBooks connector version 2.0 (Preview) provides improved native QuickBooks support. If you are using QuickBooks connector version 1.0 in your solution, please [upgrade the QuickBooks connector](#upgrade-the-quickbooks-connector-from-version-10-to-version-20) before **August 31, 2025**. Refer to this [section](#quickbooks-connector-lifecycle-and-upgrade) for details on the difference between version 2.0 (Preview) and version 1.0.
2323
2424
## Supported capabilities
2525

@@ -69,14 +69,14 @@ The following sections provide details about properties that are used to define
6969

7070
## Linked service properties
7171

72-
The QuickBooks connector now supports version 2.0. Refer to this [section](#upgrade-the-quickbooks-connector-from-version-10-to-version-20) to upgrade your QuickBooks connector version from version 1.0. For the property details, see the corresponding sections.
72+
The QuickBooks connector now supports version 2.0 (Preview). Refer to this [section](#upgrade-the-quickbooks-connector-from-version-10-to-version-20) to upgrade your QuickBooks connector version from version 1.0. For the property details, see the corresponding sections.
7373

74-
- [Version 2.0](#version-20)
74+
- [Version 2.0 (Preview)](#version-20)
7575
- [Version 1.0](#version-10)
7676

77-
### Version 2.0
77+
### Version 2.0 (Preview)
7878

79-
The QuickBooks linked service supports the following properties when apply version 2.0:
79+
The QuickBooks linked service supports the following properties when apply version 2.0 (Preview):
8080

8181
| Property | Description | Required |
8282
|:--- |:--- |:--- |
@@ -201,7 +201,7 @@ To copy data from QuickBooks Online, set the source type in the copy activity to
201201
| Property | Description | Required |
202202
|:--- |:--- |:--- |
203203
| 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. <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). Note that the `tableName` specified in the query must match the `tableName` in the dataset. <br><br>For version 1.0, you can use SQL-92 query. 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 (Preview), 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). Note that the `tableName` specified in the query must match the `tableName` in the dataset. <br><br>For version 1.0, you can use SQL-92 query. For example: `"SELECT * FROM "Bill" WHERE Id = '123'"`. | No (if "tableName" in dataset is specified) |
205205

206206
**Example:**
207207

@@ -242,16 +242,16 @@ The Copy Activity in the service cannot copy data directly from Quickbooks Deskt
242242

243243
When you copy data from Quickbooks, the following mappings apply from Quickbooks'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).
244244

245-
| Quickbooks data type | Interim service data type (for version 2.0) | Interim service data type (for version 1.0) |
245+
| Quickbooks data type | Interim service data type (for version 2.0 (Preview)) | Interim service data type (for version 1.0) |
246246
|:--- |:--- |:--- |
247-
| String       | string            | string                 |
248-
| Boolean      | bool              | bool                   |
249-
| DateTime     | datetime          | datetime               |
250-
| Decimal      | decimal (15,2)    | decimal (15, 2)        |
251-
| Enum         | string            | string                 |
252-
| Date         | datetime          | datetime               |
253-
| BigDecimal   | decimal (15,2)    | decimal (15, 2)        |
254-
| Integer      | int               | int                    |
247+
| String| string| string |
248+
| Boolean | bool | bool |
249+
| DateTime | datetime | datetime |
250+
| Decimal | decimal (15,2) | decimal (15, 2) |
251+
| Enum | string | string |
252+
| Date | date | datetime |
253+
| BigDecimal | decimal (15,2) | decimal (15, 2) |
254+
| Integer | int | int |
255255

256256
## Lookup activity properties
257257

@@ -264,12 +264,13 @@ The following table shows the release stage and change logs for different versio
264264
| Version | Release stage | Change log |
265265
| :----------- | :------- |:------- |
266266
| Version 1.0 | End of support announced | / |
267-
| Version 2.0 | GA version available | • 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` specified in the `query` must match the `tableName` in the dataset. <br><br>• `useEncryptedEndpoints` is not supported. <br><br>• SQL-92 query is not supported. |
267+
| Version 2.0 | Public Preview | • 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` specified in the `query` must match the `tableName` in the dataset. <br><br>• Date is read as date data type. <br><br>• SQL-92 query is not supported. <br><br>• `useEncryptedEndpoints` is not supported. |
268268

269-
### <a name="upgrade-the-quickbooks-connector-from-version-10-to-version-20"></a> Upgrade the Quickbooks connector from version 1.0 to version 2.0
269+
### <a name="upgrade-the-quickbooks-connector-from-version-10-to-version-20"></a> Upgrade the Quickbooks connector from version 1.0 to version 2.0 (Preview)
270270

271-
1. In **Edit linked service** page, select 2.0 for version. For more information, see [linked service version 2.0 properties](#version-20).
271+
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).
272272
1. If you use SQL query in the copy activity source or the lookup activity that refers to the version 1.0 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).
273+
1. The data type mapping for the Quickbooks linked service version 2.0 (Preview) is different from that for the version 1.0. To learn the latest data type mapping, see [Data type mapping for Quickbooks](#data-type-mapping-for-quickbooks).
273274

274275
## Related content
275276
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).

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ For comprehensive details on support levels and recommended usage at each stage,
5757
| [PostgreSQL V1](connector-postgresql-legacy.md) | / | End of support | October 31, 2024 | September 30, 2025 |
5858
| [Presto](connector-presto.md) | version 2.0 | GA | / | / |
5959
| | version 1.0 | End of support announced | August 31, 2025 | September 30, 2025 |
60-
| [QuickBooks Online (Preview)](connector-quickbooks.md) | version 2.0 | GA | / | / |
60+
| [QuickBooks Online (Preview)](connector-quickbooks.md) | version 2.0 | Public Preview | / |
6161
| | version 1.0 | End of support announced | August 31, 2025 | September 30, 2025 |
6262
| [Salesforce V2](connector-salesforce.md) | / | GA | / | / |
6363
| [Salesforce V1](connector-salesforce-legacy.md) | / | End of support announced | June 30, 2025 | September 30, 2025 |

0 commit comments

Comments
 (0)