-
Notifications
You must be signed in to change notification settings - Fork 65
Description
What is the feature request? What problem does it solve?
For VDK Jupyter Integration currently we support automatic creation both locally and on the cloud (if REST_API_URL for the Control Service is set).
We return the message: "Job was created successfully!" if it was created both locally and in the cloud.
And we return that there was an error when trying to create the operation if the REST_API_URL is not set.
Check the images in #2506
This situation should be handled smoothly since:
- not adding the error might cause confusions to people who actually have corrupted environment but want to register the job in the Control Service
- adding the error causes confusions on people who actually do not want to use the Control Service
The proposed solution should get rid of all the confusions raised from those options.
Or the proposed solution might change the whole automation (creating cloud jobs might be handled manually). This should be further discussed.
Additional context
This topic is raised in #2506 (review)