maikvandergaag / msft-extensions

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

feat: bump tabular editor to version 2.20 #503

Closed andreanidouglas closed 1 year ago

andreanidouglas commented 1 year ago

bump the tabular version to 2.20 may fix issue #502

maikvandergaag commented 1 year ago

@andreanidouglas Would you mind testing the beta version of the extension? If so could you share your organization

andreanidouglas commented 1 year ago

@andreanidouglas Would you mind testing the beta version of the extension? If so could you share your organization

alcoabi is the organization. Let me know if you need anything else

maikvandergaag commented 1 year ago

@andreanidouglas: We are not able to test yet we are bumping into a small issue on our side will update as soon as possible

andreanidouglas commented 1 year ago

@andreanidouglas: We are not able to test yet we are bumping into a small issue on our side will update as soon as possible

sure, thanks for the update

maikvandergaag commented 1 year ago

We are publishing a new beta version. It will take about 30 min to complete. It contains a large update that also consist out off making the extension cross platform.

You can install the beta version from : https://marketplace.visualstudio.com/items?itemName=Development-vanderGaag.maikvandergaag-power-bi-actionsDev

andreanidouglas commented 1 year ago

running on windows-latest agent

2023-09-14T18:16:46.1335260Z ##[debug]Evaluating condition for step: 'Power BI Action: DeployTabularModel'
2023-09-14T18:16:46.1354613Z ##[debug]Evaluating: succeeded()
2023-09-14T18:16:46.1354941Z ##[debug]Evaluating succeeded:
2023-09-14T18:16:46.1355603Z ##[debug]=> True
2023-09-14T18:16:46.1355909Z ##[debug]Result: True
2023-09-14T18:16:46.1356209Z ##[section]Starting: Power BI Action: DeployTabularModel
2023-09-14T18:16:46.1704042Z ==============================================================================
2023-09-14T18:16:46.1704571Z Task         : Power BI Actions XPLAT
2023-09-14T18:16:46.1704942Z Description  : Cross Platform Power BI Extension
2023-09-14T18:16:46.1705085Z Version      : 6.2.1
2023-09-14T18:16:46.1705310Z Author       : Maik van der Gaag
2023-09-14T18:16:46.1705670Z Help         : 
2023-09-14T18:16:46.1705740Z ==============================================================================
2023-09-14T18:16:46.2421592Z ##[debug]Using node path: C:\agents\3.225.0\externals\node\bin\node.exe
2023-09-14T18:16:46.4171446Z module.js:478
2023-09-14T18:16:46.4172402Z     throw err;
2023-09-14T18:16:46.4175159Z     ^
2023-09-14T18:16:46.4176071Z 
2023-09-14T18:16:46.5162276Z Error: Cannot find module 'azure-pipelines-task-lib/task'
2023-09-14T18:16:46.5163259Z     at Function.Module._resolveFilename (module.js:476:15)
2023-09-14T18:16:46.5163747Z     at Function.Module._load (module.js:424:25)
2023-09-14T18:16:46.5164152Z     at Module.require (module.js:504:17)
2023-09-14T18:16:46.5164548Z     at require (internal/module.js:20:19)
2023-09-14T18:16:46.5165400Z     at Object.<anonymous> (D:\a\_tasks\DEV - Power BI Actions_415a2c8b-327d-5397-9d39-b6941b54e281\6.2.1\index.js:13:12)
2023-09-14T18:16:46.5165981Z     at Module._compile (module.js:577:32)
2023-09-14T18:16:46.5166434Z     at Object.Module._extensions..js (module.js:586:10)
2023-09-14T18:16:46.5166847Z     at Module.load (module.js:494:32)
2023-09-14T18:16:46.5167241Z     at tryModuleLoad (module.js:453:12)
2023-09-14T18:16:46.5167667Z     at Function.Module._load (module.js:445:3)
2023-09-14T18:16:46.5542727Z ##[error]Exit code 1 returned from process: file name 'C:\agents\3.225.0\externals\node\bin\node.exe', arguments '"D:\a\_tasks\DEV - Power BI Actions_415a2c8b-327d-5397-9d39-b6941b54e281\6.2.1\index.js"'.
2023-09-14T18:16:46.5558403Z ##[debug]Microsoft.VisualStudio.Services.Agent.Util.ProcessExitCodeException: Exit code 1 returned from process: file name 'C:\agents\3.225.0\externals\node\bin\node.exe', arguments '"D:\a\_tasks\DEV - Power BI Actions_415a2c8b-327d-5397-9d39-b6941b54e281\6.2.1\index.js"'.
   at Microsoft.VisualStudio.Services.Agent.Util.ProcessInvoker.ExecuteAsync(String workingDirectory, String fileName, String arguments, IDictionary`2 environment, Boolean requireExitCodeZero, Encoding outputEncoding, Boolean killProcessOnCancel, InputQueue`1 redirectStandardIn, Boolean inheritConsoleHandler, Boolean keepStandardInOpen, Boolean highPriorityProcess, Boolean continueAfterCancelProcessTreeKillAttempt, CancellationToken cancellationToken) in D:\a\1\s\src\Agent.Sdk\ProcessInvoker.cs:line 381
   at Microsoft.VisualStudio.Services.Agent.ProcessInvokerWrapper.ExecuteAsync(String workingDirectory, String fileName, String arguments, IDictionary`2 environment, Boolean requireExitCodeZero, Encoding outputEncoding, Boolean killProcessOnCancel, InputQueue`1 redirectStandardIn, Boolean inheritConsoleHandler, Boolean keepStandardInOpen, Boolean highPriorityProcess, Boolean continueAfterCancelProcessTreeKillAttempt, CancellationToken cancellationToken) in D:\a\1\s\src\Microsoft.VisualStudio.Services.Agent\ProcessInvoker.cs:line 308
   at Microsoft.VisualStudio.Services.Agent.Worker.Handlers.DefaultStepHost.ExecuteAsync(String workingDirectory, String fileName, String arguments, IDictionary`2 environment, Boolean requireExitCodeZero, Encoding outputEncoding, Boolean killProcessOnCancel, Boolean inheritConsoleHandler, Boolean continueAfterCancelProcessTreeKillAttempt, CancellationToken cancellationToken) in D:\a\1\s\src\Agent.Worker\Handlers\StepHost.cs:line 76
   at Microsoft.VisualStudio.Services.Agent.Worker.Handlers.NodeHandler.RunAsync() in D:\a\1\s\src\Agent.Worker\Handlers\NodeHandler.cs:line 207
   at Microsoft.VisualStudio.Services.Agent.Worker.TaskRunner.RunAsync() in D:\a\1\s\src\Agent.Worker\TaskRunner.cs:line 407
   at Microsoft.VisualStudio.Services.Agent.Worker.StepsRunner.RunStepAsync(IStep step, CancellationToken jobCancellationToken) in D:\a\1\s\src\Agent.Worker\StepsRunner.cs:line 237
2023-09-14T18:16:46.5564947Z ##[section]Finishing: Power BI Action: DeployTabularModel