maikvandergaag / msft-extensions

Repository for extensions mainly used for Azure DevOps Extensions
https://msftplayground.com
MIT License
126 stars 81 forks source link

Update gateway action needs to be updated with new API #438

Open JaydeepUniverse opened 1 year ago

JaydeepUniverse commented 1 year ago

PowerBI Action

I'm trying to update the gateway for the dataset and I received this error

2022-09-13T16:26:07.8588402Z ##[error]DMTS_MonikerNotFoundError

When I ran the same API showing in the debug logs

2022-09-13T16:26:07.5148208Z ##[debug]Trying to invoke api: https://api.powerbi.com/v1.0/myorg/groups/xxxx/datasets/xxxx/Default.GetBoundGatewayDatasources

directly on the powerbi I received the same error

image

Then I noted in this API document https://docs.microsoft.com/en-us/rest/api/power-bi/datasets/get-gateway-datasources-in-group

that, this API is deprecated and replaced with Get Datasources In Group

which worked fine

image

Could you please check this analysis and advise if its correct and if so, how soon could we receive the fix? OR if not please advise for solution or workaround.

Thanks, Jaydeep

maikvandergaag commented 1 year ago

Will try to check this this Friday and get back to you

JaydeepUniverse commented 1 year ago

Sure thanks!

JaydeepUniverse commented 1 year ago

@maikvandergaag any update pls

anindyaca commented 1 year ago

@JaydeepUniverse can you connect with me on +91 8765045961, need some help from you in updating gateways

JaydeepUniverse commented 1 year ago

@maikvandergaag got chance to look into this, pls?

JaydeepUniverse commented 1 year ago

@maikvandergaag any update please on this?

maikvandergaag commented 1 year ago

Hi @JaydeepUniverse, sorry for the late response. The investigation is taken longer then expected.

As the change is bigger then we have it know. We will have to rewrite the component and even see if it is possible to maintain the functionality.

JaydeepUniverse commented 1 year ago

Ok thanks for the update @maikvandergaag

Any tentative timeline for this to be available at least as beta?

maikvandergaag commented 1 year ago

Not sure yet. At the moment I'm very busy and would love to add new functionalities but still have to find the time. All help is appreciated.

tvandesijpe commented 1 year ago

Hi @maikvandergaag, Did you got the chance to create a fix for this issue?

Shahyads commented 1 year ago

the task is working for me but it seems the task cannot map the datasource. actually there is no input parameter in the pipeline task to enter the name to be mapped. Any suggestions ? image

maikvandergaag commented 1 year ago

This is something not added to the extension yet.

maikvandergaag commented 1 year ago

At this point we are first working on adding linux support when that is finished we can look into other options. Would be great if someone could help with Power BI examples for us to work with.