astro-cli icon indicating copy to clipboard operation
astro-cli copied to clipboard

CLI that makes it easy to create, test and deploy Airflow DAGs to Astronomer

Results 305 astro-cli issues
Sort by recently updated
recently updated
newest added

## Description This PR adds a command to create a new worker queue for a deployment discussed in #659. Looking to get early general feedback, specifically on how much validation...

## Description Add a wait flag to deployment create ## ๐ŸŽŸ Issue(s) - ## ๐Ÿงช Functional Testing ## ๐Ÿ“ธ Screenshots ## ๐Ÿ“‹ Checklist - [X] Rebased from the main (or...

## Description PR that fixes an issue were env vars that contained a "=" were truncated ## ๐ŸŽŸ Issue(s) - https://github.com/astronomer/astro-cli/issues/590 ## ๐Ÿงช Functional Testing manual tested ## ๐Ÿ“ธ Screenshots...

**Describe the bug** The local dev environments in Docker expose Airflow/Postgres Ports to all network interfaces on the developer machine Internal Discussion: https://astronomer.slack.com/archives/C03HRT0MRPD/p1660212091206009 Reference: https://docs.docker.com/compose/compose-file/#ports Possible solution: By adding host...

team/platform-airflowprov
team/platform
app/astro-cli
kind/security

**Describe the bug** When a customer used the `astro deployment variable create --deployment-id --load --env .env` command, it was truncating a long ENV Var value when sending to the Astro...

kind/bug
team/ma-practitioner
app/astro-cli
customer-reported

## Description Allows users to specify a deployment with the deployments name on commands: astro deployment delete, update, logs, and variable list, create, update ## ๐ŸŽŸ Issue(s) - https://github.com/astronomer/astro-cli/issues/668 ##...

- [x] I have checked that a similar [feature request](https://github.com/astronomer/astro-cli/issues?q=is%3Aopen+is%3Aissue+label%3A%22feature+request%22) does not already exist. **โœ๏ธ Is your feature request related to a problem? Please describe.** The current Teams get/list CLI...

team/platform-airflowprov
kind/enhancement
team/platform

## Description I suggest applying Python's file naming conventions to the example DAGs. Python never uses hyphens, instead uses underscores to name everything. This PR renames the example DAG filenames....

**Describe the bug** The issue seems to be that docker login is not working anymore. for this to be working with colima it must be done with ``` All Pytests...

kind/bug
team/ma-practitioner
app/astro-cli

Airflow deprecated the `AIRFLOW__CORE__SQL_ALCHEMY_CONN` option in Airflow 2.3.0 in favour of `AIRFLOW__DATABASE__SQL_ALCHEMY_CONN` ([link](https://airflow.apache.org/docs/apache-airflow/stable/release_notes.html#database-configuration-moved-to-new-section-22284)). Using the old option shows a deprecation warning in the logs: ``` /usr/local/lib/python3.9/site-packages/airflow/configuration.py:528: DeprecationWarning: The sql_alchemy_conn option...

kind/bug
team/ma-practitioner
app/astro-cli