-
Notifications
You must be signed in to change notification settings - Fork 62
example using debugger
Antoni Ivanov edited this page Aug 31, 2021
·
6 revisions
- Install VDK
- In VSCode go to debug (Ctrl+Shift+D) and go to options (launch.json)
- Add the following configuration
{
"configurations": [
{
"name": "Python: VDK",
"type": "python",
"request": "launch",
"module": "taurus.vdk.cli_entry",
"args": [
"run",
"${workspaceFolder}"
],
}
]
}
- Select interpreter where vdk is installed :
⚠️ IN PROGRESS (Not done yet)
SDK - Develop Data Jobs
SDK Key Concepts
Control Service - Deploy Data Jobs
Control Service Key Concepts
- Scheduling a Data Job for automatic execution
- Deployment
- Execution
- Production
- Properties and Secrets
Operations UI
Community
Contacts
