You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2020/04/15 07:50:56 UTC

[GitHub] [airflow] potiuk opened a new issue #8320: Prepare backport packages for providers: apache.druid

potiuk opened a new issue #8320: Prepare backport packages for providers: apache.druid
URL: https://github.com/apache/airflow/issues/8320
 
 
   
   We would like to release the `apache.druid` backport package as described in [using hooks and operators from master in Airflow 1.10](https://github.com/apache/airflow/blob/master/README.md#using-hooks-and-operators-from-master-in-airflow-110)
   
   The providers package needs to have set of system tests that need to test operators/hooks/sensors released in the package.
   
   How to prepare system tests is described in [System tests](https://github.com/apache/airflow/blob/master/TESTING.rst#airflow-system-tests).
   
   - [ ] [example dags] must exist in [airflow/providers/apache/druid](https://github.com/apache/airflow/blob/master/airflow/providers/apache/druid) package
   - [ ] the example dags should be ready to execute them e2e
   - [ ] the example dags should be configurable via environment variables
   - [ ] pytest test running the DAGs must exist in [tests/providers/apache.druid](https://github.com/apache/airflow/tree/master/tests/providers/apache/druid) package
   - [ ] the example dags should authenticate using
        - forwarded credentials or
        - the `@pytest.mark.credential_file` annotation
   - [ ] The [BACKPORT_README.md](https://github.com/apache/airflow/blob/master/airflow/providers/apache/druid/BACKPORT_README.md) file must describe release notes for the package
   
   Current status of backport packages is described in [Backport packages status page](https://cwiki.apache.org/confluence/display/AIRFLOW/Backported+providers+packages+for+Airflow+1.10.*+series)
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services