a5dd762cf0
Change-Id: I360c32c686161cf7bdd8afa1971a06c9ae2aa664 Author: Craig Vyvial <cp16net@gmail.com> Co-Authored-By: Amrith Kumar <amrith@tesora.com>
9 lines
450 B
YAML
9 lines
450 B
YAML
---
|
|
features:
|
|
- Vertica comes with a User Defined Load function that takes a URL as a
|
|
load source. This can be used to load files that are stored in Swift. As
|
|
this is a common use case, it is valuable to enable this by default.
|
|
This can be done in the post-prepare method for Vertica. A new UDL_LIBS
|
|
list has been added that describes any UDLs to be loaded into the
|
|
database. This change only has one entry - the curl function.
|