v0.13.0 of the Pipes SDK Go is now available.
Breaking changes
Get_1method inUserWorkspaceSchemasServiceused to list tables for a schema renamed toListTablesto denote its exact purpose.Get_1method inOrgWorkspaceSchemasServiceused to list tables for a schema renamed toListTablesto denote its exact purpose.
What's new?
- Add support for
GetTablemethod toUserWorkspaceSchemasServiceto get a specific table for a schema. - Add support for
GetTablemethod toOrgWorkspaceSchemasServiceto get a specific table for a schema.
Enhancements
InstallandUpdatefor both flowpipe and powerpipe mods now support archived mod upload viamultipart/form-datarequest.- Add
SourceTypeto modelWorkspaceModto denote the source of the mod i.e.repositoryorarchive. - Add
AggregatedByto modelWorkspaceSchemato store the list of aggregators that are using the schema.