Create a Data Job through the Jupyter UI - vmware/versatile-data-kit GitHub Wiki
Time Commitment: About 5-10 minutes.
If you are not using an already configured environment, before you start with the creation, please ensure you have the following:
Installed Software and Services
- (Optional) Control Service: Essential for orchestrating the execution of Data Jobs.
- vdk-jupyterlab-extension: This extension integrates VDK with JupyterLab.
- vdk-notebook: Allows the execution of VDK jobs with notebooks.
- vdk-ipython: Loads VDK functionalities into IPython environments, allowing enhanced interaction.
- Select 'Create' option from the
VDK
section in the menu at the top.
- Click 'Create' to open a dialog box.
- Fill in the job name and job team as appropriate.
- Specify Job Path by inputting the relative Jupyter path to the job directory, using the
parent/child/job
pattern. If no path is specified, the job will be created in the root directory. - Once all details are filled in, click 'OK' to continue. The job will be created both locally and in the cloud (if available).
- Wait for a status update on the job creation operation.
- Once the creation operation is complete, a dialog box will inform you of the operation's result.
- Navigate to the data job directory to view your newly created job.
Well done! You've successfully navigated through the process and created your first Data Job using Jupyter! This is a significant step in your journey with the Versatile Data Kit, and we hope it was insightful.
If you're just starting out, don’t stop here! Proceed to Develop a Job from Jupyter Guide to continue developing your newly created job!
Explore further with the VDK Examples list.