Skip to main content

pc.create_connection_adls

pc.create_connection_adls(name, account_key, connection_string)

Create connection with Azure Data Lake Storage.

Parameters:

   name: str
Name of connection.

   account_key: str
Key generated to authenticate as a user.

   connection_string: str
Connection string used to connect to adls data source.

You can find instructions for obtaining the account key and connection string here.

Returns:

   Connection

Examples:

Connect to an ADLS data source.

    connection = pc.create_connection_adls('Azure Data Connection', '{azure account key}', '{azure connection string}')