Julien Millau
Julien Millau
Hi, Thanks for your feedback. You can create or override an existing parser to change the Get processing command. ``` EmvTemplate parser = EmvTemplate.Builder() // .setConfig(EmvTemplate.Config()) .build(); parser.addParsers(new CustomParser()); EmvCard...
This issue is related to the new library (mysql2) used into Ghost since the version 4.38 to communicate with mysql. https://github.com/TryGhost/Ghost/pull/14258. The latest version (2.3.3) of the library mysql2 still...
Can you please add the result/status of the query from the Snowflake query history?
I can't reproduce your problem. - Which version of Grafana and plugin do you use? - Do you have any other errors in Grafana logs?
If the question is about the duplicate label in the column name, yes I agree, that should be fixed. As for the rest — yes, the general behavior is expected....
Hi, You can add extra session configuration (see [Connection Parameters](https://pkg.go.dev/github.com/snowflakedb/gosnowflake#hdr-Connection_Parameters)) like `requestTimeout` or `loginTimeout`. Can you please provide us some information about the query from Snowflake (kind of query, time...
in the `extra options` field you can add all connection parameters https://pkg.go.dev/github.com/snowflakedb/gosnowflake#hdr-Connection_Parameters like `requestTimeout=0`
Thanks, for this MR, I will review it asap. For your second MR "implementing plugin-side caching" I don't think this should be a functionality of this plugin as Snowflake already...
Thanks for the rebase. Before merging, I need to check whether using the default Go connection pool settings is a better approach: ([DB.SetMaxOpenConns](https://pkg.go.dev/database/sql#DB.SetMaxOpenConns), [DB.SetMaxIdleConns](https://pkg.go.dev/database/sql#DB.SetMaxIdleConns), [DB.SetConnMaxIdleTime](https://pkg.go.dev/database/sql#DB.SetConnMaxIdleTime), [DB.SetConnMaxLifetime](https://pkg.go.dev/database/sql#DB.SetConnMaxLifetime)) https://go.dev/doc/database/manage-connections
I wasn't able to reproduce the issue you're experiencing, but it seems to be related to chunk splitting. Could you please try updating to the latest version of the plugin...