Ben

Results 25 comments of Ben

There's a first draft with this it in being pushed at the moment, it works with username/password/nossl ``` let host = env::var("DREMIO_HOST") .map_err(|_| "DREMIO_HOST must be set to connect to...

[https://github.com/quarylabs/quary/issues/300](https://github.com/quarylabs/quary/issues/300)

This isn't yet in the latest release but it was merged https://github.com/TobikoData/sqlmesh/pull/3253

This was released in the latest version and is documented below. https://sqlmesh.readthedocs.io/en/stable/integrations/engines/snowflake/#secure-views

I believe this approach is more versatile and can be applied to both `TABLE` and `VIEW` types. However, there is a conflict between the new `creatable_properties` and `materialize` properties in...