Ben Dobbs

Results 6 comments of Ben Dobbs

Is there an update on this? TMDL doesn't currently serialise role members so would like to be able to deploy without over writing role membership. Do you know if serialisation...

Thanks @r3stl355, I'd assumed that there was some redirect going on but your test returned `Healthy`. With regard to your error how did you make deltalake library available? I'd used...

@r3stl355 based on your suggestion I tried running: ``` import requests aadToken = PyTridentTokenLibrary.get_access_token("storage") headersAuth = { "Authorization": f"Bearer {aadToken}" } output = requests.get("https://onelake.blob.fabric.microsoft.com/xxx/yyy.Lakehouse/Tables", headers=headersAuth) ``` I get a 200...

Thanks @r3stl355 and @djouallah, really appreciate your time. Indeed reverting the Fabric runtime let's it work fine! Really excited as work for a group of schools so data volumes aren't...