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
- YSD
Microsoft Employee
Thanks for your input!
Recent ideas
Allow Detect Data Changes for Historic Data Outside Incremental Window
In Power BI Incremental Refresh,Detect Data Changes only works inside the incremental refresh window. If historic data gets updated, Power BI cannot detect or refresh it unless I expand the increment...NAGAKEERTHI_Y5 hours agoNew MemberNew119Views1like1CommentEnable sorting of diagram pages in Power BI Desktop
I, as a developper, rely a lot on model view and diagrams... It's annoying to not be able to sort the diagram pages in this view, since I tend to try to organize these by subject and it becomes a...Daproulx5 hours agoFrequent VisitorNew10Views0likes0Comments