-
## What is the current behavior?
Other than achieving this through SQL statements, there doesn't appear to be a particularly clean way of defining primary keys when instantiating tables, nor highli…
-
Please answer these questions before submitting your issue.
In order to accurately debug the issue this information is required. Thanks!
1. What version of JDBC driver are you using?
3.1…
-
**Description:**
There appears to be a bug when inserting large timestamps (e.g., `9999-12-30T23:00:00.0000000+00:00`) into a `TIMESTAMP_TZ` column using the `SnowflakeDbCommand` in .NET. The issue d…
-
Hello,
Is it plan for a support of new release of spark 3.3 ? :)
Thanks
-
Hello,
After I am creating a tbl object, the method filter returns this error
Error in UseMethod("sql_translate_env") :
no applicable method for 'sql_translate_env' applied to an object o…
-
Title: Snyk: gosnowflake github.com/sirupsen/logrus 1.9.0
Additional information on Snyk can be found here: https://snyk.io/org/snowflakedb-sca-scanning-public-repo/project/e47a210a-81f8-47cb-b232-3…
-
## What is the current behavior?
SnowflakeCursor execute returns `SnowflakeCursor | None`.
This means every excecute needs to be checked for None. eg:
```python
c = cur.execute("select *…
-
It's pretty common for programmatic table management to involve "ALTER TABLE .. RENAME" commands. An example would be some ETL process creating an external table in Hive with a temporary name, then q…
-
Add the following methods to the Session class:
- [ ] `.getCurrentAccount() -> Optional`
- [ ] `.getCurrentWarehouse() -> Optional`
- [ ] `.getCurrentRole() -> Optional`
These methods can be u…
-
I see that target uses a conventional database connection to copy csv files into snowflake table.
Do you think this "target" covers snowpipe usage or do you think that fits to another target ?
htt…