dabla commented on code in PR #45513:
URL: https://github.com/apache/airflow/pull/45513#discussion_r1914523245
##########
providers/src/airflow/providers/microsoft/azure/operators/powerbi.py:
##########
@@ -128,6 +157,7 @@ def execute_complete(self, context: Context, event:
dict[str, str]) -> Any:
raise AirflowException(event["message"])
self.xcom_push(
- context=context, key="powerbi_dataset_refresh_Id",
value=event["dataset_refresh_id"]
+ context=context,
+ key=f"{context['ti'].task_id}.powerbi_dataset_refresh_status",
Review Comment:
think you could use self.task_id instead of context['ti'].task_id
--
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]