snowflakedb / gosnowflake

Go Snowflake Driver
Apache License 2.0
292 stars 122 forks source link

SNOW-1342572: Test jira integration #1113

Closed sfc-gh-dprzybysz closed 4 months ago

sfc-gh-dprzybysz commented 4 months ago

Please answer these questions before submitting your issue. In order to accurately debug the issue this information is required. Thanks!

  1. What version of GO driver are you using?

  2. What operating system and processor architecture are you using?

  3. What version of GO are you using? run go version in your console

4.Server version:* E.g. 1.90.1 You may get the server version by running a query:

SELECT CURRENT_VERSION();
  1. What did you do?

    If possible, provide a recipe for reproducing the error. A complete runnable program is good.

  2. What did you expect to see?

    What should have happened and what happened instead?

  3. Can you set logging to DEBUG and collect the logs?

    https://community.snowflake.com/s/article/How-to-generate-log-file-on-Snowflake-connectors

  4. What is your Snowflake account identifier, if any? (Optional)

sfc-gh-dprzybysz commented 4 months ago

test comment