Gerhard Brueckl
Gerhard Brueckl
feedback is appreciated :) for now you can load/modify/publish all Fabric items that support the Get Definition API (Notebooks, Datasets, Reports, Spark Jobs)
This repo and the associated nuget package are pretty outdated by now I would highly recommend to use the packages provided directly by Microsoft https://www.nuget.org/packages/Microsoft.PowerBI.Api/ they should offer all functionalities...
There is a config setting, yes https://github.com/gbrueckl/PowerBI-VSCode?tab=readme-ov-file#configuration But there is currently no way to execute the notebook against the Fabric cluster - working on this though Get Outlook for Android...
I will put it in the backlog but as I am currently quite busy with other projects I cannot give you an estimate when it will be ready
I made the JobID parameter not mandatory now - so this should work once the new version is released in the next days
looks like an issue with PowerShell vs. PowerShell Core which one are you using?
very much looks like an permission/authentication issue is any of the cmdlets working at all, e.g. `Get-DatabricksWorkspaceItem -Path "/"` ?
well, one part of the Export is also exporting SQL objects. For this to work you need to specify a Databricks Cluster via `-SQLClusterID` where the SQL commands can be...
not sure your answer relates to my last message!? the unity catalog APIs are currently only very limited - at least there are no dedicated functions for it in this...
in Databricks Power Tools we leverage VSCode built-in authentication providers for Microsoft Accounts https://github.com/paiqo/Databricks-VSCode/blob/master/src/vscode/treeviews/connections/DatabricksConnectionManagerAzure.ts#L233 this avoids the dependency to Azure Account extension which I also had problems with in the...