Property | Description |
---|---|
Azure Blob Container | Name of the Blob container that is used to stage profiled data. Applies to the Azure Blob storage type. |
ADLS FileSystem Name | Name of the file system that is used to stage profiled data. Applies to the ADLS Gen2 storage type. |
Staging File Format | File format to use when you stage the profiled data. Select one of the following formats:
Applies to external tables created on the Microsoft Azure Serverless SQL pool. |
Field Delimiter | Character used to separate fields in a file. Default is 0x1e. Non-printable characters must be specified as hexadecimal characters. Note: Use the field delimiter that you used while creating the external table in the Delimited text file format. |
Quote Character | Specifies the quote character to skip when you read data from Microsoft Azure Synapse SQL. The quote character that you specify must not exist in the source table. If it exists, enter a different quote character value. Default is 0x1f. Note: Use the quote character that you used while creating the external table in the Delimited text file format. |
Property | Description |
---|---|
Connection Name | Name of the connection. Each connection name must be unique within the organization. Connection names can contain alphanumeric characters, spaces, and the following special characters: _ . + -, Maximum length is 255 characters. |
Description | Description of the connection. Maximum length is 4000 characters. |
Type | Microsoft Azure Synapse SQL |
Use Secret Vault | Stores sensitive credentials for this connection in the secrets manager that is configured for your organization. This property appears only if secrets manager is set up for your organization. When you enable the secret vault in the connection, you can select which credentials that the Secure Agent retrieves from the secrets manager. If you don't enable this option, the credentials are stored in the repository or on a local Secure Agent, depending on how your organization is configured. For information about how to configure and use a secrets manager, see Secrets manager configuration. |
Runtime Environment | The name of the runtime environment where you want to run tasks. Select a Secure Agent, Hosted Agent, serverless, or elastic runtime environment. Hosted Agent doesn't apply to mappings in advanced mode. |
Azure DW JDBC URL | The Microsoft Azure Synapse SQL JDBC connection string. Use the following string to connect to Microsoft Azure Synapse SQL: jdbc:sqlserver://<Server>.database.windows.net:1433; database=<Database> You can include an authentication parameter in the connection string to specify the authentication type. You can configure the following authentication types to connect to Microsoft Azure Synapse SQL:
If you don't include an authentication parameter in the connection string, the Secure Agent uses Microsoft SQL Server authentication as the authentication type. Use the following string to connect to a serverless SQL pool in Microsoft Azure Synapse SQL: jdbc:sqlserver://<Serverless SQL endpoint>:1433; database=<Database>;Authentication=ActiveDirectoryMsi; Connection string format for Microsoft SQL Server authentication jdbc:sqlserver://<Server>.database.windows.net:1433; database=<Database> Connection string format for Azure Active Directory (AAD) authentication jdbc:sqlserver://<Server>.database.windows.net:1433; database=<Database>;encrypt=true;trustServerCertificate=false; hostNameInCertificate=*.database.windows.net;loginTimeout=30; Authentication=ActiveDirectoryPassword; Connection string format for Service Principal authentication jdbc:sqlserver://<Server>.database.windows.net:1433; database=<Database>;encrypt=true;trustServerCertificate=false; hostNameInCertificate=*.database.windows.net;loginTimeout=30; Authentication= ActiveDirectoryServicePrincipal; Connection string format for Managed Identity authentication jdbc:sqlserver://<Server>.database.windows.net:1433; database=<Database>;Authentication=ActiveDirectoryMsi; |
Azure DW JDBC Username | User name to connect to the Microsoft Azure Synapse SQL account.
This property doesn't apply to Managed Identity authentication. |
Azure DW JDBC Password | Password to connect to the Microsoft Azure Synapse SQL account.
This property doesn't apply to Managed Identity authentication. |
Azure DW Client ID | Required if you want to use the user-assigned managed identity for Managed Identity Authentication to connect to Microsoft Azure Synapse SQL. The client ID of the user-assigned managed identity. If you use system-assigned managed identity, leave the field empty. |
Azure DW Schema Name | Name of the schema in Microsoft Azure Synapse SQL. |
Property | Description |
---|---|
Authentication Type | Authentication type to connect to Microsoft Azure Blob storage to stage the files. You can configure Shared Key Authentication as the authentication type to stage the files. |
Property | Description |
---|---|
Azure Blob Account Name | Name of the Microsoft Azure Blob Storage account to stage the files. |
Azure Blob Account Key | The Microsoft Azure Blob Storage access key to stage the files. |
Container Name | The name of the container in the Azure Blob Storage account. |
Property | Description |
---|---|
Authentication Type | Authentication type to connect to Azure storage to stage the files. Select one of the following options:
For more information on how to configure the authentication types, see Setting up authentication to connect to Microsoft Azure Synapse SQL. |
Property | Description |
---|---|
ADLS Gen2 Storage Account Name | Name of the Microsoft Azure Data Lake Storage Gen2 account to stage the files. |
ADLS Gen2 Account Key | The Microsoft Azure Data Lake Storage Gen2 access key to stage the files. |
File System Name | The name of the file system in the Microsoft Azure Data Lake Storage Gen2 account. |
Property | Description |
---|---|
ADLS Gen2 Storage Account Name | Name of the Microsoft Azure Data Lake Storage Gen2 account to stage the files. |
Client ID | The client ID of your application. Enter the application ID or client ID for your application registered in the Azure Active Directory. |
Client Secret | The client secret for your application. |
Tenant ID | The directory ID or tenant ID for your application. |
File System Name | The name of the file system in the Microsoft Azure Data Lake Storage Gen2 account. |
Property | Description |
---|---|
ADLS Gen2 Storage Account Name | Name of the Microsoft Azure Data Lake Storage Gen2 account to stage the files. |
Client ID | The client ID of your application. Enter the client ID for the user-assigned managed identity. If the managed identity is system-assigned, leave the field empty. |
File System Name | The name of the file system in the Microsoft Azure Data Lake Storage Gen2 account. |
Parameter | Description |
---|---|
Default variables values | Specify a default value for variables used in the programmable objects. |
MetaTables Include Filter | Advanced parameter. When you process PL/SQL statements, Metadata Command Center does not read tables or view content by default. If you want to use the content, for example, to process dynamic SQL statements, use the MetaTables Include Filter parameter. This parameter prompts the database for the required metadata. Verify that the user has SELECT permissions for metatables. Note: Don't use this option to specify filters for tables that you want to include or exclude during the metadata extraction run. |
Property | Description |
---|---|
Expert Parameters | Enter additional configuration options to be passed at runtime. Required if you need to troubleshoot the catalog source job. Caution: Use expert parameters when it is recommended by Informatica Global Customer Support. |