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

fix(data:query): deprecate bulk mode #1134

Merged
merged 3 commits into from
Dec 13, 2024
Merged

Conversation

cristiand391
Copy link
Member

@cristiand391 cristiand391 commented Nov 27, 2024

What does this PR do?

Deprecates bulk mode for data query, that includes:

  • data query flags: --bulk, --waitand--async`
  • data query resume command (it only resumes data query --bulk operations.

Last bits of the Enhance and Expand CLI "Bulk Query" Operations epic, data export bulk is better suited to handle million of records.

What issues does this PR fix or reference?

@W-17396706@

@cristiand391 cristiand391 marked this pull request as ready for review November 27, 2024 21:25
@soridalac
Copy link
Contributor

QA Notes

✅ : Show warning deprecated when using data query with flags --bulk, --wait and --async

Warning: Bulk mode for "data query" is deprecated, the following flags will be removed after April 2025: --bulk | --wait | --async.
Use "data export bulk" for bulk queries instead.

✅ : Show warning deprecated when using data query resume

Warning: Bulk mode for "data query" is deprecated, this command will be removed after April 2025.
Use "data export bulk | data export resume" for bulk queries instead.

@soridalac soridalac merged commit d297dba into main Dec 13, 2024
28 checks passed
@soridalac soridalac deleted the cd/deprecate-query-bulk-mode branch December 13, 2024 22:00
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