Azure Synapse Analytics · Arazzo Workflow

Azure Synapse Analytics Publish and Verify SQL Script

Version 1.0.0

Create or update a SQL script artifact, then read it back to verify it.

1 workflow 1 source API 1 provider
View Spec View on GitHub AnalyticsApache SparkBig DataData IntegrationData WarehouseETLSQLArazzoWorkflows

Provider

microsoft-azure-synapse-analytics

Workflows

publish-and-verify-sql-script
Publish a SQL script artifact and confirm it was stored.
Creates or updates a SQL script resource and reads it back, capturing the persisted identifier and name.
2 steps inputs: apiVersion, sqlScript, sqlScriptName outputs: confirmedName, sqlScriptId
1
publishSqlScript
Create or update the SQL script artifact in the workspace.
2
verifySqlScript
Read the SQL script back to confirm its content and connection were persisted.

Source API Descriptions

Arazzo Workflow Specification

Raw ↑
arazzo: 1.0.1
info:
  title: Azure Synapse Analytics Publish and Verify SQL Script
  summary: Create or update a SQL script artifact, then read it back to verify it.
  description: >-
    SQL scripts are reusable query artifacts stored in the Synapse workspace and
    bound to a SQL pool or the serverless SQL on-demand endpoint. This workflow
    publishes a SQL script and then retrieves it to confirm the query content
    and connection were persisted. Every step spells out its request inline so
    the flow can be read and executed without opening the underlying OpenAPI
    description.
  version: 1.0.0
sourceDescriptions:
- name: sqlscriptApi
  url: ../openapi/microsoft-azure-synapse-analytics-sqlscript-api-openapi.yml
  type: openapi
workflows:
- workflowId: publish-and-verify-sql-script
  summary: Publish a SQL script artifact and confirm it was stored.
  description: >-
    Creates or updates a SQL script resource and reads it back, capturing the
    persisted identifier and name.
  inputs:
    type: object
    required:
    - apiVersion
    - sqlScriptName
    - sqlScript
    properties:
      apiVersion:
        type: string
        description: The Synapse data plane API version (e.g. 2020-12-01).
      sqlScriptName:
        type: string
        description: The name of the SQL script to create or update.
      sqlScript:
        type: object
        description: >-
          The SqlScriptResource definition, including content.query and
          content.currentConnection.
  steps:
  - stepId: publishSqlScript
    description: >-
      Create or update the SQL script artifact in the workspace.
    operationId: SqlScript_CreateOrUpdateSqlScript
    parameters:
    - name: api-version
      in: query
      value: $inputs.apiVersion
    - name: sqlScriptName
      in: path
      value: $inputs.sqlScriptName
    requestBody:
      contentType: application/json
      payload: $inputs.sqlScript
    successCriteria:
    - condition: $statusCode == 200
    outputs:
      sqlScriptId: $response.body#/id
      sqlScriptEtag: $response.body#/etag
  - stepId: verifySqlScript
    description: >-
      Read the SQL script back to confirm its content and connection were
      persisted.
    operationId: SqlScript_GetSqlScript
    parameters:
    - name: api-version
      in: query
      value: $inputs.apiVersion
    - name: sqlScriptName
      in: path
      value: $inputs.sqlScriptName
    successCriteria:
    - condition: $statusCode == 200
    outputs:
      confirmedName: $response.body#/name
  outputs:
    sqlScriptId: $steps.publishSqlScript.outputs.sqlScriptId
    confirmedName: $steps.verifySqlScript.outputs.confirmedName

Work with this as data

Every workflow here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for arazzo workflows

4 MCP tools reach this
  • find_arazzoBrowse and filter every workflow in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This workflow
curl "https://apis.io/api/v1/arazzo/microsoft-azure-synapse-analytics-publish-and-verify-sql-script-workflow"
All arazzo workflows
curl "https://apis.io/api/v1/arazzo?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.