You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I found that when doing soda suggest ... -ds my_table_name It will complain the table doesn't exist, if the table is MY_TABLE_NAME on the database.
This is inconsistent with the behavior of soda scan. If my file is checks for my_table_name:
and I run soda scan, it finds the table.
I propose that both are made canse insensitive, or both are made case sensitive to prevent confusion. In my case I spent a long time until I figured out the issue. I thought I was having a problem with the setup!
Version 1.8.13
I'm using the soda-snowflake connection, if that's relevant.
The text was updated successfully, but these errors were encountered:
I found that when doing
soda suggest ... -ds my_table_name
It will complain the table doesn't exist, if the table isMY_TABLE_NAME
on the database.This is inconsistent with the behavior of
soda scan
. If my file ischecks for my_table_name:
and I run
soda scan
, it finds the table.I propose that both are made canse insensitive, or both are made case sensitive to prevent confusion. In my case I spent a long time until I figured out the issue. I thought I was having a problem with the setup!
Version 1.8.13
I'm using the soda-snowflake connection, if that's relevant.
The text was updated successfully, but these errors were encountered: