astronomer-providers icon indicating copy to clipboard operation
astronomer-providers copied to clipboard

Implement GKE related operator

Open pankajastro opened this issue 2 years ago • 0 comments

  • [ ] GKECreateClusterOperator
  • [ ] GKEDeleteClusterOperator

Acceptance Criteria:

  • [ ] Unit Tests coverage in the PR (90% Code Coverage -- We will need to add CodeCov separately to measure code cov) with all of them passing
  • [ ] Example DAG using the async Operator that can be used to run Integration tests that are parametrized via Environment variables. Example - https://github.com/apache/airflow/blob/8a03a505e1df0f9de276038c5509135ac569a667/airflow/providers/google/cloud/example_dags/example_bigquery_to_gcs.py#L33-L35
  • [ ] Add proper docstrings for each of the methods and functions including Example DAG on how it should be used (populate
  • [ ] Exception Handling in case of errors
  • [ ] Improve the OSS Docs to make sure it covers the following:
    • [ ] Has an example DAG for the sync version
    • [ ] How to add a connection via Environment Variable & explain each of the fields. Example - https://airflow.apache.org/docs/apache-airflow-providers-postgres/stable/connections/postgres.html
    • [ ] How to use Guide for the Operator - example: https://airflow.apache.org/docs/apache-airflow-providers-postgres/stable/operators/postgres_operator_howto_guide.html

pankajastro avatar Jun 15 '22 04:06 pankajastro