Pipes plugin v0.15.0 - Added the user_id column as a connection key column
May 22, 2024•plugin
Enhancements
- The
user_id
column has now been assigned as a connection key column across all the tables which facilitates more precise and efficient querying across multiple Pipes connections. (#27) - The Plugin and the Steampipe Anywhere binaries are now built with the
netgo
package. (#32) - Added the
version
flag to the plugin's Export tool. (#65)
Bug fixes
- Fixed the plugin to correctly authenticate against a custom tenant in
Pipes
instead of returning a401
error. (#30)
Dependencies
- Recompiled plugin with steampipe-plugin-sdk v5.10.1 that adds support for connection key columns. (#27)