Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Explore Query History, field "Is Transient" #9

Open
ysmx-github opened this issue Jul 12, 2020 · 0 comments
Open

Explore Query History, field "Is Transient" #9

ysmx-github opened this issue Jul 12, 2020 · 0 comments

Comments

@ysmx-github
Copy link

This is the error:
SQL compilation error: error line 2 at position 1 Invalid argument types for function 'IFF': (VARCHAR(3), VARCHAR(3), VARCHAR(2))

This is what causes it:
dimension: is_transient {
type: yesno
sql: ${TABLE}.IS_TRANSIENT ;;
description: "Whether the database is transient"
}

"yesno" should be changed to "string", the Snowflake field is VARCHAR(3) not BOOLEAN, doesn't need conversion

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant