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

Create dataset command #9

Closed
utkarsh867 opened this issue Jun 21, 2022 · 2 comments · Fixed by #24
Closed

Create dataset command #9

utkarsh867 opened this issue Jun 21, 2022 · 2 comments · Fixed by #24
Assignees
Labels
summer 22 Summer 2022 project

Comments

@utkarsh867
Copy link
Member

Proposed command

deploifai dataset create --name <name> --project <username/project>
@utkarsh867 utkarsh867 added the summer 22 Summer 2022 project label Jun 21, 2022
@98sean98
Copy link
Contributor

98sean98 commented Jul 5, 2022

We should refactor from deploifai data init command, which creates a dataset through the backend api. And also the --project option might not be necessary because we can assume the user is working from within a deploifai project, in which its id would have been saved in the local configuration file.

@ExtinctWolf83 ExtinctWolf83 self-assigned this Jul 6, 2022
@ExtinctWolf83 ExtinctWolf83 linked a pull request Jul 6, 2022 that will close this issue
@98sean98
Copy link
Contributor

98sean98 commented Jul 7, 2022

As discussed, a new dataset create command should be made which simply calls the backend server to create a new dataset resource. Project information should be obtained from the local config, and an existing cloud profile to create the dataset should be prompted for the user to select.

@98sean98 98sean98 changed the title Create data storage command Create dataset command Jul 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
summer 22 Summer 2022 project
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants