Microsoft Fabric Updates Blog

Microsoft Fabric logo
Microsoft Fabric logo

Improving productivity in Fabric Notebooks with Inline Code Completion (Public Preview)

Now available in Public Preview, Copilot Inline Code Completion is an AI-powered feature that helps data scientists and engineers write high-quality Python code faster and with greater ease. Inspired by GitHub Copilot, this feature offers intelligent code suggestions as you type, with no commands needed. By understanding the context of your notebook, Copilot Inline Code …

Orchestrate your Databricks Jobs with Fabric Data pipelines

We’re excited to announce that you can now orchestrate Azure Databricks Jobs from your Microsoft Fabric data pipelines! Databrick Jobs allow you to schedule and orchestrate a task or multiple tasks in a workflow in your Databricks workspace. Since any operation in Databricks can be a task, this means you can now run anything in …

Query vs. Mutation in API for GraphQL – Understanding the difference

GraphQL has revolutionized the way developers interact with APIs by offering a more flexible and efficient alternative to REST. Before getting started , Create an API for GraphQL in Fabric and add data to use GraphQL in Fabric.
At the heart of GraphQL are two core operations: queries and mutations. While they may look similar on the surface, they serve very different purposes. Let’s explain it in detail.