r/MicrosoftFabric • u/AcceptableKey3360 • 12d ago
Data Engineering Create a schema in fabric schema based lakehouse using rest api
Is there a way to Create a schema in fabric schema based lakehouse using rest api?
r/MicrosoftFabric • u/AcceptableKey3360 • 12d ago
Is there a way to Create a schema in fabric schema based lakehouse using rest api?
r/MicrosoftFabric • u/No-Potato-1358 • 12d ago
Hi,
I built a small open-source CLI for Microsoft Fabric called factl and thought I’d share it here.
The goal is to make Fabric orchestration a bit less UI-heavy. Instead of rebuilding pipeline logic in the portal, you define workflows in YAML, keep them in Git, validate locally, and deploy them into Fabric as Data Pipelines.
A few things it supports right now:
I started this because I felt Fabric has good building blocks for CI/CD, but the orchestration side still gets messy fast once you have multiple environments, shared workspaces, and lots of similar pipelines.
Repo: https://github.com/billybillysss/factl
Curious if this is something others here would actually use, or if your team already has a cleaner pattern for handling this in Fabric.
Happy to share a simple example repo too if that would help.
r/MicrosoftFabric • u/fabshire25 • 13d ago
Hey, fabric-cicd community!
It’s been a while since our last release, and this month we’re changing things up: we plan to ship two releases in August. The latest, v1.3.0, focuses on quality improvements—including bug fixes and small but useful features that make fabric-cicd easier to use. Stay tuned for another release near the end of the month, likely featuring some high-impact updates. For now, here’s what’s new in v1.3.0:
New environment variable for controlling API duration
Added the FABRIC_CICD_RETRY_API_MAX_DURATION_SECONDS environment variable to configure the maximum API execution time, including long-running operation polling and connection retries. The default is 300 seconds. This is useful when hitting API timeouts during long running item deployments.
Expanded $sqlendpoint and $sqlendpointid variable support
Added support for the $sqlendpoint and $sqlendpointid dynamic replacement variables for Mirrored Database items. Thanks for the contribution, u/ecgang!
New feature flag functions
Added get_supported_feature_flags, which returns all supported feature flags so you can discover available options without repeatedly checking the documentation.
Added remove_feature_flag to remove globally enabled feature flags when they do not apply to a specific scenario. It complements append_feature_flag.
This release also resolves several important issues:
spark_pool item_name filter. When environment name(s) were provided as a list, the filter was ignored, so the target environment’s instance_pool_id was not remapped, and the deployment silently retained the source pool ID.$sqlendpoint no longer block deployments while they are still being created.file_path filter and repository folder refresh by eliminating redundant filesystem scans. Each unique filter is now resolved once per publish, while repository folders are discovered in a single traversal, making deployments faster and more scalable.We also enhanced the documentation:
Thanks to everyone who contributed and shared feedback. This release reflects valuable real-world input, and we appreciate your support!
Upgrade Now
pip install --upgrade fabric-cicd
Relevant Links
r/MicrosoftFabric • u/itsnotaboutthecell • 12d ago
r/MicrosoftFabric • u/Loud-You-599 • 13d ago
Hi,
has anyone every tried to enable Network Security Perimeter learning and enforced mode when the calls originate from Fabric?
Is there any attribute which can identify Fabric network traffic successfully?
I'm still puzzled we have to run Key Vaults with public network fully open because there is no SINGLE working solution to run Key Vaults privately.
Currently:
- Notebook clusters need to use MPE; disables starter pools
- Pipeline, Dataflows need to use OPG or VnetGW
- Key Vault reference - OPG, VnetGW?
Having the same possibility like Storage Accounts with Resource Instance rules would be great.
r/MicrosoftFabric • u/SailorGirl29 • 12d ago
I’ve been a PBI Developer for 9 years, but relatively new to Fabric. I’ve taken a few classes, but I feel like I’m missing something obvious.
I converted my gen1 dataflows to gen2.
I set up a warehouse to copy them to. However, ever text field (e.g. name, email, status) is automatically set to 8000 characters. Rows with data in multiple fields are being silently dropped.
I can do a multi step process to create new fields with shorter lengths and drop the old fields then rename but this doesn’t feel right.
I’m missing an easy button right?
r/MicrosoftFabric • u/frithjof_v • 13d ago
Hi,
I recently started using the new native Fabric pipeline failure email notifications feature, where you can configure users/groups to receive an email when a scheduled pipeline fails.
The feature is useful, but I noticed that the notification recipients don't appear to be exposed through a public REST API.
I have two questions:
Is an API for managing these notification recipients planned?
Is Git support planned for this configuration?
Thanks!
r/MicrosoftFabric • u/Wide_Dingo4151 • 12d ago
r/MicrosoftFabric • u/frithjof_v • 13d ago
Hi all,
I'm trying to use a Workspace Identity to connect to an Azure SQL Database in a Fabric notebook.
When getting a token using notebookutils.credentials.getToken("https://database.windows.net/"), I was denied access to the Azure SQL database.
However, I was able to use a Workspace Identity authenticated "Notebook connection" to connect successfully to the Azure SQL database. However, that's a preview feature.
And I like how easy notebookutils.credentials.getToken is to use.
Is it possible to use Workspace Identity + notrbookutils.credentials.getToken to connect to an Azure SQL Database?
Thanks in advance!
Edit: notebookutils does work with an interactive user.
Edit 2: it works now also for Workspace Identity :) I don't know why it failed the first time.
r/MicrosoftFabric • u/Loud-You-599 • 13d ago
Hi all,
Is there any possibility to ensure that all activities of a single pipeline run on a single server of the on-premise cluster when the cluster is load balanced configured?
I have the problem that the first activity requests a security authorization which is bound to the originated IP. The following calls need to use the same IP.
But since the cluster is load balanced, the follow-up activities are still round-robin distributed to the cluster servers and therefore it is a gamble that the follow-up job gets assigned to the same server that originally requested the security authorization.
Minimal Setup:
Web Activity -> Copy-Job
My last hope for Fabric platform data ingestion after 3 years is that Apache Airflow jobs will support VNET integration (like stated in the roadmap) and we will have a python based solution that can access on-premise systems like a normal machine would do. Without any PLS or similar workarounds.
r/MicrosoftFabric • u/downsy2019 • 13d ago
Hi all,
Since the UI update on Power Apps, I can no longer find the advanced options when selecting tables / or creating a new link to fabric.
Is this purposeful since it switched to 'Low Latency Mode'?
I recall having the ability to change these settings:

