Versatile Data Kit 0.8 #1265
antoniivanov
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Summary
Major features include:
New plugin: VDK Audit
This plugin provides the ability to audit and potentially limit user operations. These operations can be deep within the Python runtime or standard libraries, such as dynamic code compilation, module imports, or OS command invocations.
If we want to forbid some os.* operations we can do it like this:
See more details in the vdk-audit plugin page
Any version of python in VDK Control Service
Deployed jobs by Control Service can now use any version of Python and not just 3.7 automatically.
Insert only impala load template
This template can be used to load raw data from Data Lake to target Table in Data Warehouse. In summary, it appends all records from the source table to the target table. Similar to all other SQL modeling templates there is also schema validation, table refresh and statistics are computed when necessary.
See more details in the template documentation page
Package versions
See installation instructions here.
The versions of VDK components released under VDK 0.7 are:
Main components
control-service 1.5.671965442
vdk-core==0.3.662978536
Plugins
vdk-ingest-http==0.2.670842377
vdk-impala==0.4.672320306
What's Changed
New Contributors
Full Changelog: v0.7...v0.8
This discussion was created from the release Versatile Data Kit 0.8.
Beta Was this translation helpful? Give feedback.
All reactions