Skip to content

Luck/python/remote files#373

Merged
andrew-siftstack merged 3 commits into
python/remote_filesfrom
luck/python/remote_files
Nov 10, 2025
Merged

Luck/python/remote files#373
andrew-siftstack merged 3 commits into
python/remote_filesfrom
luck/python/remote_files

Conversation

@alexluck-sift
Copy link
Copy Markdown
Collaborator

No description provided.

@alexluck-sift alexluck-sift changed the base branch from main to python/remote_files November 7, 2025 22:43
ReportsAPI = generate_sync_api(ReportsAPIAsync, "ReportsAPI")
TagsAPI = generate_sync_api(TagsAPIAsync, "TagsAPI")
TestResultsAPI = generate_sync_api(TestResultsAPIAsync, "TestResultsAPI")
FileAttachmentsAPI = generate_sync_api(FileAttachmentsAPIAsync, "AttachmentsAPI")
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Suggested change
FileAttachmentsAPI = generate_sync_api(FileAttachmentsAPIAsync, "AttachmentsAPI")
FileAttachmentsAPI = generate_sync_api(FileAttachmentsAPIAsync, "FileAttachmentsAPI")

from sift_client.sift_types.file_attachment import FileAttachment


class AttachmentsMixin:
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Suggested change
class AttachmentsMixin:
class FileAttachmentsMixin:

entity_id=self.id_,
)

def add_attachment(
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

RM for now. Creating the remote file just creates the row in the db, it doesn't actually store the file

@andrew-siftstack andrew-siftstack marked this pull request as ready for review November 10, 2025 19:48
@andrew-siftstack andrew-siftstack merged commit 559797a into python/remote_files Nov 10, 2025
10 of 11 checks passed
@andrew-siftstack andrew-siftstack deleted the luck/python/remote_files branch November 10, 2025 19:48
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