v0.13.0 of the Pipes SDK Go is now available.
Breaking changes
Get_1
method inUserWorkspaceSchemasService
used to list tables for a schema renamed toListTables
to denote its exact purpose.Get_1
method inOrgWorkspaceSchemasService
used to list tables for a schema renamed toListTables
to denote its exact purpose.
What's new?
- Add support for
GetTable
method toUserWorkspaceSchemasService
to get a specific table for a schema. - Add support for
GetTable
method toOrgWorkspaceSchemasService
to get a specific table for a schema.
Enhancements
Install
andUpdate
for both flowpipe and powerpipe mods now support archived mod upload viamultipart/form-data
request.- Add
SourceType
to modelWorkspaceMod
to denote the source of the mod i.e.repository
orarchive
. - Add
AggregatedBy
to modelWorkspaceSchema
to store the list of aggregators that are using the schema.