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
- fbcideas_migusr9 minutes agoNew MemberNew318Views9likes3Comments
Favorites, recent fields and field groups in the Data pane (large models)
On big models the Data pane is a pain. Search helps, but you keep searching the same stuff again and again. And when a lot of fields have almost the same name (UN, UN METAS, UN_corr, UNIDAD_NEGOCIO…)...WildAnalyst37 minutes agoNew MemberNew2Views0likes0CommentsAllow Workspace Admins to View Power BI Semantic Model Configuration Without Requiring Take Over
a { text-decoration: none; color: #464feb; } tr th, tr td { border: 1px solid #e6e6e6; } tr th { background-color: #f5f5f5; } Description As a Power BI Workspace Administrator, I understand why own...LeonardGreene2 hours agoNew MemberNew6Views0likes0CommentsOpen Fabric notebooks in View‑only by default
Problem: Developers and reviewers with edit permissions frequently open notebooks for reading. Notebooks currently open in edit mode with autosave, which causes accidental changes and noisy version h...AMD07913 hours agoAdvocate IVNew335Views11likes1Comment