LocalFilesystemBackend
Apache AirflowRetrieves Connection objects and Variables from local files
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.