michelin / snowflake-grafana-datasource

Snowflake Grafana datasource plugin enables the visual representation of Snowflake data within Grafana dashboards and manages alerts.
Apache License 2.0
67 stars 33 forks source link

Fix: Ensure slice_length is an Integer >= 1 #61

Closed devnied closed 8 months ago

devnied commented 8 months ago

This MR addresses a bug where the slice_length parameter was not properly validated. We now ensure that slice_length is an integer and is greater than or equal to 1.

Fix #60