kushalmalani

Results 28 issues of kushalmalani

## Description > Describe the purpose of this pull request. Move internal to public client for all API calls to allow for new RBAC launch ## 🎟 Issue(s) Related #642...

Update Existing command astro deploy This command needs to make the following changes. DO NOT pack the /dags in the image Implement a similar flow like above for uploading dags...

team/ma-practitioner
app/astro-cli

- [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.** **🧩 Describe the solution you'd...

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

I had a DAG with Variable.get() without a default value, everything worked as expected locally. However, I saw an error while deploying to Astro: ValueError: invalid literal for int() with...

kind/bug-broken
app/astro-cli

CLI needs to introduce a new command and update an existing command New command astro deploy --dags This command deploys DAGS only to an Airflow instance with the following flow...

team/ma-practitioner

- [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.** Many users want the ability...

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

To add `astro upgrade-check` command to astro-cli, which will check if there is any new release for astro-cli available. Original Ticket - https://github.com/astro-projects/astro-cli/issues/20

kind/feature
app/astro-cli
team/cp-applications
team/platform

https://github.com/astro-projects/astro-cli/blob/f5f8330289de0280c0596262f040bfbcff075ad0/cloud/deployment/deployment.go#L28-L36

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

Description: Our Docker Registry deployment path was recently updated to work in the format: registry + "/" + currentWorkspace.OrganizationId + "/" + deploymentId + ":" + nextTag Example: images.astronomer-dev.cloud/ckmzjm22937931d35puw3tcdo/ckrb433xy4030541dvkqu4msb6q:deploy-2021-07-19T21-34 Need...

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

while deployment `astrocloud-cli` runs `.astrocloud/test_dag_integrity_default.py` which inturn checks for import error. But for DAGs using imports such as: ```py from airflow.models import XCom, DagRun ``` fails with the following error:...

kind/bug-broken
app/astro-cli