Release - v5.1.0¶
To install or upgrade the SDK, refer to instructions here.
New & Improved¶
- Added support for converting virtual and linked sources to physical sources via the new
source_to_physicaloperation.- Use
@plugin.virtual.source_to_physical()to implement physical export for VDBs. See Virtual Source to Physical. - Use
@plugin.linked.source_to_physical()to implement physical export for dSources (both direct and staged linking). See Direct Linked Source to Physical and Staged Linked Source to Physical. - A new PhysicalSource class is passed to the operation with the target connection, directory, and user-defined parameters.
- Use
Breaking Changes¶
- A new required schema
virtualToPhysicalDefinitionmust be defined inschema.json. See VirtualToPhysicalDefinition.