Skip to content

bug: Incorrect Snowflake column name #12908

@ramnes

Description

@ramnes

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

No one assigned

    Labels

    Snowflake: generalIssues related to LocalStack for Snowflake emulatorstatus: backlogTriaged but not yet being worked ontype: bugBug report

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions