Rafael Carrasco
Rafael Carrasco
Airflow 2.3.2, with custom xcoms backend, has an cyclical import issue. To avoid this from happening, the S3Hook import needs to be added to the methods in which it is...
Some customers are having issues with their builds when running `astro deploy` and `astro dev start`. The error is. [Here](https://astronomer.zendesk.com/agent/tickets/12180) is the ticket to these issues on Zendesk ```python WARNING:...
### Is this your first time submitting a feature request? - [X] I have read the [expectations for open source contributors](https://docs.getdbt.com/docs/contributing/oss-expectations) - [X] I have searched the existing issues, and...
The current version of Airflow 2.4.1 is incompatible with latest version of dbt-core and other non cloud dbt libraries. Customers who use DBT CLI via a BashOperator have no way...
## Description > Describe the purpose of this pull request. ## 🎟 Issue(s) Related #XXX ## 🧪 Functional Testing > List the functional testing steps to confirm this feature or...
**Describe the bug** I added a Snowflake workspace connection. I then my local environment with `astro dev start --workspace-id `. The snowflake connection was pulled in successfully but is marked...
**Describe the bug** When running `astro dev object export -c` the following error occurs: ```bash Issue with parsing port number: strconv.Atoi: parsing "": invalid syntaxUpdating Connection: snowflake_connection Exporting Connection: snowflake_connection...
**Describe the bug** User runs `astro dev pytest` Pytest fails, but only shows ```bash Error: failed to execute cmd: exit status 2. ``` Also tried running the following commands ```bash...
**Describe the bug** The following deployments can be created via the Astro UI, but the CLI will return the error ```bash Error: deployment: deploymentA already exists: use deployment update --deployment-file...
- [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.** Currently the `$HOME/.astro/config.yaml` will...