Skip to content

Commit

Permalink
added the code for zoom notification
Browse files Browse the repository at this point in the history
  • Loading branch information
amaldevk88 committed Apr 24, 2024
1 parent 0c808c7 commit 3950cf2
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions spark_expectations/utils/reader.py
Original file line number Diff line number Diff line change
Expand Up @@ -146,16 +146,12 @@ def set_notification_param(
)
)
self._context.set_zoom_token(
str(
_notification_dict[
user_config.se_notifications_zoom_token
]
)
str(_notification_dict[user_config.se_notifications_zoom_token])
)
else:
raise SparkExpectationsMiscException(
"All params/variables required for zoom notification is not configured or supplied"
)
)

except Exception as e:
raise SparkExpectationsMiscException(
Expand Down

0 comments on commit 3950cf2

Please sign in to comment.