question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Error when using quoted column identifiers with snowflake

See original GitHub issue

Describe the bug

dbt run and dbt test finishes successfully, i.e. correct table and column specification, though lightdash cannot parse column specification from schema.yml. Note: Lightdash correctly sees table name, as per screenshot.

dbt_project.yml :

quoting:
  database: false
  schema: true
  identifier: true

Expected behavior

Lightdash correctly respect quoting, especially when using snowflake as a backend

Screenshots

Screen Shot 2022-03-04 at 11 17 53 AM Screen Shot 2022-03-04 at 11 10 47 AM Screen Shot 2022-03-04 at 11 07 14 AM

Issue Analytics

  • State:open
  • Created 2 years ago
  • Comments:8 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
owlascommented, Mar 22, 2022

Hey @Vfisa thanks for opening the bug, just to keep you up to date. we’re making some final adjustments to charts this week. We’ll reprioritise again next Tuesday! In the mean time I’m going to take a look at the code to determine how complex this will be to support.

Quoting is such a headache 😰

0reactions
alex5995commented, Nov 4, 2022

Hi, any update on this?

Read more comments on GitHub >

github_iconTop Results From Across the Web

Identifier Requirements - Snowflake Documentation
If an object is created using a double-quoted identifier, when referenced in a query or any other SQL statement, the identifier must be...
Read more >
Invalid Identifier Error in Snowflake When Performing a Join
If an object is created using a double-quoted identifier, the object can only be queried using the exact double-quoted identifier for that particular...
Read more >
sql - Snowflake - Unable to Drop Column after Changing the ...
... double quotes around all the column names, but the issue is when I tried dropping a column from a table, Snowflake threw...
Read more >
Column names quoted with backticks (eg reserved words) are ...
Column names quoted with backticks (e.g. reserved words) are quoted incorrectly in Utils.ensureQuoted #66. Closed. bclune ...
Read more >
quote - dbt Developer Hub
The quote field can be used to enable or disable quoting for column names. ▷Changelog. Default​. The default quoting value is false ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found