sqlcg find table wtfs_voorraad_week returns no results. sqlcg find table <table_name> works. Snowflake normalises unquoted identifiers to uppercase at parse time, so the tool should do the same on both index and lookup. A user querying in lowercase (the natural way to type) always gets nothing. Fix: uppercase all unquoted identifiers during indexing and normalise the lookup input before querying the graph.
sqlcg find table wtfs_voorraad_week returns no results. sqlcg find table <table_name> works. Snowflake normalises unquoted identifiers to uppercase at parse time, so the tool should do the same on both index and lookup. A user querying in lowercase (the natural way to type) always gets nothing. Fix: uppercase all unquoted identifiers during indexing and normalise the lookup input before querying the graph.