yoeo commented on code in PR #51229:
URL: https://github.com/apache/airflow/pull/51229#discussion_r2146709805
##########
task-sdk/src/airflow/sdk/definitions/asset/decorators.py:
##########
@@ -98,6 +99,18 @@ def determine_kwargs(self, context: Mapping[str, Any]) ->
Mapping[str, Any]:
return dict(self._iter_kwargs(context))
+def _instanciate_task(definition: AssetDefinition | MultiAssetDefinition) ->
_AssetMainOperator | XComArg:
Review Comment:
Good catch! I fixed the misspelling.
I also removed the unnecessary `return` and it works the same as before.
--
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]