Query
Certified
Query a Microsoft Fabric Warehouse
Query
Certified
Query a Microsoft Fabric Warehouse
yaml
type: io.kestra.plugin.microsoft.fabric.warehouse.QueryExamples
yaml
id: fabric_warehouse_query
namespace: company.team
tasks:
- id: query
type: io.kestra.plugin.microsoft.fabric.warehouse.Query
tenantId: "{{ secret('FABRIC_TENANT_ID') }}"
clientId: "{{ secret('FABRIC_CLIENT_ID') }}"
clientSecret: "{{ secret('FABRIC_CLIENT_SECRET') }}"
sqlEndpointId: "your-sql-endpoint-id"
warehouseId: "your-warehouse-id"
sql: "SELECT TOP 100 * FROM dbo.sales"
fetchType: STORE
Properties
sql *Requiredstring
sqlEndpointId *Requiredstring
warehouseId *Requiredstring
clientId string
clientSecret string
fetchType string
Default
STOREPossible Values
STOREFETCHFETCH_ONENONEtenantId string
Outputs
row object
rows array
SubTypeobject
size integer
Default
0uri string
Format
uri