bbates22
1 year agoRegular Visitor
Status:
New
Add Create data stream to Fabric REST Api for Eventhouse
We autoprovision sites around the world that have an eventhub to send us data but we have to have a person use the UI to connect their eventhub to their eventhouse to be used by powerbi for real time intelligence.
Please add this functionality to the REST api as we were able to do this function before with ADX admin sdk.
copilot suggested dataStreams methods..
POST https://fabric.microsoft.com/v1/workspaces/<workspaceId>/eventhouses/<eventhouseId>/datastreams
Content-Type: application/json
Authorization: Bearer <your_token>
{
"name": "MyDataStream",
"source": {
"type": "EventHub",
"namespace": "<your_eventhub_namespace>",
"eventHubName": "<your_eventhub_name>",
"authentication": {
"type": "ConnectionString",
"value": "<your_eventhub_connection_string>"
}
},
"destination": {
"type": "Eventhouse",
"database": "<your_database_name>",
"table": "<your_table_name>"
}
}
we would want to add the format and ingestion mapping to use.
1 Comment
- YSDMicrosoft Employee
Thanks for your input!
Recent ideas
Access Variable Library in Semantic Models
Enable the Variable Library as a centralized location for storing all environment‑specific variables, allowing us to adjust them for promotion scenarios (e.g., from dev to prod) without relying on de...FreddyH9 hours agoAdvocate IINew920Views31likes2CommentsEnhance Fabric Pipeline Monitoring with Parent-Child Pipeline Lineage and Parameter Visibility
Currently, Microsoft Fabric Pipeline monitoring lacks several capabilities that are available in Azure Data Factory, making troubleshooting and operational support challenging in enterprise environme...dwramreddy9 hours agoRegular VisitorNew8Views0likes0CommentsDynamic ADLS-Gen2 path input for Spark Jobs Main definition file
I would like the ability to add a dynamic input box on a spark job definition's "Main Definition File" "ADLS-Gen2 path". this would be useful to set base and variable paths across all spark jobs...mfink_db14 hours agoNew MemberNew238Views2likes2CommentsReintroduce Tenant/Capacity Switch to Control "Users can create Plan items" Post-GA
During the Preview phase of Fabric Plan items, administrators had access to a dedicated tenant/capacity setting: "Users can create Plan items". With General Availability (GA), this granular administr...Sri-Surendra_Ku17 hours agoNew MemberNew106Views14likes1Comment