-
Notifications
You must be signed in to change notification settings - Fork 62
example using debugger
Antoni Ivanov edited this page Jul 26, 2021
·
6 revisions
- Install VDK
- In VSCode go to debug (Ctrl+Shift+D) and go to options (launch.json)
- Add the following configuration
{
"name": "Python: VDK",
"type": "python",
"request": "launch",
"program": "",
"args": ["-m", "taurus.vdk.cli_entry", "run", "${workspaceFolder}"],
"console": "externalTerminal"
}
- Open workspace settings ($(pwd)/.vscode/settings.json)
- Add the following line:
"python.pythonPath": "/path_to_vdk_virtual_environment/.../bin/python"
6.Happy debugging 😄
⚠️ 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