We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8db91d1 commit d17575dCopy full SHA for d17575d
sdks/python/apache_beam/yaml/yaml_transform.py
@@ -1030,7 +1030,6 @@ def push_windowing_to_roots(spec):
1030
def preprocess_windowing(spec):
1031
if spec['type'] == 'WindowInto':
1032
# This is the transform where it is actually applied.
1033
-
1034
if 'windowing' in spec:
1035
spec['config'] = spec.get('config', {})
1036
spec['config']['windowing'] = spec.pop('windowing')
0 commit comments