damccorm commented on PR #35473:
URL: https://github.com/apache/beam/pull/35473#issuecomment-3259375214
@mohamedawnallah would you mind taking a look at the failures here?
```
apache_beam/examples/snippets/transforms/elementwise/enrichment_test.py:203:
in sql_test_context
result = EnrichmentTestHelpers.pre_sql_enrichment_test(
apache_beam/examples/snippets/transforms/elementwise/enrichment_test.py:246:
in pre_sql_enrichment_test
os.environ['GOOGLE_CLOUD_SQL_DB_PASSWORD'] = password
/opt/hostedtoolcache/Python/3.9.22/x64/lib/python3.9/os.py:684: in
__setitem__
value = self.encodevalue(value)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
_ _
value = None
def encode(value):
if not isinstance(value, str):
> raise TypeError("str expected, not %s" % type(value).__name__)
E TypeError: str expected, not NoneType
```
--
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]