-
Notifications
You must be signed in to change notification settings - Fork 213
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
Updated notify_slack method #5136
base: main
Are you sure you want to change the base?
Conversation
Hey @ashiramin 👋 Could you fill out the PR template here? It would be helpful to know what you're working on so we can better guide you. I'm guessing you're targeting #4884. It's failing the linter, you can see the error running the command:
Add those changes, commit and it should pass. |
@ashiramin, can you continue working on this? Let us know if anything is blocking you. |
@krysal I'm sorry I had some local dev issues unrelated to this project. I got it all fixed up so I'll work on it next week. Thanks for reaching out |
3b91f4c
to
3dcadc9
Compare
3dcadc9
to
ad1537e
Compare
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.
The changes look good to me! Thanks for your contribution @ashiramin.
) -> None: | ||
send_message( | ||
text, | ||
username=username, | ||
icon_emoji=icon_emoji, | ||
dag_id=dag_id, | ||
dag_id=dag.id, |
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 think this is supposed to be dag_id
and not id
.
dag_id=dag.id, | |
dag_id=dag.dag_id, |
This suggests to me that we should have some tests for this because it slipped through our CI + CD workflow.
Fixes
Fixes #4884
Description
notify_slack
method now determines dag_id through context variablesTesting Instructions
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