uranusjr commented on code in PR #51229:
URL: https://github.com/apache/airflow/pull/51229#discussion_r2142126207


##########
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:
   I believe the correct spelling is _instantiate_ instead.



-- 
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: commits-unsubscr...@airflow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to