Rajat Venkatesh

Results 24 comments of Rajat Venkatesh

You are right. The root cause is that `LOAD page_lookup_redirect` is downstream of `page_id`. The highlighting algorithm is not intelligent enough and highlights all the columns downstream of the function.

Yes. This is a known issue and happy to discuss how to approach parsing Snowflake queries better. Right now, this package uses [pglast](https://github.com/lelit/pglast) for parsing. So it parses Postgres syntax....

Yes. The open source package as it currently stands has poor Snowflake coverage. This is because there is no good open source Snowflake SQL parser. All other OSS packages have...

Yes :) I havent implemented a feature to use status yet. I put it in the data model to future proof it.

This might be due to snowflake-sqlalchemy. Reference: https://github.com/snowflakedb/snowflake-sqlalchemy/issues/234 Can you tell me which of version of snowflake-sqlalchemy is installed?

Can you force install `snowflake-sqlalchemy==1.2.4`?

Can you provide logs from the docker container? `docker container logs `

Definitely. Right now every database has a different method to get query history. For example, Hive or SparkSQL itself does not show query history. * Which distribution do you use?...

There are a couple of different problems. The client call did not get a response it expected. Specifically there is `data` field in the JSON response. Can you paste logs...

*sigh* `rq` is not working because I havent released a new version with it. I'll do that soon. @marcellovictorino It is possible to programmatically use data lineage API. I find...