Skip to content

Latest commit

 

History

History

azure_data_factory

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Azure Data Factory Connector

This connector extracts technical metadata from Azure Data Factories using Azure REST API

Setup

We recommend creating a dedicated Azure AD Application for the connector to use.

  1. Follow Step 1 of this doc to create an Azure AD app and a client secret.

  2. Grant the app the Reader Role to all data factories of interest. Select Access Control (IAM) from each data factory's settings page and add the built-in Reader role to the app you created in Step 1.

Config File

Create a YAML config file based on the following template.

Required Configurations

tenant_id: <tenant_id>  # The Azure Directory (tenant) ID

client_id: <client_id>  # The Azure Application client id

client_secret: <client_secret>  # The client secret value (not secret ID)

subscription_id: <subscription_id>  # Azure subscription id

Optional Configurations

Output Destination

See Output Config for more information.

Testing

Follow the Installation instructions to install metaphor-connectors in your environment (or virtualenv). Make sure to include either all or datafactory extra.

Run the following command to test the connector locally:

metaphor azure_data_factory <config_file>

Manually verify the output after the command finishes.