JasperH

Results 2 issues of JasperH

This PR is an adaption to include a data source for Microsoft Fabric. The adaption makes use of the [azure-identity](https://pypi.org/project/azure-identity/) library to authenticate to Azure Active Directory as a **service...

My model utilizes the `read_json()` function to fetch JSON from an API like this: ```SQL WITH source AS ( SELECT * FROM read_json( 'https://url/?parameter={{ var("parameter") }}', auto_detect=true, format='auto', maximum_object_size=104857600 )...