SSIS Components for Azure Table Storage

Build 24.0.9060

Getting Started

Connecting to Azure Table Storage

Establishing a Connection shows how to authenticate to Azure Table Storage and configure any necessary connection properties from the Connection Manager window.

You can also configure component capabilities through the available Connection properties, from data modeling to firewall traversal. The Advanced Settings section shows how to set up more advanced configurations and troubleshoot connection errors.

Visual Studio Version Support

The CData SSIS Components for Azure Table Storage supports Visual Studio versions 2015 and above.

SSIS Version Support

The CData SSIS Components for Azure Table Storage provide data flow components that allow for straightforward integration with Azure Table Storage data from SSIS data flow tasks. SQL Server 2014, 2016, 2017, 2019, and 2022 are supported including their corresponding version of SQL Server Data Tools.

Azure Table Storage Version Support

The version support for Azure Table Storage varies based on the component configuration.

If Backend is set to CosmosDB, the component uses version 2019-02-02 of the Azure CosmosDB REST API.

If Backend is set to "AzureStack", "Storage", or "Emulator", then the API version used depends on the AuthScheme connection property:

  • AuthScheme=AzureAD: The component uses version 2017-11-09 of the Azure Storage REST API.
  • AuthScheme=AccessKey: The component uses version 2014-02-14 of the Azure Storage REST API.
  • AuthScheme=SharedAccessSignature: The component uses the version of the Azure Storage REST API that is specified in the "sv" parameter in the shared access key.
    • For example, if your shared access key has the value "sv=2018-03-28", the version used will be 2018-03-28.

See Also

Copyright (c) 2024 CData Software, Inc. - All rights reserved.
Build 24.0.9060