Antoni Ivanov
Antoni Ivanov
It is a common error where you can set db_default_type=sqlite but because it's declared in the plugin as "SQLITE" we get error that no such db connection type exists which...
**What is the feature request? What problem does it solve?** As employees leave the organization/company or users change mails , eventually the notification list configured for the job would start...
**What is the feature request? What problem does it solve?** Our Python interfaces are described in the classes of vdk API https://github.com/vmware/versatile-data-kit/blob/main/projects/vdk-core/src/vdk/api/ But that's not very easy to navigate and...
We are adding support for Kerberos authentication in the Control REST API . This is extending the support for the client to be able to make authentication requests with kerberos....
**Describe the bug** After https://github.com/trinodb/trino/issues/9129 trino would fail `drop view if not exists` query if a table with that name exists instead of silently proceeding. Which is a problem for...
The code duplication with [this](https://github.com/vmware/versatile-data-kit/blob/main/projects/vdk-core/src/vdk/internal/builtin_plugins/run/data_job.py#L255) is something we should fix _Originally posted by @tozka in https://github.com/vmware/versatile-data-kit/pull/793#pullrequestreview-961666538_
**What is the feature request? What problem does it solve?** When we release vdk-core we do not test every single plugin that there are not breaking changes because that would...
The PR is proposing introducing a new plugin vdk-notebook that will provide integration between Jupyter notebooks and VDK. The current PR covers the summary and motivation of the proposal. Signed-off-by:...
**Describe the bug** [vdk_exit](https://github.com/vmware/versatile-data-kit/blob/main/projects/vdk-core/src/vdk/api/plugin/core_hook_spec.py#L112) is a called just before CLI exits with correct exit code by contract. But it does not work always **Steps To Reproduce** 1. vdk run empty-job...
Extensible (publish/subscribe) service where you can install plugins (python?) which act as sensor for events And if it detects something it will trigger output plugin (e.g webhook being the simplest)....