Skip to content

Commit 2b279fd

Browse files
Merge pull request #35873 from chugugrace/mybranch11192025
python 3 support
2 parents e98f86a + b8c7639 commit 2b279fd

1 file changed

Lines changed: 13 additions & 1 deletion

File tree

docs/linux/sql-server-linux-ssis-known-issues.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: This article describes limitations and known issues for SQL Server
44
author: lrtoyou1223
55
ms.author: lle
66
ms.reviewer: maghan, randolphwest
7-
ms.date: 07/03/2025
7+
ms.date: 11/19/2025
88
ms.service: sql
99
ms.subservice: linux
1010
ms.topic: troubleshooting-known-issue
@@ -30,6 +30,7 @@ The following features aren't supported in this release of SSIS on Linux:
3030
- Azure Feature Pack for SSIS
3131
- Hadoop and HDFS support
3232
- Microsoft Connector for SAP BW
33+
- SSIS isn't available for [!INCLUDE [sssql25-md](../includes/sssql25-md.md)] on Linux
3334

3435
For other limitations and known issues with SSIS on Linux, see [SQL Server on Linux: Known issues](sql-server-linux-known-issues.md#sql-server-integration-services-ssis).
3536

@@ -146,6 +147,17 @@ The SSIS log providers for Text files, for XML files, and for SQL Server Profile
146147
- If you don't provide a path, the log provider writes to the current directory of the host. If the current user doesn't have permission to write to the current directory of the host, the log provider raises an error.
147148
- You can't use an environment variable in a file path. If you specify an environment variable, the literal text that you specify appears in the file path. For example, if you specify `%TMP%/log.txt`, the log provider appends the literal text `/%TMP%/log.txt` to the current host directory.
148149

150+
## Python 3 support
151+
152+
Python 3 is supported in [!INCLUDE [sssql22-md](../includes/sssql22-md.md)] Cumulative Update 21 and later versions. For more information, see [Release notes for SQL Server 2022 on Linux](sql-server-linux-release-notes-2022.md).
153+
154+
| Distribution | Package name | Package version |
155+
| --- | --- | --- |
156+
| RHEL 8 | SSIS | 16.0.4215.2-3 |
157+
| RHEL 9 | SSIS | 16.0.4215.2-3 |
158+
| Ubuntu 20.04 | SSIS | 16.0.4215.2-3 |
159+
| Ubuntu 22.04 | SSIS | 16.0.4215.2-3 |
160+
149161
## Related content
150162

151163
- [Extract, transform, and load data on Linux with SSIS](sql-server-linux-migrate-ssis.md)

0 commit comments

Comments
 (0)