When loading data into a Cloud Storage Data Warehouse like Snowflake, Synapse, Redshift, or Big Query, the type of storage required for the COPY statement isObject Storagesuch as Azure Data Lake Storage (ADLS), Amazon S3, or Google Cloud Storage (GCS). This is because these cloud data warehouses are designed to directly interact with object storage services, which are scalable, secure, and optimized for large amounts of data.
For example, when using Microsoft Azure Synapse Analytics as a target endpoint in Qlik Replicate, the COPY statement load method requires the Synapse identity to be granted “Storage Blob Data Contributor” permission on the storage account, which is applicable when using either Blob storage or ADLS Gen2 storage1.Similarly, for Amazon S3, the Cloud Storage connector in Qlik Application Automation supports operations with files stored in S3 buckets2.The prerequisites for using Azure Data Lake Storage (ADLS) Gen2 file system or Blob storage location also indicate the necessity of these being accessible from the Qlik Replicate machine3.
Therefore, the correct answer isD. Object Storage (ADLS, S3, GCS), as these services provide the necessary infrastructure for the COPY statement to load data efficiently into cloud-based data warehouses.