LocalFilesystemBackend

Apache Airflow Certified

Retrieves Connection objects and Variables from local files

View on GitHub

Last Updated: Nov. 27, 2022

Access Instructions

Install the Apache Airflow provider package into your Airflow environment.

Update your environment config per the instructions in the docs below.

Parameters

variables_file_pathFile location with variables data.
connections_file_pathFile location with connection data.

Documentation

Retrieves Connection objects and Variables from local files

JSON, YAML and .env files are supported.

Was this page helpful?