apd-jlaird / alteryx-adls-reader

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Alteryx ADLS Reader

Purpose

Lists the contents of a directory in a specific Azure Data Lake Storage bucket. This makes it possible to read multiple files into Alteryx from an ADLS bucket using a Batch Macro.

Configuration

This package requires a credentials CSV file structured as follows:

storage_account_name storage_account_key file_system files
account name API key bucket name directory

The credentials file should be connected to input #1 of the Python tool in Alteryx:

image

Resources

https://docs.microsoft.com/en-us/azure/storage/blobs/data-lake-storage-directory-file-acl-python

About