Skip to content

Commit 84f4209

Browse files
committed
Remove preview
1 parent 037ec6d commit 84f4209

File tree

4 files changed

+16
-16
lines changed

4 files changed

+16
-16
lines changed

articles/data-factory/connector-netezza.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ This article outlines how to use Copy Activity in Azure Data Factory or Synapse
1818
>For data migration scenario from Netezza to Azure, learn more from [Migrate data from on-premises Netezza server to Azure](data-migration-guidance-netezza-azure-sqldw.md).
1919
2020
> [!IMPORTANT]
21-
> The Netezza connector version 2.0 (Preview) provides improved native Netezza support. If you are using the Netezza connector version 1.0 in your solution, please [upgrade your Netezza connector](#upgrade-the-netezza-connector) before **September 30, 2025**. Refer to this [section](#differences-between-netezza-version-20-and-version-10) for details on the difference between version 2.0 (Preview) and version 1.0.
21+
> The Netezza connector version 2.0 provides improved native Netezza support. If you are using the Netezza connector version 1.0 in your solution, please [upgrade your Netezza connector](#upgrade-the-netezza-connector) before **September 30, 2025**. Refer to this [section](#differences-between-netezza-version-20-and-version-10) for details on the difference between version 2.0 and version 1.0.
2222
2323
## Supported capabilities
2424

@@ -41,7 +41,7 @@ This Netezza connector supports:
4141

4242
The service provides a built-in driver to enable connectivity. You don't need to manually install any driver to use this connector.
4343

44-
For version 2.0 (Preview), you need to [install a IBM Netezza ODBC driver](#install-netezza-odbc-driver-for-the-version-20) manually. For version 1.0, the service provides a built-in driver to enable connectivity. You don't need to manually install any driver to use this connector.
44+
For version 2.0, you need to [install a IBM Netezza ODBC driver](#install-netezza-odbc-driver-for-the-version-20) manually. For version 1.0, the service provides a built-in driver to enable connectivity. You don't need to manually install any driver to use this connector.
4545

4646
## Prerequisites
4747

@@ -55,9 +55,9 @@ If your data store is a managed cloud data service, you can use the Azure Integr
5555

5656
You can also use the [managed virtual network integration runtime](tutorial-managed-virtual-network-on-premise-sql-server.md) feature in Azure Data Factory to access the on-premises network without installing and configuring a self-hosted integration runtime.
5757

58-
### <a name="install-netezza-odbc-driver-for-the-version-20"></a> Install Netezza ODBC driver for the version 2.0 (Preview)
58+
### <a name="install-netezza-odbc-driver-for-the-version-20"></a> Install Netezza ODBC driver for the version 2.0
5959

60-
To use Netezza connector with version 2.0 (Preview), [install the IBM Netezza ODBC driver](https://knowledge.informatica.com/s/article/HOW-TO-Download-the-Netezza-ODBC-driver?language=en_US) version 11.02.02 or higher on the machine running the self-hosted Integration runtime.
60+
To use Netezza connector with version 2.0, [install the IBM Netezza ODBC driver](https://knowledge.informatica.com/s/article/HOW-TO-Download-the-Netezza-ODBC-driver?language=en_US) version 11.02.02 or higher on the machine running the self-hosted Integration runtime.
6161

6262
## Get started
6363

@@ -92,14 +92,14 @@ The following sections provide details about properties you can use to define en
9292

9393
## Linked service properties
9494

95-
The Netezza connector now supports version 2.0 (Preview). Refer to this [section](#upgrade-the-netezza-connector) to upgrade your Netezza connector version from version 1.0. For the property details, see the corresponding sections.
95+
The Netezza connector now supports version 2.0. Refer to this [section](#upgrade-the-netezza-connector) to upgrade your Netezza connector version from version 1.0. For the property details, see the corresponding sections.
9696

97-
- [Version 2.0 (Preview)](#version-20)
97+
- [Version 2.0](#version-20)
9898
- [Version 1.0](#version-10)
9999

100-
### <a name="version-20"></a> Version 2.0 (Preview)
100+
### <a name="version-20"></a> Version 2.0
101101

102-
The Netezza linked service supports the following properties when apply version 2.0 (Preview):
102+
The Netezza linked service supports the following properties when apply version 2.0:
103103

104104
| Property | Description | Required |
105105
|:--- |:--- |:--- |
@@ -334,7 +334,7 @@ You are suggested to enable parallel copy with data partitioning especially when
334334

335335
When you copy data from Netezza, the following mappings apply from Netezza'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).
336336

337-
| Netezza data type | Interim service data type (for version 2.0 (Preview)) | Interim service data type (for version 1.0) |
337+
| Netezza data type | Interim service data type (for version 2.0) | Interim service data type (for version 1.0) |
338338
|:--- |:--- |:--- |
339339
| BOOLEAN | Boolean | Boolean |
340340
| CHAR | String | String |
@@ -365,13 +365,13 @@ The following table shows the release stage and change logs for different versio
365365
| Version | Release stage | Change log |
366366
| :----------- | :------- |:------- |
367367
| Version 1.0 | End of support announced | / |
368-
| Version 2.0 (Preview) | Preview version available | • Only support the self-hosted integration runtime. <br><br>• BYTEINT is read as Int16 data type. <br><br> • DATE is read as Date data type. <br><br>• TIME is read as Time data type. <br><br>• INTERVAL is not supported.|
368+
| Version 2.0 | GA version available | • Only support the self-hosted integration runtime. <br><br>• BYTEINT is read as Int16 data type. <br><br> • DATE is read as Date data type. <br><br>• TIME is read as Time data type. <br><br>• INTERVAL is not supported.|
369369

370-
### <a name="upgrade-the-netezza-connector"></a> Upgrade the Netezza connector from version 1.0 to version 2.0 (Preview)
370+
### <a name="upgrade-the-netezza-connector"></a> Upgrade the Netezza connector from version 1.0 to version 2.0
371371

372-
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).
373-
1. The data type mapping for the Netezza 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 Netezza](#data-type-mapping-for-netezza).
374-
1. Only support the self-hosted integration runtime. Azure integration runtime is not supported by version 2.0 (Preview).
372+
1. In **Edit linked service** page, select 2.0 for version. For more information, see [linked service version 2.0 properties](#version-20).
373+
1. The data type mapping for the Netezza linked service version 2.0 is different from that for the version 1.0. To learn the latest data type mapping, see [Data type mapping for Netezza](#data-type-mapping-for-netezza).
374+
1. Only support the self-hosted integration runtime. Azure integration runtime is not supported by version 2.0.
375375

376376
## Related content
377377

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ For comprehensive details on support levels and recommended usage at each stage,
5454
| [Marketo (Preview)](connector-marketo.md) | / | End of support | December 31, 2024 | December 31, 2024 |
5555
| [MySQL](connector-mysql.md) | version 2.0 | GA | / | / |
5656
| | version 1.0 | End of support | October 31, 2024 | September 30, 2025 |
57-
| [Netezza](connector-netezza.md) | version 2.0 | Public Preview | / | / |
57+
| [Netezza](connector-netezza.md) | version 2.0 | GA | / | / |
5858
| | version 1.0 | End of support announced | September 30, 2025 | October 31, 2025 |
5959
| [Oracle](connector-oracle.md) | version 2.0 | GA | / | / |
6060
| | version 1.0 | End of support announced | October 31, 2025 | March 31, 2026 |

articles/data-factory/guidance-for-byod-approach.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ This article provides step-by-step guidance for using connectors with Bring Your
9090
### Related connectors
9191

9292
- [Amazon Redshift (version 2.0 (Preview))](connector-amazon-redshift.md)
93-
- [Netezza (version 2.0 (Preview))](connector-netezza.md)
93+
- [Netezza (version 2.0)](connector-netezza.md)
9494
- [Vertica (version 2.0)](connector-vertica.md)
9595

9696
## Related content
-163 Bytes
Loading

0 commit comments

Comments
 (0)