Skip to main content

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

OptionDescriptionValid Values
<provider-name>The provider to download.Any valid provider name. Must be the first option in the command.
--versionThe 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

Was this page helpful?

Sign up for Developer Updates

Get a summary of new Astro features once a month.

You can unsubscribe at any time.
By proceeding you agree to our Privacy Policy, our Website Terms and to receive emails from Astronomer.