Skip to content

Incomplete Fix for Stage Bucket URL Handling -> Relates Change (PR #2342) #3012

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

Conversation

aiAdrian
Copy link

@aiAdrian aiAdrian commented Aug 19, 2025

Fixes: Incomplete Fix for Stage Bucket URL Handling -> Relates Change (PR #2342)

Description

Fixes the issue #3011

  • Currently, the logic only checks whether the stage_bucket_url consists of {scheme} and {netloc} and assumes an empty path (e.g., az://my_net_loc/). This works fine for URLs without a subfolder. However, if the user specifies a subfolder (e.g., az://my_net_loc/subfolder/), the current implementation causes a "file not found" error when accessing Azure.
    This change/pull request resolves the problem and improves the usability.

Related Issues

Additional Context

fixes the Incomplete Fix for Stage Bucket URL Handling -> Relates Change (PR dlt-hub#2342)
Copy link

netlify bot commented Aug 19, 2025

Deploy Preview for dlt-hub-docs canceled.

Name Link
🔨 Latest commit f8db816
🔍 Latest deploy log https://app.netlify.com/projects/dlt-hub-docs/deploys/68a43d1bda00640008606cb6

@aiAdrian aiAdrian closed this Aug 20, 2025
@aiAdrian aiAdrian deleted the Incomplete-Fix-for-Stage-Bucket-URL-Handling---Relates-Change-(PR-#2342) branch August 20, 2025 06:03
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.

1 participant