Linear plugin v0.3.0 - Added organization_id column as a connection key column across all the tables and recompiled plugin with steampipe-plugin-sdk v5.10.1
Jul 12, 2024•plugin
Enhancements
- The
organization_id
column has now been assigned as a connection key column across all the tables which facilitates more precise and efficient querying across multiple Linear accounts. (#34)
Bug fixes
- Fixed the plugin to correctly check for a valid Personal Access token. (#33)
Dependencies
- Recompiled plugin with steampipe-plugin-sdk v5.10.1 which ensures that
QueryData
passed toConnectionKeyColumns
value callback is populated withConnectionManager
. (#34)