Skip to content

Conversation

@pdecat
Copy link
Contributor

@pdecat pdecat commented Oct 31, 2025

Without this PR, when using matrix items (that I'm adding to the OVH plugin in francois2metz/steampipe-plugin-ovh#74), queries such as the following are missing items when removing the filtered matrix item column, and clearing the cache resolves the issue:

> select name, region from ovh_perso.ovh_cloud_storage_s3 where project_id = '2cf14530bc1e4ba5a3ae44fbd4cbe866' and region = 'GRA'
+---------------+--------+
| name          | region |
+---------------+--------+
| test-pdecat-1 | GRA    |
+---------------+--------+
1 row

> select name, region from ovh_perso.ovh_cloud_storage_s3 where project_id = '2cf14530bc1e4ba5a3ae44fbd4cbe866'
+---------------+--------+
| name          | region |
+---------------+--------+
| test-pdecat-1 | GRA    |
+---------------+--------+
1 row

> .cache clear
> select name, region from ovh_perso.ovh_cloud_storage_s3 where project_id = '2cf14530bc1e4ba5a3ae44fbd4cbe866'
+---------------+-------------+
| name          | region      |
+---------------+-------------+
| test-pdecat-1 | GRA         |
| test-pdecat-3 | EU-WEST-PAR |
+---------------+-------------+
2 rows

@pdecat pdecat force-pushed the fix/always_include_filtered_matrix_column_in_cache_key branch from deecacd to 10506aa Compare October 31, 2025 09:29
pdecat added a commit to pdecat/steampipe-plugin-ovh that referenced this pull request Oct 31, 2025
pdecat added a commit to pdecat/steampipe-plugin-ovh that referenced this pull request Nov 3, 2025
pdecat added a commit to pdecat/steampipe-plugin-ovh that referenced this pull request Nov 19, 2025
@github-actions
Copy link

This PR is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 30 days.

@github-actions github-actions bot added the stale label Dec 31, 2025
@pdecat
Copy link
Contributor Author

pdecat commented Dec 31, 2025

Still current.

@github-actions github-actions bot removed the stale label Jan 1, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant