Skip to content

Commit

Permalink
Implement SLASensor (#177)
Browse files Browse the repository at this point in the history
* init sla sensor

* SLASensor implementation

* feat: monitor any active workflow; refactor notification

* test SLASensor

* include SLASensor

* update docs

* feat: sla in tag

* SLASensor docs

* update docstring

Signed-off-by: Michael Espiritu <[email protected]>

* type check email_params

* email params config

* SLASensor: recipient lists, priority

* SLASensor examples

* update contributors

---------

Signed-off-by: Michael Espiritu <[email protected]>
  • Loading branch information
chaelant authored Nov 22, 2024
1 parent 5230b09 commit 51f44eb
Show file tree
Hide file tree
Showing 6 changed files with 883 additions and 0 deletions.
1 change: 1 addition & 0 deletions CONTRIBUTORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ Thanks to the contributors who helped on this project apart from the authors
* [Madhusudan Koukutla](https://www.linkedin.com/in/madhusudan-reddy/)
* [Surya Teja Jagatha](https://www.linkedin.com/in/surya-teja-jagatha/)
* [Iris Meerman](https://www.linkedin.com/in/iris-meerman-92694675/)
* [Michael Espiritu](https://www.linkedin.com/in/michaelespiritu92/)

# Honorary Mentions
Thanks to the team below for invaluable insights and support throughout the initial release of this project
Expand Down
2 changes: 2 additions & 0 deletions brickflow_plugins/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ def setup_logger():
VolumesToBoxOperator,
BoxOperator,
)
from brickflow_plugins.databricks.sla_sensor import SLASensor


def load_plugins(cache_bust: Optional[pluggy.PluginManager] = None) -> None:
Expand Down Expand Up @@ -83,6 +84,7 @@ def ensure_installation():
"BoxToVolumesOperator",
"VolumesToBoxOperator",
"BoxOperator",
"SLASensor",
"load_plugins",
"ensure_installation",
]
Loading

0 comments on commit 51f44eb

Please sign in to comment.