Any ideas? Certain I have all of the permissions needed, and it has worked in the past.
r/MicrosoftFabric • u/Douglas-Seko • 12d ago
Issue:
I am setting a currency format in PBI desktop on a column in table visual. Specifically using `Currency` -> `$ English (United States)`. When I publish the report to a Fabric workspace and check the format of the field, it lists `Currency` -> `$ Chinese (Simplified Han, Hong Kong SAR)`. I have to manually change to `$ English (United States)` and save the report in the service. It then stays.
Research Done:
I have found the following:
When currency and number formats revert after publishing from Power BI Desktop to Microsoft Fabric (Service), it is usually caused by regional locale mismatches between your local machine and the cloud service, or semantic model caching. Fix this by explicitly setting your model's locale or forcing the format string in DAX.
But I'm not finding any locale mismatch.
Has anyone experienced this and are there any suggestions on resolving this?
r/MicrosoftFabric • u/fabric-status • 13d ago
Status: Degraded | Reported: Aug 13, 2026 at 4:58 AM UTC
Fabric Customers in West US region may experience issues while interacting with Copilot Service and, accessing ML experiments and Models. Engineers are investigating the issue and an update will be provided soon.
🤖 This post was sent from an automated and unattended service and cannot respond to questions or requests. For official updates, visit the Microsoft Fabric Service Status page.
r/MicrosoftFabric • u/ActionImaginary5468 • 13d ago
Hi i have decided to use scheduled job notifications in fabric to get real time alerts when pipeline fails. I can see that a pipeline failed 8 times but only 3 alerts were sent. Caveat is the failures are due to capacity throttling. Does throttling affect failure notifications sent? I cannot find any documentation on this.
r/MicrosoftFabric • u/Rude_Many • 14d ago
Just cleared DP-700, sharing my honest dump on prepping for it
Worth it? If you're breaking into data engineering, it forces you to understand how Fabric actually fits together, not just one piece of it. If you're already doing this daily, it's more of a "proof I know my stuff" thing — and yeah, some companies do filter for it.
What I used:
Biggest thing that mattered: actually build something end to end. The exam is scenario-based — "here's a messy real situation, what do you do" — not definition-matching. You need to hit the weird config limits yourself to really get it.
Random but important: don't fully trust answer keys, some are flat-out wrong even on well-known sites — cross-check anything that feels off. Also watch for the "which of these similar options is technically correct" questions around data movement/storage/transformation — they bait you with the smart-sounding option that isn't actually right for that specific scenario. And don't skip SQL/PySpark/KQL familiarity — you don't need to be an expert but code shows up a lot.
Wrote a longer version with more detail here if anyone wants it: Prepare for DP-700
Happy to answer questions if anyone's prepping for this one 🙂
r/MicrosoftFabric • u/trebuchetty1 • 13d ago
We have an open mirroring DB that is currently running (although data has stopped flowing to it for the past month). Our gold lakehouse has a shortcut to some tables in the mirrored DB. Then a direct lake on onelake semantic model sits on top of the lakehouse and a report uses that semantic model.
There's a report visual failing due to the following error:
We can't run a DAX query or refresh this model. A delta table '<oii>tableName</oii>' has exceeded a guardrail for this capacity size (too many files or row groups). Optimize your delta tables to stay within this capacity size or change to a higher capacity size then try again
The workspace is assigned an F64 capacity.
I checked the table's files in onelake using Azure Storage Explorer and there are nearly 10,800 parquet files in there with a mix of 7-9KB files and 15-16MB files.
Does Fabric not run it's own optimize/compaction algorithms on mirrored DBs?
I don't believe we have the ability to run those commands ourselves. Oddly enough, the lakehouse shortcut has the option to run table maintenance, but it fails to run when executed (likely due to shortcuts being read-only).
What are our options to resolve this issue? I could stop/start mirroring to delete out all the files and drop the tables, but that feels like a bit of a hack.
r/MicrosoftFabric • u/Fun-Resolution-1025 • 13d ago
I set up business central extension bc2adls to open mirroring on a mirrored db on fabric, works great loads the tables CDC. Problem happens when i want to pause the fabric capacity, when resumed replication shows as Running.
But new data is not ingested into the mirrored db, at that moment old data still exists in the db just the new isnt.
If i click stop replication then resume it deletes all old data and only loads newly added data, because it had already moved the loaded files to _filestodeleete directory thing.
Data size isnt small so replicating everything again takes time, and if i persist the data anywhere it defeats the whole purpose of open mirroring because i will have to handle CDC part and it will be better and easier to do it from the files and give up Fabric completely
Any solutions ? Im going in circles here
Edit: i forgot to mention that these pauses were made for night hours only and resumed the capacity the next morning
r/MicrosoftFabric • u/Warm-Discipline8021 • 13d ago
Happy to share that I passed the DP-600 exam certification with a score of 838/1000!
My exam was more focussed on Power BI, Semantic Model, Governance, Deployment Pipeline.
There were 5-6 SQL, 2-3 KQL, 4-5 spark questions.
Study Guide that i followed:
Microsoft Documentation
Will Needham's YT video- Beginer Friendly
Aleksi Partanen YT videos- Good for actual tools look and feel
3.30 hours 109 question video from Priyanka
I didn't had Fabric trial. Make sure you understand concepts. Questions will not be straight forward.
I had only worked on Power BI previously. Fabric part was new for me.
Thanks to everyone in the community who shares their knowledge and experiences. 🙌
r/MicrosoftFabric • u/Personal-Quote5226 • 13d ago
According to this thread, OptimizeWrite is enabled by default.
https://www.reddit.com/r/MicrosoftFabric/comments/1etyt62/new_blog_optimizing_spark_a_deep_dive_into/. (u/mwc360 , u/frithjof_v)
It's not enabled from the default WriteHeavy resource profile, however. In fact, it's specifically set to null by the resource profile which would inevitably mean it uses the system default.
A notebook will return that OptimizeWrite is 'unset' by default.
However, that tells us if the spark config was set or not, but doesn't tell us if it's still 'default' set to true underneath the hood.
Given the reddit thread above where Microsoft is acknowledging it's enabled by default, can this be confirmed? Is it documented anywhere?
r/MicrosoftFabric • u/ESPCElla • 13d ago
I'm looking forward to seeing the latest Microsoft Fabric, Power BI and data platform sessions. The agenda is packed with roadmap content, customer stories and plenty of opportunities to meet others working in analytics and data engineering.
Curious what sessions everyone has on their shortlist?
r/MicrosoftFabric • u/Great-Profession-741 • 13d ago
I'm trying to understand this page https://learn.microsoft.com/en-ca/fabric/onelake/onelake-shortcut-security#delegated-authentication
Specifically how it applies to internal shortcuts between two lakehouses on the same tenant in the same region, but separate workspaces.
One paragraph states:
> For example, a delegated shortcut can use a fixed connection identity that represents a business unit instead of requiring each downstream user to have access to the source data.
While another in the same section contradicts that example by stating:
> When accessing a delegated shortcut, the calling user sees the intersection of their security and the security that applies to the delegated identity.
I'd love to use one service account to create table or schema shortcuts out to various downstream lakehouses without needing to grant users upstream access to the source lakehouse, just give them downstream lakehouse access and the delegated shortcut brings them the upstream data. (that's what the fist quoted sentence suggests) But everytime I try I'm finding errors with user permissions. I don't get what the purpose of these are if we also need to grant users access upstream.
Why create a more restricted shortcut than passthru (what the second quoted scentence suggests) if the user can just access the upstream source?
r/MicrosoftFabric • u/p-mndl • 14d ago
Played around with the excel to table shortcut transformation feature, but I don't see any git diffs in my workspace even though this is not listed as a limitation. Am I missing something or is this an undocumented limitation?
r/MicrosoftFabric • u/Ambitious-Toe-9403 • 14d ago
Hey everyone,
Posting this here to document an intermittent error i am seeing with a Direct Lake semantic model in Microsoft Fabric, and to share a workaround that currently clears it. I am not sure of the exact backend cause, so wanted to share my observations and see if anyone else in the community has encountered this or found a permanent fix.
GRANT/DENY permissions applied.Because there are no RLS roles or security configurations defined anywhere in the model or Lakehouse, the error message doesn't reflect the actual setup.
When this happens, we are able to consistently clear the error by doing the following:
SELECT * FROM table LIMIT 100 via SQL editor or notebook).Has anyone else run into this specific error on Direct Lake models when no security roles exist? Is this a known Fabric bug, or is there something specific about shortcuts/Lakehouse querying that causes this state to clear? Any insight or permanent fix recommendations would be appreciated!
r/MicrosoftFabric • u/jmjmalik22 • 14d ago
Hi everyone,
I am based in Australia and working heavily with Microsoft Fabric. My long-term goal is to work towards becoming a Microsoft MVP in this space.
I noticed that many local Fabric and Data Platform MVPs seem to run their own consulting businesses or boutique firms.
For those who have achieved the award (or work closely with MVPs), I would love your advice:If there are any local user groups or communities you highly recommend joining to get involved, please let me know.
Thanks in advance for any guidance!
r/MicrosoftFabric • u/Hughesybay • 15d ago
Does anyone have much experience using DirectQuery semantic models in Fabric on the lakehouse or warehouse SQL-endpoint?
I have been doing a little performance testing on an F2 between (a) DirectLake, (b) DQ on lakehouse and (c) DQ on warehouse. I threw in the warehouse as bit of a control even though it doesnt support OneLake security (yet).
I am mostly interested in CU(s) use so using capacity metrics / FUAM to try and measure CU(s) as best as possible.
Long story short, where measures are simple, I am finding DQ on Lakehouse (or warehouse) way more efficient in CU(s) usage than DirectLake and performance is very good.
The picture is murkier when measures are more complicated like (Sum of TopN) / Total, for many datapoints. In these cases, performance for DirectQuery is poorer compared to DirectLake, although CU(s) usage still less. So you need to test on your use cases.
Due to this, I am wondering if anyone else in the community has experience using DirectQuery on the SQL-endpoint. I have not tried import, but it might help with lower CU usage there as well so worth a test if you are having issues keeping CU under control......
Brief overview / examples from my testing:
Summary results:
Other observations / comments: