astro dev object import
The behavior and format of this command are the same for both Astro and Software.
Import Airflow variables, connections, and pools from a configuration file to a locally running Airflow environment.
Usage
After starting your local Airflow environment with astro dev start
, run:
By default, the command imports all variables, connections, and pools from airflow_settings.yaml
to your project. You do not need to restart your environment for these changes to take effect.