-
Notifications
You must be signed in to change notification settings - Fork 215
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 missing dag
parameter in Slack notification
#5341
base: main
Are you sure you want to change the base?
Conversation
Latest k6 run output1
Footnotes
|
Thanks @obulat! |
How would we test it first before merging this PR? |
@dhruvkb To run the DAG locally, set these environment variables:
We should probably add these as instructions to the docstring because it can be difficult to guess otherwise. It took me a while to realize when I was testing it the first time. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I tested it, and it works great! Thanks. I made a slight improvement in the task involved. Take it or feel free to leave it as is currently.
Co-authored-by: Krystle Salazar <[email protected]>
Playwright failure test results: https://github.com/WordPress/openverse/actions/runs/12894308773 It looks like some of the Playwright tests failed. If you made changes to the frontend UI without updating snapshots, this might be the cause. You can download zipped patches containing the updated snapshots alongside a general trace of the tests under the "Artifacts" section in the above page. They're named in the form You can read more on how to use these artifacts in the docs. If the test is flaky, follow the flaky test triage procedure. |
Description
This PR fixes the bug with missing
dag
param whennotify_slack
is invoked as a function.Checklist
Update index.md
).main
) or a parent feature branch.ov just catalog/generate-docs
for catalogPRs) or the media properties generator (
ov just catalog/generate-docs media-props
for the catalog or
ov just api/generate-docs
for the API) where applicable.Developer Certificate of Origin
Developer Certificate of Origin