generated from salesforcecli/lerna-template
-
Notifications
You must be signed in to change notification settings - Fork 14
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
feat: add data bulk results
#1097
Merged
Merged
Conversation
This file contains 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
QA Notes✅ : in-progress error is nice and informative ➜ ../../oss/plugin-data/bin/run.js data bulk results -i 750D500000AsoUSIAZ
Status: InProgress
Operation: upsert
Object: Account
Processed records: 6800
Error (JobInProgressError): Job hasn't finished being processed yet. ✅ : success Status: JobComplete
Operation: upsert
Object: Account
Processed records: 10000
Successful records: 10000
Saved successful results to 750D500000AsoUSIAZ-success-records.csv ✅ : failed records reported Status: JobComplete
Operation: upsert
Object: Account
Processed records: 10015
Failed records: 1
Successful records: 10014
Saved successful results to 750D500000AsoUcIAJ-success-records.csv
Saved failed results to 750D500000AsoUcIAJ-failed-records.csv |
[skip ci]
[skip ci]
* fix: edit messages for new command "data bulk results" * Update messages/data.bulk.results.md Co-authored-by: Cristian Dominguez <[email protected]> * Update data.bulk.results.md --------- Co-authored-by: Cristian Dominguez <[email protected]>
WillieRuemmele
approved these changes
Oct 30, 2024
QA Notes (2)✅ : flag deprecated ➜ ../../oss/plugin-data/bin/run.js data upsert bulk --external-id Id --sobject Account --file bulk --verbose
Warning: The --verbose flag is deprecated and will be removed after March 2025, use "sf data bulk results" to get job results instead. |
[skip ci]
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.
What does this PR do?
job completed, no failures:
job completed with 10 record failures:
job failure, no records processed.
aborted job, gets possible unprocessed records results
deprecations
sf data delete/upsert bulk
had a--verbose
flag that would print the job failures, this PR also deprecates it and points users to the new command:sf data delete bulk
sf data upsert bulk
What issues does this PR fix or reference?
forcedotcom/cli#2387
@W-12408034@