Pipes SDK Go v0.13.0
Apr 15, 2025•
v0.13.0 of the Pipes SDK Go is now available.
Breaking changes
- Get_1 method in UserWorkspaceSchemasService used to list tables for a schema renamed to ListTables to denote its exact purpose.
- Get_1 method in OrgWorkspaceSchemasService used to list tables for a schema renamed to ListTables to denote its exact purpose.
What's new?
- Add support for GetTable method to UserWorkspaceSchemasService to get a specific table for a schema.
- Add support for GetTable method to OrgWorkspaceSchemasService to get a specific table for a schema.
Enhancements
- Install and Update for both flowpipe and powerpipe mods now support archived mod upload via multipart/form-data request.
- Add SourceType to model WorkspaceMod to denote the source of the mod i.e. repository or archive.
- Add AggregatedBy to model WorkspaceSchema to store the list of aggregators that are using the schema.