Artjoms Iskovs

Results 17 comments of Artjoms Iskovs

You can also delete the data volumes by passing `-v/--with-volumes` to `sgr engine delete` (https://www.splitgraph.com/docs/sgr/engine-management/engine-delete). It's not done by default since you can use `sgr engine delete` to switch the...

Thanks for flagging! You've hit a corner case with sgr: it uses the primary key to partition tables and track overwrites when versioning. If the key doesn't exist, it assumes...

Is this running against data.splitgraph.com or your own custom remote engine? Can you rerun this with `sgr --verbosity DEBUG` build and, when it happens again, provide that output and the...

Thanks and congratulations on being the first issue in the repo! It's definitely doable. The architecture we have in mind for external storage is that you have two Splitgraph engines,...

Hey, thanks for raising the issue and investigating! I looked at the logs: the issue is our query rewriting that patches out some PostgreSQL views like information_schema / pg_catalog to...

Got the same issue on `/jira connect` (Mattermost 5.37.0, mattermost-plugin-jira 3.0.1) -- in my case, there was an error in the console: ![image](https://user-images.githubusercontent.com/828006/127304370-3932a975-0546-48f4-855f-7eeb61a2eba2.png) Looks like Jira is trying to load...

Maybe, though this might better be suited as an upstream DataFusion question/feature suggestion. Note that because DataFusion is a column-oriented execution engine, it won't really be able to support PostgreSQL's...

This works fine on a multi-core machine, meaning it's due to single-core plan differences: ``` 1 CORE: SortExec: [domain@0 ASC NULLS LAST] ProjectionExec: expr=[coalesce(old.domain,new.domain)@0 as domain, SUM(CASE WHEN old.id IS...

Hey! Do you mean being able to support DataBricks' Delta Tables / Delta Lake (https://github.com/delta-io/delta/blob/master/PROTOCOL.md) as a storage backend / data source for `CREATE EXTERNAL` tables? Design-wise, a GraphQL frontend...

Doesn't just happen on Fly.io, I had an older debug version in my Docker, could be a regression in a recent DF.