damccorm commented on code in PR #36874:
URL: https://github.com/apache/beam/pull/36874#discussion_r2549994048
##########
sdks/python/apache_beam/yaml/extended_tests/data/enrichment.yaml:
##########
@@ -62,7 +62,7 @@ pipelines:
project: apache-beam-testing
table_name: "{BQ_TABLE}"
fields: ['label']
- row_restriction_template: "label = '37a'"
+ row_restriction_template: "label = '{{}}'"
Review Comment:
This should work as written, so if this is failing then it is probably a
real bug which is being covered up. We should address that in the transform
itself, not in the test.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]