Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

And with that you can manipulate your results and structures.

Slack Integration


Basically to create an integration with slack and the application in lambda function, first an application was created in slack. The generated token was saved in this secret to be used in our application via API by the python slack_sdk library.

...

And the combination of the python library for snowflake with this and other libraries that you can find here in the requirements.txt, we managed to get the results and handle the alerts. Here is an example identical to our case of how to use it.

https://www.pragnakalp.com/create-slack-bot-using-python-tutorial-with-examples/