astro registry provider add
info
The behavior and format of this command are the same for both Astro and Software.
Download a provider package from the Astronomer Registry to the requirements.txt
file of your Astro project.
Usage
astro registry provider add
When you run the command, the CLI prompts you for a provider to download. To retrieve the provider name, open the provider in the Astronomer registry and copy the URL between providers/
and /versions
. For example, in the URL https://registry.astronomer.io/providers/apache-airflow-providers-airbyte/versions/3.3.1
, copy apache-airflow-providers-airbyte
.
Options
Option | Description | Valid Values |
---|---|---|
<provider-name> | The provider to download. | Any valid provider name. Must be the first option in the command. |
--version | The version of the provider to download. | Any valid version. |
Examples
# Download version 3.3.1 of a provider
astro registry provider add apache-airflow-providers-airbyte --version 3.3.1