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

Changed upload_dataset into taking project_id instead of project_name #204

Merged
merged 5 commits into from
Dec 1, 2023

Conversation

artyaltanzaya
Copy link
Contributor

Description

Function upload_dataset uses project_name to check for existing project, changed it to using project_id

Type of change

Please delete options that are not relevant.

  • Bug fix (non-breaking change which fixes an issue)

How has this change been tested, please provide a testcase or example of how you tested the change?

YOUR_ANSWER

Any specific deployment considerations

For example, documentation changes, usability, usage/costs, secrets, etc.

Docs

  • Docs updated? What were the changes:

Copy link
Contributor

@bigbitbus bigbitbus left a comment

Choose a reason for hiding this comment

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

@artyaltanzaya artyaltanzaya requested review from tonylampada and removed request for tonylampada December 1, 2023 14:46
return (
self.create_project(
project_name,
project_id,
Copy link
Collaborator

Choose a reason for hiding this comment

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

maybe do

self.create_project(
   project_name=project_id,

to make it more explicit?

@tonylampada
Copy link
Collaborator

@artyaltanzaya also, before releasing, we need to manually increase the version number in roboflow/__init__.py (see release instructions)

@artyaltanzaya artyaltanzaya merged commit 7a80221 into main Dec 1, 2023
2 checks passed
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