databricks-sql-nodejs
databricks-sql-nodejs copied to clipboard
Databricks SQL Connector for Node.js
Results
42
databricks-sql-nodejs issues
Sort by
recently updated
recently updated
newest added
Hello, The cloud fetch metric logging introduced here https://github.com/databricks/databricks-sql-nodejs/pull/305 seems quite verbose. I wonder if `INFO` is the appropriate log level for this or if `DEBUG` would be a better...
Hello, After testing, it appears that the results of the following 2 queries are indistinguishable when looking at the result sets: ```sql CREATE TABLE example ( col1 INT ); ```...