Ryan Eakman
Ryan Eakman
Hey @usbrandon. :wave: I have not used Dremio myself but my high level understanding is that it is similar to Trino and users would likely be storing data in Iceberg....
@georgesittas There shouldn't be anything specific to CI/CD bot that would create this behavior. So if your PR fixed the diff in normal plan/apply output then it should also be...
@candalfigomoro Thanks for making this request! This is not something we support today but we are planning on adding it soon. Will likely start looking at it next week.
@candalfigomoro Although I was originally hoping to have time to do this soon it now looks like it will be a bit until we can look into this. It is...
Yeah I agree there is value in offering this. It will be something we look into in the upcoming weeks.
Excited about the progress! When you are ready, make sure to add materialize here: https://github.com/TobikoData/sqlmesh/blob/0607f65800d231d70fdc2c50c0550c77b39eb873/tests/core/engine_adapter/test_integration.py#L538 These tests ensure that the engine implements the engine adapter interface correctly which tends to...
So is the error you get a Trino error saying that `salary` is ambiguous and it is referring to this? ` "salary"`
Found out that when using Databricks SQL Connector + Databricks connect then you need the global temp views since they are trying to share temp objects across sessions (but still...
That is not allowed. So you can set start but end has to be the latest interval.
> I also would like to understand , if its possible to switch to a local spark cluster(as its more closer to the databricks dialect) for testing while we plan...