Skip to content

Add external Ids to image, class and label endpoints - #30

Merged
proskudin merged 6 commits into
masterfrom
kp-add-external_id
May 5, 2022
Merged

Add external Ids to image, class and label endpoints#30
proskudin merged 6 commits into
masterfrom
kp-add-external_id

Conversation

@proskudin

Copy link
Copy Markdown
Contributor

No description provided.

@proskudin proskudin self-assigned this May 2, 2022

@letmutx letmutx 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.

Need to fix type annotation in multiple places

Comment thread hasty/image.py Outdated

@staticmethod
def _upload_from_file(requester, project_id, dataset_id, filepath):
def _upload_from_file(requester, project_id, dataset_id, filepath, external_id: str = None):

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

type should be Optional[str]

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

Fixed

@proskudin
proskudin merged commit ef32000 into master May 5, 2022
@proskudin
proskudin deleted the kp-add-external_id branch May 5, 2022 16:42
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.

3 participants