Skip to content
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

[BUGFIX] Remove illegible duplicate local Data Docs link from Slack renderer #10129

Merged

Conversation

NathanFarmer
Copy link
Contributor

@NathanFarmer NathanFarmer commented Jul 19, 2024

Before:
image

After:
image


  • Description of PR changes above includes a link to an existing GitHub issue
  • PR title is prefixed with one of: [BUGFIX], [FEATURE], [DOCS], [MAINTENANCE], [CONTRIB]
  • Code is linted - run invoke lint (uses ruff format + ruff check)
  • Appropriate tests and docs have been updated

For more information about contributing, see Contribute.

After you submit your PR, keep the page open and monitor the statuses of the various checks made by our continuous integration process at the bottom of the page. Please fix any issues that come up and reach out on Slack if you need help. Thanks for contributing!

@NathanFarmer NathanFarmer self-assigned this Jul 19, 2024
@@ -95,6 +95,7 @@ def test_SlackRenderer_validation_results_with_datadocs(
validation_result=validation_result_suite,
checkpoint_name="checkpoint_name_testing",
name="testing",
validation_result_urls=["file:///localsite/index.html"],
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This array was not empty in practice. This change protects against regressions.

@NathanFarmer NathanFarmer marked this pull request as ready for review July 19, 2024 17:24
@Kilo59
Copy link
Contributor

Kilo59 commented Jul 19, 2024

Does this fix this issue?

@NathanFarmer
Copy link
Contributor Author

Does this fix this issue?

@Kilo59 Yes, that is what this is meant to address.

@NathanFarmer NathanFarmer enabled auto-merge July 19, 2024 18:30
@NathanFarmer NathanFarmer added this pull request to the merge queue Jul 19, 2024
Merged via the queue into 0.18.x with commit a66efd0 Jul 19, 2024
57 checks passed
@NathanFarmer NathanFarmer deleted the b/ph-1327/slack-renderer-multiple-validation-result branch July 19, 2024 19:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Slack notification formatting issues - 0.18.14 Extra filepath error in Slack notification
2 participants