-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Open
Labels
Snowflake: generalIssues related to LocalStack for Snowflake emulatorIssues related to LocalStack for Snowflake emulatorstatus: backlogTriaged but not yet being worked onTriaged but not yet being worked ontype: bugBug reportBug report
Description
Is there an existing issue for this?
- I have searched the existing issues
Current Behavior
$ snow sql --query "SELECT 1;" --connection localstack
SELECT 1;
+----------+
| ?COLUMN? |
|----------|
| 1 |
+----------+
Expected Behavior
$ snow sql --query "SELECT 1;" --connection snowflake
SELECT 1;
+---+
| 1 |
|---|
| 1 |
+---+
How are you starting LocalStack?
With a docker-compose file
Steps To Reproduce
How are you starting localstack (e.g., bin/localstack
command, arguments, or docker-compose.yml
)
docker run localstack/localstack
Client commands (e.g., AWS SDK code snippet, or sequence of "awslocal" commands)
snow sql --query "SELECT 1;" --connection localstack
snow sql --query "SELECT 1;" --connection snowflake
Environment
- OS: macOS
- LocalStack: localstack/snowflake
LocalStack version: latest
LocalStack Docker image sha: 5a0d6a8c06dd
LocalStack build date:
LocalStack build git hash:
Anything else?
No response
Metadata
Metadata
Assignees
Labels
Snowflake: generalIssues related to LocalStack for Snowflake emulatorIssues related to LocalStack for Snowflake emulatorstatus: backlogTriaged but not yet being worked onTriaged but not yet being worked ontype: bugBug reportBug report