We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
running select * from catalog.probes shows a mixed bag over the columns NOTIFY_WRITER_METHOD and NOTIFY_OTHER_METHOD: Email, EMAIL, and SLACK.
select * from catalog.probes
NOTIFY_WRITER_METHOD
NOTIFY_OTHER_METHOD
Email
EMAIL
SLACK
Make sure the methods are all consistently and fix any lingering data in the table in finalize_setup()
The text was updated successfully, but these errors were encountered:
No branches or pull requests
running
select * from catalog.probes
shows a mixed bag over the columnsNOTIFY_WRITER_METHOD
andNOTIFY_OTHER_METHOD
:Email
,EMAIL
, andSLACK
.Make sure the methods are all consistently and fix any lingering data in the table in finalize_setup()
The text was updated successfully, but these errors were encountered: