Microsoft Fabric Updates Blog

New Easy-to-Use Expression Builder Experience for Fabric Data Factory Pipelines

We are always working on making the experience of building low-code data pipelines as easy as possible for our customers. Next week, we are going to roll-out a new experience in the Script activity in Fabric Data Factory pipelines to make it even easier to build expressions using the pipeline expression language.

Now, when you add a Script activity to your pipeline and need to write a pipeline expression, just click on the text box or on the “Add dynamic content” button highlighted in the red box below.

We’ve made expression editing easier in Fabric pipelines

You can add dynamic content here like pipeline functions, variables, parameters, etc. just like you have been doing already in Fabric and Azure Data Factory (ADF).

New expression editor experience

If you would prefer to work with the underlying expression code inside the box, you can click on “View in expression builder” to view and edit the actual expression code as before:

Please be sure to give us your feedback in the comments on these updates to expression builder experience in the Script activity. We would like to consider adding this experience to other pipeline activities as well based on your feedback. Thank you!

Billets de blog associés

New Easy-to-Use Expression Builder Experience for Fabric Data Factory Pipelines

juin 24, 2024 par Justin Barry

When we talk about Microsoft Fabric workspace collaboration, a common scenario is developers and their teams using a shared workspace environment, which means they have access to “live items”. A change made directly within a workspace would override and affect all other developers or users utilizing that workspace. This is where git becomes increasingly important … Continue reading “Microsoft Fabric Lifecycle Management: Getting started with development in isolation using a Private Workspace”

juin 21, 2024 par Marc Bushong

Developing ETLs/ELTs can be a complex process when you add in business logic, large amounts of data, and the high volume of table data that needs to be moved from source to target. This is especially true in analytical workloads involving relational data when there is a need to either fully reload a table or incrementally update a table. Traditionally this is easily completed in a flavor of SQL (or name your favorite relational database). But a question is, how can we execute a mature, dynamic, and scalable ETL/ELT utilizing T-SQL with Microsoft Fabric? The answer is with Fabric Pipelines and Data Warehouse.