From d19921f0660fbbd7d28a642d59d9924059ed9470 Mon Sep 17 00:00:00 2001 From: Ahmed Abualsaud Date: Thu, 10 Oct 2024 19:05:45 +0300 Subject: [PATCH] lint --- CHANGES.md | 2 ++ sdks/python/apache_beam/transforms/managed_it_test.py | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 774abefcb066..94aff9d847ac 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -59,11 +59,13 @@ * New highly anticipated feature X added to Python SDK ([#X](https://github.com/apache/beam/issues/X)). * New highly anticipated feature Y added to Java SDK ([#Y](https://github.com/apache/beam/issues/Y)). +* [Python] Introduce Managed Transforms API ([#31495](https://github.com/apache/beam/pull/31495)) ## I/Os * Support for X source added (Java/Python) ([#X](https://github.com/apache/beam/issues/X)). * [Managed Iceberg] Support creating tables if needed ([#32686](https://github.com/apache/beam/pull/32686)) +* [Managed Iceberg] Now available in Python SDK ([#31495](https://github.com/apache/beam/pull/31495)) ## New Features / Improvements diff --git a/sdks/python/apache_beam/transforms/managed_it_test.py b/sdks/python/apache_beam/transforms/managed_it_test.py index 347dcfb30185..67d8e9e6227c 100644 --- a/sdks/python/apache_beam/transforms/managed_it_test.py +++ b/sdks/python/apache_beam/transforms/managed_it_test.py @@ -1,7 +1,7 @@ import os import secrets -import tempfile import shutil +import tempfile import time import unittest