Joffreybvn commented on issue #54350:
URL: https://github.com/apache/airflow/issues/54350#issuecomment-3187891044
With 3.0.5rc1, this call works fine on my side:
```python
schedule_pipeline = MSGraphAsyncOperator(
task_id="schedule_pipeline",
conn_id="http.fabric",
method="POST",
url="workspaces/{workspaceId}/items/{pipelineId}/jobs/instances?jobType=Pipeline",
path_parameters={"workspaceId": workspace_id, "pipelineId": pipeline_id}
)
```
What about you, @gschuurman, does the 3.0.5 fix it ?
--
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]