etsy / boundary-layer

Builds Airflow DAGs from configuration files. Powers all DAGs on the Etsy Data Platform
Apache License 2.0
262 stars 58 forks source link

Add operator config for GCP Pubsub Publish operator #77

Closed brighton1101 closed 4 years ago

brighton1101 commented 4 years ago

This PR makes the GCP Pubsub Publish operator available in boundary-layer.

https://airflow.readthedocs.io/en/latest/_api/airflow/providers/google/cloud/operators/pubsub/index.html

coveralls commented 4 years ago

Pull Request Test Coverage Report for Build 285


Changes Missing Coverage Covered Lines Changed/Added Lines %
boundary_layer_default_plugin/preprocessors.py 22 25 88.0%
<!-- Total: 22 25 88.0% -->
Totals Coverage Status
Change from base Build 274: 0.05%
Covered Lines: 2239
Relevant Lines: 2708

💛 - Coveralls
dossett commented 4 years ago

We discussed (offline) changing this PR to match Airflow 1.10.3.

brighton1101 commented 4 years ago

@dossett That change is now reflected, thank you for the review! Not sure how boundary-layer releases work, but lmk if I can be of any assistance in any way.

dossett commented 4 years ago

Thanks @brighton1101 I'll merge now and release it tomorrow.