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

Miscellaneous indexing fixes #4042

Merged
merged 9 commits into from
Feb 19, 2025
Merged

Miscellaneous indexing fixes #4042

merged 9 commits into from
Feb 19, 2025

Conversation

pablonyx
Copy link
Contributor

@pablonyx pablonyx commented Feb 18, 2025

Description

[Provide a brief description of the changes in this PR]

How Has This Been Tested?

[Describe the tests you ran to verify your changes]

Backporting (check the box to trigger backport action)

Note: You have to check that the action passes, otherwise resolve the conflicts manually and tag the patches.

  • This PR should be backported (make sure to check that the backport attempt succeeds)
  • [Optional] Override Linear Check

Copy link

vercel bot commented Feb 18, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
internal-search ✅ Ready (Inspect) Visit Preview 💬 Add feedback Feb 19, 2025 7:34pm


return urls
except requests.RequestException as e:
raise RuntimeError(f"Failed to fetch sitemap from {sitemap_url}: {str(e)}")
Copy link
Contributor

Choose a reason for hiding this comment

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

f-string and {str(e)} is redundant

@pablonyx pablonyx force-pushed the connector_validation branch from 907a0d3 to 8ea54e1 Compare February 19, 2025 18:44
@pablonyx pablonyx changed the base branch from connector_validation to main February 19, 2025 18:46
@pablonyx pablonyx enabled auto-merge February 19, 2025 18:51
@pablonyx pablonyx disabled auto-merge February 19, 2025 19:34
@pablonyx pablonyx merged commit 99fc546 into main Feb 19, 2025
8 of 10 checks passed
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.

2 participants