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

Create a make command to deploy RC providers packages on astro cloud

Open rajaths010494 opened this issue 1 year ago • 0 comments

Please describe the feature you'd like to see Currently, we are deploying the example dags use the astro_deplpy script on to Astro cloud. We can automate this process by adding make command to deploy on to the astro cloud similar to the one we have in providers.

Describe the solution you'd like Automate make to deploy RC provider packages on to Astro cloud.

Acceptance Criteria

  • [ ] All checks and tests in the CI should pass
  • [ ] Unit tests (90% code coverage or more, once available)
  • [ ] Integration tests (if the feature relates to a new database or external service)
  • [ ] Example DAG
  • [ ] Docstrings in reStructuredText for each of methods, classes, functions and module-level attributes (including Example DAG on how it should be used)
  • [ ] Exception handling in case of errors
  • [ ] Logging (are we exposing useful information to the user? e.g. source and destination)
  • [ ] Improve the documentation (README, Sphinx, and any other relevant)
  • [ ] How to use Guide for the feature (example)

rajaths010494 avatar Feb 24 '23 11:02 rajaths010494