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

Azure blob storage: Correct scheme prefix to azure-blob:// #17939

Merged
merged 5 commits into from
Jan 12, 2024

Conversation

benbardin
Copy link
Contributor

No description provided.

@netlify
Copy link

netlify bot commented Sep 28, 2023

Deploy Preview for cockroachdb-interactivetutorials-docs canceled.

Name Link
🔨 Latest commit df5ba0c
🔍 Latest deploy log https://app.netlify.com/sites/cockroachdb-interactivetutorials-docs/deploys/6515cabf3564b300088da9d8

@netlify
Copy link

netlify bot commented Sep 28, 2023

Deploy Preview for cockroachdb-api-docs canceled.

Name Link
🔨 Latest commit df5ba0c
🔍 Latest deploy log https://app.netlify.com/sites/cockroachdb-api-docs/deploys/6515cabf2ddf7200088071e4

@netlify
Copy link

netlify bot commented Sep 28, 2023

Deploy Preview for cockroachdb-interactivetutorials-docs canceled.

Name Link
🔨 Latest commit 3802fbf
🔍 Latest deploy log https://app.netlify.com/sites/cockroachdb-interactivetutorials-docs/deploys/65a1b26ed9b3730009ace8dc

@netlify
Copy link

netlify bot commented Sep 28, 2023

Deploy Preview for cockroachdb-api-docs canceled.

Name Link
🔨 Latest commit 3802fbf
🔍 Latest deploy log https://app.netlify.com/sites/cockroachdb-api-docs/deploys/65a1b26eaf8d5600084b33af

Copy link
Contributor

@mdlinville mdlinville left a comment

Choose a reason for hiding this comment

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

Just a tiny nit.

src/current/v22.2/cloud-storage-authentication.md Outdated Show resolved Hide resolved
src/current/v23.1/cloud-storage-authentication.md Outdated Show resolved Hide resolved
@netlify
Copy link

netlify bot commented Sep 28, 2023

Netlify Preview

Built without sensitive environment variables

Name Link
🔨 Latest commit df5ba0c
🔍 Latest deploy log https://app.netlify.com/sites/cockroachdb-docs/deploys/6515cabf6003200008cb4e07
😎 Deploy Preview https://deploy-preview-17939--cockroachdb-docs.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@netlify
Copy link

netlify bot commented Sep 28, 2023

Netlify Preview

Built without sensitive environment variables

Name Link
🔨 Latest commit 3802fbf
🔍 Latest deploy log https://app.netlify.com/sites/cockroachdb-docs/deploys/65a1b26e1c4ee00008061d81
😎 Deploy Preview https://deploy-preview-17939--cockroachdb-docs.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@benbardin
Copy link
Contributor Author

benbardin commented Sep 28, 2023 via email

@kathancox
Copy link
Contributor

@benbardin azure-blob hasn't yet been added as a supported scheme for external connections?

@benbardin
Copy link
Contributor Author

It shipped with 23.1 AFAIK, but we didn't update the docs. I just backported it to 22.2 as well.

@kathancox
Copy link
Contributor

It shipped with 23.1 AFAIK, but we didn't update the docs. I just backported it to 22.2 as well.

OK, cool, I will wait to see an auto-gen'd docs issue for that then

@kathancox
Copy link
Contributor

@benbardin I made some more updates to this. At the same time, I tested on azure-blob with a backup, changefeed, and external connection on v23.1 and v22.2. All good on v23.1. In v22.2, I'm getting unsupported sink when trying to create a changefeed.

@benbardin
Copy link
Contributor Author

Whelp, sounds like I did indeed get the CDC stuff wrong. As 22.2 is now EOL, though, maybe we just leave it alone?

@kathancox
Copy link
Contributor

Whelp, sounds like I did indeed get the CDC stuff wrong. As 22.2 is now EOL, though, maybe we just leave it alone?

Yes, we can totally do that. I will remove that from the PR and then get this merged.

@benbardin
Copy link
Contributor Author

Thank you! Sorry for the trouble!

@@ -35,7 +35,6 @@ Release Date: October 23, 2023
- When upgrading from previous releases, it was possible that ambiguous references to [sequences](https://www.cockroachlabs.com/docs/v22.2/create-sequence) would fail to be resolved by ID if they were in the same schema. Additionally, the logging is improved for ambiguous cases where the reference cannot be resolved. [#110721][#110721]
- Fixed a bug where [`RESET `](https://www.cockroachlabs.com/docs/v22.2/row-level-ttl#reset-a-storage-parameter-to-its-default-value)[(`ttl_expire_after`)](https://www.cockroachlabs.com/docs/v22.2/row-level-ttl#using-ttl_expire_after) could incorrectly remove [`ttl_expiration_expression`](https://www.cockroachlabs.com/docs/v22.2/row-level-ttl#using-ttl_expiration_expression). [#110750][#110750]
- Fixed a bug where [`format_type`](https://www.cockroachlabs.com/docs/v22.2/functions-and-operators#compatibility-functions) builtin did not honor `typemod` information for [array](https://www.cockroachlabs.com/docs/v22.2/array) types, leading to incorrect output. [#110939][#110939]
- External connection URLs now accept the scheme `azure-blob` for connections to [Azure](https://www.cockroachlabs.com/docs/v22.2/use-cloud-storage#url-format) Blob Storage. For backward compatibility, schemes `azure` and `azure-storage` schemes continue to work for connections to Azure Blob Storage. [#111286][#111286]
Copy link
Contributor

Choose a reason for hiding this comment

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

Removing from here so that users of v22.2 do not use an external connection holding an azure-blob scheme expecting it to work with changefeeds.

@kathancox kathancox merged commit 1b340cd into cockroachdb:main Jan 12, 2024
6 checks passed
@kathancox
Copy link
Contributor

@benbardin Thank you for creating the PR in the first place!

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.

3 participants