ambikagarg

Results 15 comments of ambikagarg

After discussing with @Joffreybvn, I'm considering integrating this operator into Azure Data Factory using a generic connection type. Given that Power BI seems to be integrated into Microsoft Fabric, I...

Agreed, I'll submit this PR for the Power BI operator under microsoft.azure (initially, I mistakenly mentioned Azure Data Factory). So, let's go ahead and close this PR for now.

Hi @dabla, I'm not sure how to incorporate the msgraph operator into it to extend this operator to work in deferable mode. I would be really grateful if you could...

Thanks a lot, @dabla, for reviewing the PR. I was struggling with how to leverage KiotaAdapterHook in my operator, and your comments have given me some insights. I will make...

Hey @dabla, I added the Triggers class to extend the operator to works in deferable mode while extending async calls to MS graph operator. now this operator could support both...

Hey @dabla, thank you so much for reviewing the PR. I deeply appreciate it! I had a quick question related to the comment you added about using more of deferrable...

I added some more tests, to ensure full code coverage, I'm pasting the codecov html report below.

Hey @dabla, Thank you for your consistent support and assistance—it truly made this possible. I’ve tested the code locally, and it’s working perfectly. All tests have passed, and the code...

Yea, I'm able to pass all the tests locally. But didn't understand why they are failing on CI. Are tests getting failed locally as well on your end?

Hi @davidblain-infrabel, I noticed that two of the test cases for the MSGraph hook were failing in CI, so I fixed them. You can refer to the screenshot for details....