Skip to content

Replace slashes by underscores and not colons#1457

Merged
BenGalewsky merged 1 commit into
developfrom
underscore-not-colon
May 24, 2026
Merged

Replace slashes by underscores and not colons#1457
BenGalewsky merged 1 commit into
developfrom
underscore-not-colon

Conversation

@ponyisi
Copy link
Copy Markdown
Collaborator

@ponyisi ponyisi commented May 24, 2026

Having colons in the object names causes issues with URL generation and fsspec, since colons have a special meaning in URL parsing and fsspec language. Underscores are much more neutral.

Having colons in the object names causes issues with URL generation and fsspec, since colons have a special meaning in URL parsing and fsspec language. Underscores are much more neutral.
@codecov
Copy link
Copy Markdown

codecov Bot commented May 24, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 88.94%. Comparing base (f835d12) to head (2547e46).

Additional details and impacted files
@@           Coverage Diff            @@
##           develop    #1457   +/-   ##
========================================
  Coverage    88.94%   88.94%           
========================================
  Files          103      103           
  Lines         3689     3689           
  Branches       453      453           
========================================
  Hits          3281     3281           
  Misses         333      333           
  Partials        75       75           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Copy link
Copy Markdown
Contributor

@BenGalewsky BenGalewsky left a comment

Choose a reason for hiding this comment

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

Sounds good

@BenGalewsky BenGalewsky merged commit 7c3bfdb into develop May 24, 2026
84 checks passed
@BenGalewsky BenGalewsky deleted the underscore-not-colon branch May 24, 2026 12:09
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