astro-cli
astro-cli copied to clipboard
CLI that makes it easy to create, test and deploy Airflow DAGs to Astronomer
## 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...
**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...
## 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...
## 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...
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...