-
Notifications
You must be signed in to change notification settings - Fork 420
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: Fix email notification integration #2292
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Integration tests failure for 4cc17d43a5d1e619b4c9d5d9d77e7c257c2de77e |
Integration tests failure for 708f2cc464ba460c1163fe68ee7d5b7e9a6dcbe8 |
sfc-gh-asawicki
force-pushed
the
fix-email-notification-integration
branch
from
December 21, 2023 10:27
708f2cc
to
57bc418
Compare
Integration tests failure for 57bc4189ffd6b4b2a04bb4337203a42ef748e701 |
sfc-gh-jcieslak
approved these changes
Dec 21, 2023
Integration tests failure for 57bc4189ffd6b4b2a04bb4337203a42ef748e701 |
sfc-gh-asawicki
pushed a commit
that referenced
this pull request
Dec 21, 2023
🤖 I have created a release *beep* *boop* --- ## [0.82.0](v0.81.0...v0.82.0) (2023-12-21) ### 🎉 **What's new:** * add functions to sdk ([#2205](#2205)) ([e542b67](e542b67)) ### 🔧 **Misc** * Add short scripts used to fetch all currently opened issues ([#2288](#2288)) ([0b5ce4e](0b5ce4e)) * Bump dependencies and fix linter complaints ([#2300](#2300)) ([124e862](124e862)) ### 🐛 **Bug fixes:** * Fix resource monitor alter validations in the SDK ([#2298](#2298)) ([74d19d0](74d19d0)) * Fix email notification integration ([#2292](#2292)) ([70edd3e](70edd3e)) * Fix for #2283 ([#2284](#2284)) ([bbad5c6](bbad5c6)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: snowflake-release-please[bot] <105954990+snowflake-release-please[bot]@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Fix email notification integration due to https://docs.snowflake.com/en/release-notes/2023/7_40#email-notification-integrations-allowed-recipients-no-longer-required.
Fix #2223