Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmedabu98 committed Oct 10, 2024
1 parent 42af6e9 commit d19921f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion sdks/python/apache_beam/transforms/managed_it_test.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import os
import secrets
import tempfile
import shutil
import tempfile
import time
import unittest

Expand Down

0 comments on commit d19921f

Please sign in to comment.