Update SAS Token documentation for BULK INSERT Load type - #57563
Merged
M. Marx (marcosmarxm) merged 19 commits intoApr 17, 2025
Merged
Update SAS Token documentation for BULK INSERT Load type#57563M. Marx (marcosmarxm) merged 19 commits into
M. Marx (marcosmarxm) merged 19 commits into
Conversation
|
plovegro is attempting to deploy a commit to the Airbyte Growth Team on Vercel. A member of the Team first needs to authorize it. |
plovegro
temporarily deployed
to
community-ci-auto
April 10, 2025 14:23 — with
GitHub Actions
Inactive
plovegro
temporarily deployed
to
community-ci-auto
April 10, 2025 14:26 — with
GitHub Actions
Inactive
Contributor
Author
|
Previously logged but accidentally reverted on fork - my bad |
Edward Gao (edgao)
approved these changes
Apr 10, 2025
Edward Gao (edgao)
left a comment
Contributor
There was a problem hiding this comment.
M. Marx (@marcosmarxm) I think this is a refire of #56933 - diff still LGTM, iirc the only blocker on the previous PR was getting CI to run?
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
plovegro
temporarily deployed
to
community-ci-auto
April 10, 2025 21:45 — with
GitHub Actions
Inactive
plovegro
temporarily deployed
to
community-ci-auto
April 12, 2025 06:50 — with
GitHub Actions
Inactive
M. Marx (marcosmarxm)
temporarily deployed
to
community-ci
April 14, 2025 19:44 — with
GitHub Actions
Inactive
M. Marx (marcosmarxm)
temporarily deployed
to
community-ci-auto
April 14, 2025 19:44 — with
GitHub Actions
Inactive
M. Marx (marcosmarxm)
temporarily deployed
to
community-ci
April 14, 2025 19:44 — with
GitHub Actions
Inactive
Contributor
|
Running tests again plovegro any news I'll return to you |
Edward Gao (edgao)
temporarily deployed
to
community-ci-auto
April 15, 2025 15:03 — with
GitHub Actions
Inactive
Edward Gao (edgao)
temporarily deployed
to
community-ci
April 15, 2025 15:03 — with
GitHub Actions
Inactive
Edward Gao (edgao)
temporarily deployed
to
community-ci
April 15, 2025 15:03 — with
GitHub Actions
Inactive
Contributor
|
pushed 473d1f3, which should fix the build
|
Contributor
|
I triggered ci tests Edward Gao (@edgao) |
Edward Gao (edgao)
temporarily deployed
to
community-ci
April 15, 2025 18:41 — with
GitHub Actions
Inactive
Edward Gao (edgao)
temporarily deployed
to
community-ci
April 15, 2025 18:41 — with
GitHub Actions
Inactive
Edward Gao (edgao)
temporarily deployed
to
community-ci-auto
April 15, 2025 18:41 — with
GitHub Actions
Inactive
M. Marx (marcosmarxm)
temporarily deployed
to
community-ci-auto
April 17, 2025 19:57 — with
GitHub Actions
Inactive
M. Marx (marcosmarxm)
temporarily deployed
to
community-ci
April 17, 2025 19:57 — with
GitHub Actions
Inactive
M. Marx (marcosmarxm)
temporarily deployed
to
community-ci
April 17, 2025 19:57 — with
GitHub Actions
Inactive
M. Marx (marcosmarxm)
temporarily deployed
to
community-ci
April 17, 2025 20:00 — with
GitHub Actions
Inactive
M. Marx (marcosmarxm)
temporarily deployed
to
community-ci-auto
April 17, 2025 20:00 — with
GitHub Actions
Inactive
M. Marx (marcosmarxm)
temporarily deployed
to
community-ci
April 17, 2025 20:00 — with
GitHub Actions
Inactive
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add accurate example of an SAS token to be used in BULK Load insert configuration.
What
This is a simply documentation update. At the moment the example given can lead the user down a rabbit hole. It suggests a 'key' that looks like the sig portion of a SAS token. However, the entire SAS token needs to be used.
#56912
How
Documentation update with a more accurate SAS token example.
This brings it more inline with this documentation https://docs.airbyte.com/integrations/destinations/mssql#configuration which clearly states the value needs to be a SAS token.
Review guide
Compare old example to new example.
User Impact
This will enable a more seamless set up process of BULK LOAD, and lead to less wasted time for users.
Can this PR be safely reverted and rolled back?