Lee-W commented on code in PR #43773:
URL: https://github.com/apache/airflow/pull/43773#discussion_r1845917112
##########
task_sdk/tests/defintions/test_asset.py:
##########
@@ -531,28 +534,28 @@ def normalizer(uri):
return normalizer
-@patch("airflow.assets._get_uri_normalizer",
_mock_get_uri_normalizer_raising_error)
+@patch(f"{ASSET_MODULE_PATH}._get_uri_normalizer",
_mock_get_uri_normalizer_raising_error)
Review Comment:
We don't actually need to. Thougg it would be easier to replace
`airflow.assets` with `airflow.sdk.definitions.asset`
--
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]