This is an automated email from the ASF dual-hosted git repository.
pabloem pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git
The following commit(s) were added to refs/heads/master by this push:
new 5f15d27 Remove Python SQL Test example from catalog
new 724e689 Merge pull request #16713 from [BEAM-13815] [Playground]
[Bugfix] Remove Python SQL Test example from catalog
5f15d27 is described below
commit 5f15d2719cfd54c573876b6c462cb1c3fe8836d8
Author: Pavel Avilov <[email protected]>
AuthorDate: Thu Feb 3 14:03:21 2022 +0300
Remove Python SQL Test example from catalog
---
sdks/python/apache_beam/transforms/sql_test.py | 9 ---------
1 file changed, 9 deletions(-)
diff --git a/sdks/python/apache_beam/transforms/sql_test.py
b/sdks/python/apache_beam/transforms/sql_test.py
index 099b52b..854aec0 100644
--- a/sdks/python/apache_beam/transforms/sql_test.py
+++ b/sdks/python/apache_beam/transforms/sql_test.py
@@ -19,15 +19,6 @@
# pytype: skip-file
-# beam-playground:
-# name: SQLTest
-# description: Unit-test for the transforms that use
-# the SQL Expansion service.
-# multifile: false
-# context_line: 45
-# categories:
-# - Beam SQL
-
import logging
import typing
import unittest