How to Refresh Fabric Datasets using Python API

If you are like me and wants to automate the task to refresh Fabric datasets to report latest data to users then this article is for you. The automation can be done using Python REST API and the article will show the steps to follow. The full python script is available to use at GitHub. … Continue reading How to Refresh Fabric Datasets using Python API

CI/CD For Azure Synapse Analytics – Part 2

In CI/CD Azure Synapse Analytics - part 1 we have covered: Setting up git source control in Synapse StudioThe difference in main collaboration and workspace publish branch In this blog we are going to cover: How to create build pipelinesDeploy to Synapse production workspace using DevOps release pipelines Build Pipeline in DevOps Go to you … Continue reading CI/CD For Azure Synapse Analytics – Part 2