Upon Azure Devops PR Refresh Invoke API Call & Synpase resource quality check at build pipeline level
Hi Team,
As per the requirements, we have two important technical points where we need assistance:
Point 1:
How can we check the code quality of Synapse Notebooks through the build pipeline? In the repository, all files are checked in JSON format, and the notebooks contain code in Scala and Python. How can we achieve code quality checks for these notebooks in the build pipeline?
Point 2:
When a pull request (PR) is raised, we trigger the build pipeline. During the pipeline execution, we want to invoke an API through PowerShell. In this process, we need to pass the PR-related file names and the total code base (including all files) to the API. The goal is to validate these files inside the API.