Skip to content

SK-1964: add sample for handling deidentify file response in async fo… - #236

Merged
skyflow-bharti merged 2 commits into
mainfrom
himanshu/SK-1964-add-samples-for-handling-deidentify-file-response-python-sdk
Feb 19, 2026
Merged

SK-1964: add sample for handling deidentify file response in async fo…#236
skyflow-bharti merged 2 commits into
mainfrom
himanshu/SK-1964-add-samples-for-handling-deidentify-file-response-python-sdk

Conversation

@skyflow-himanshu

Copy link
Copy Markdown
Collaborator

Why:
Add samples for handling deidentify file response in async manner

Goal:
Provide a new Python SDK sample that shows asynchronous consumption of the deidentify_file response using concurrent.futures.

CopilotAI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Pull request overview

This PR adds a new Python SDK sample demonstrating asynchronous handling of the deidentify_file response using concurrent.futures.ThreadPoolExecutor. The sample shows how to submit the deidentify_file call to a background thread and use callbacks to handle the response.

Changes:

  • Added deidentify_file_async.py sample showing async file deidentification using ThreadPoolExecutor and callbacks

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment threadsamples/detect_api/deidentify_file_async.py Outdated
Comment threadsamples/detect_api/deidentify_file_async.py
Comment threadsamples/detect_api/deidentify_file_async.py Outdated
Comment threadsamples/detect_api/deidentify_file_async.py Outdated
Comment threadsamples/detect_api/deidentify_file_async.py Outdated
@skyflow-himanshu
skyflow-himanshu changed the base branch from release/26.2.3 to mainFebruary 18, 2026 12:29
@skyflow-bharti
skyflow-bharti merged commit ad095e4 into mainFeb 19, 2026
4 checks passed
Sign up for freeto 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.

4 participants

@skyflow-himanshu@skyflow-bharti@saileshwar-skyflow