Feature description
Hi !
Nice work , Is it possible to introduce a new property to add in the plugin to support the query_tag feature in io.kestra.plugin.jdbc.snowflake.Query
See: https://docs.snowflake.com/en/sql-reference/parameters#label-query-tag
It behaves automatically as alter session set query_tag='myTag';
It should behave as the MULTI_STATEMENT_COUNT as describe https://docs.snowflake.com/en/developer-guide/jdbc/jdbc-using#sending-multiple-statements-and-handling-results from the jdbc documentation,
Thanks for your attention