-
Notifications
You must be signed in to change notification settings - Fork 0
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
Add import/export-dataset features #456
Labels
Comments
Create dataset modal changes depending on a switch. Using "Create new": Using "Import from file": The name field in this case is optional and it overrides the name during the import. On the dataset page the export dataset button is located on the top right, as the last button. It uses the same icon of the export workflow button. |
This looks great! |
1 task
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Export
Endpoint:
Response-body model:
![image](https://private-user-images.githubusercontent.com/3862206/323204012-ff623370-1d7f-461a-8680-f4c57b6e28c3.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzg4NjkxNTQsIm5iZiI6MTczODg2ODg1NCwicGF0aCI6Ii8zODYyMjA2LzMyMzIwNDAxMi1mZjYyMzM3MC0xZDdmLTQ2MWEtODY4MC1mNGM1N2I2ZTI4YzMucG5nP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI1MDIwNiUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNTAyMDZUMTkwNzM0WiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9NzJiZjc2Y2UxZDE4YTc2ZWUyYzkyNGFkOWY2MWY2MGU4NWU4NGU2NTQyOTcwMzBkMDdlNjFkNWE2ODJhNzg3NCZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QifQ.vurz2RztwfLsSiD54VysQ9nq0ZbEO-DiAI8AkYsekJ0)
Import
Endpoint:
Request-body model:
![image](https://private-user-images.githubusercontent.com/3862206/323204271-3f1761e8-898c-46e3-aad8-ad79c874d1b8.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzg4NjkxNTQsIm5iZiI6MTczODg2ODg1NCwicGF0aCI6Ii8zODYyMjA2LzMyMzIwNDI3MS0zZjE3NjFlOC04OThjLTQ2ZTMtYWFkOC1hZDc5Yzg3NGQxYjgucG5nP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI1MDIwNiUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNTAyMDZUMTkwNzM0WiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9YmIzYWMyYTk0ZmU3MDk5MTU1YjJiNzY1ZWVhNTk4M2Q5OTg0NGMzYWY2NzZhYWJlZGFhMjU2M2JmNTkzNmM1YyZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QifQ.df5jEf3_Tp_P-DBSLK2XMc11Rvu0IKuf705GWCy9UP4)
Response-body model: same as the standard POST/GET dataset endpoints.
The text was updated successfully, but these errors were encountered: