Azure Synapse SQL Table List

Overview

You can use this Snap to read data from Azure Synapse SQL and list tables.


Azure Synapse SQL Table List Snap Overview

Prerequisites

A valid Azure Synapse SQL Account with the required permissions.

Limitations

None.

Known issues

None.

Snap views

Type Description Examples of upstream and downstream Snaps
Input

Optional.Not used.

None.

Output

Document for each table in the database schema.

Learn more about Error handling.

Snap settings

Legend:
  • Expression icon (): Allows using pipeline parameters to set field values dynamically (if enabled). SnapLogic Expressions are not supported. If disabled, you can provide a static value.
  • SnapGPT (): Generates SnapLogic Expressions based on natural language using SnapGPT. Learn more.
  • Suggestion icon (): Populates a list of values dynamically based on your Snap configuration. You can select only one attribute at a time using the icon. Type into the field if it supports a comma-separated list of values.
  • Upload : Uploads files. Learn more.
Learn more about the icons in the Snap settings dialog.
Field/Field set Description
Label

String

Required.Specify a unique name for the Snap.

Default value: Azure Synapse SQL - Table List

Example: Table_List

Schema Name

String/Expression

Required.Specify the database schema name from which to list tables.

Default value: N/A

Example: dbo

Table Name Pattern

String/Expression

Specify a pattern to filter table names. Use % as wildcard.

Default value: % (all tables)

Example: EMP%

Snap execution

Dropdown list
Choose one of the three modes in which the Snap executes. Available options are:
  • Validate & Execute: Performs limited execution of the Snap and generates a data preview during pipeline validation. Subsequently, performs full execution of the Snap (unlimited records) during pipeline runtime.
  • Execute only: Performs full execution of the Snap during pipeline execution without generating preview data.
  • Disabled: Disables the Snap and all Snaps that are downstream from it.

Default value: Execute only

Example: Validate & execute