Get certified for free when you join Fabric Data Days 2026 and dive into Fabric, Power BI, SQL, AI, and other essential data skills.
Join nowData Days is here! Join us now for 60+ days of learning, challenges, and connection. Learn more
I am relativey new to Azure Synapse and I'm trying to build some pipelines. There is a wide variety of activities to choose from. What are the most effective activities you use when building pipelines?. For example there is DataBricks Notebook and Synapse Notebook. I'm not sure which one to choose but I would imagine one of those notebooks will be enough to transform an entire dataset in a single script.
Solved! Go to Solution.
Hi @HamidBee Thanks for posting your question in Microsoft Fabric CommunityDataBricks Notebook and Synapse Notebook, both are powerful tools for data transformation. DataBricks Notebook is a fully managed, cloud-based platform for running Apache Spark-based workloads. Synapse Notebook is a serverless, web-based environment for running Apache Spark-based workloads. the basic difference is- if your workload is in Synapse then use synapse notebook and if your workload is in Databricks then use Databricks Notebook, Both notebooks can be used to transform an entire dataset in a single script. The choice between the two depends on your specific requirements. If you need a fully managed platform with advanced features, DataBricks Notebook may be the better choice. If you need a serverless environment with a simpler interface, Synapse Notebook may be the better choice.
Regards
Geetha
Hi @HamidBee Thanks for posting your question in Microsoft Fabric CommunityDataBricks Notebook and Synapse Notebook, both are powerful tools for data transformation. DataBricks Notebook is a fully managed, cloud-based platform for running Apache Spark-based workloads. Synapse Notebook is a serverless, web-based environment for running Apache Spark-based workloads. the basic difference is- if your workload is in Synapse then use synapse notebook and if your workload is in Databricks then use Databricks Notebook, Both notebooks can be used to transform an entire dataset in a single script. The choice between the two depends on your specific requirements. If you need a fully managed platform with advanced features, DataBricks Notebook may be the better choice. If you need a serverless environment with a simpler interface, Synapse Notebook may be the better choice.
Regards
Geetha
Thank you very much for clarifying this for me.