Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

A new Data Days event is coming soon! This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. Don't miss out.

allow sempy.fabric execution from databricks

sempy.fabric library is only available via fabric notebooks. allow usage of this library from other pyspark environments within azure (e.g..databricks).

There has to better way to programmatically connect powerbi tabular models without using dotnet core - its puts a lot of limitations on using other tools & languages.

Status: Needs Votes
Comments
dbeavon
Advocate I

Are you aware of the REST api? ("queries" endpoint)? Can you use that on databricks? Can you explain second sentence? Python libraries are commonly implemented as "wrappers" around other runtimes (like jvm, rust, native, and so on). The way that sempy places a dependency on a .Net is not any more unusual than the design of pyspark itself. In any case, the .Net dependency probably originates back to an earlier variation of the library (called "pyadomd").

fbcideas_migusr
New Member
Status changed to: Needs Votes