sgr icon indicating copy to clipboard operation
sgr copied to clipboard

sgr (command line client for Splitgraph) and the splitgraph Python library

Results 69 sgr issues
Sort by recently updated
recently updated
newest added

Bumps [ipython](https://github.com/ipython/ipython) from 7.30.1 to 7.31.1. Commits e321e76 release 7.31.1 67ca2b3 Merge pull request from GHSA-pq7m-3gw7-gq5x 2794330 back to dev be343e7 release 7.31.0 0fcf2c4 Merge pull request #13428 from meeseeksmachine/auto-backport-of-pr-13427-on-7.x...

dependencies

Bumps [ipython](https://github.com/ipython/ipython) from 7.30.1 to 7.31.1. Commits e321e76 release 7.31.1 67ca2b3 Merge pull request from GHSA-pq7m-3gw7-gq5x 2794330 back to dev be343e7 release 7.31.0 0fcf2c4 Merge pull request #13428 from meeseeksmachine/auto-backport-of-pr-13427-on-7.x...

dependencies

Bumps [ipython](https://github.com/ipython/ipython) from 7.30.1 to 7.31.1. Commits e321e76 release 7.31.1 67ca2b3 Merge pull request from GHSA-pq7m-3gw7-gq5x 2794330 back to dev be343e7 release 7.31.0 0fcf2c4 Merge pull request #13428 from meeseeksmachine/auto-backport-of-pr-13427-on-7.x...

dependencies

Bumps [sphinx-rtd-theme](https://github.com/readthedocs/sphinx_rtd_theme) from 0.5.2 to 1.0.0. Changelog Sourced from sphinx-rtd-theme's changelog. 1.0.0 Incompatible Changes The minimum supported python version is now 2.7 or 3.4 and greater (#1093) The minimum supported...

dependencies

Hi folks, I noticed that sgr fails when trying to commit a table with the following structure—`uk_company_data_test.psc(data jsonb)`. The output below shows three attempts to commit the table—first with just...

Repro: * try cloning a big repo with --download-all (e.g. splitgraph/socrata) -- fails because of no space in cache * try cloning just the :latest (`sgr clone splitgraph/socrata:latest --download-all`), fails...

I was getting the following result from `SELECT * FROM "argentina/customs-declarations"."2013"`: ``` argentina/customs-declarations.2013: FAIL: Internal database error. Details: psycopg2.errors.NumericValueOutOfRange: value "5202990000" is out of range for type integer CONTEXT: PL/pgSQL...

A workaround is adding a config file to the target engine pointing to itself (e.g. engine_2 on engine_2) but we should instead get this working just based on the SG_ENGINE...

I was having some issues with my Splitgraph engine, so I decided to re-install it. 1. Stop the engine `docker rm -f $(docker ps -aq)` 2. Ensure that the Postgres...

Hey! Have some more untested code! This lets the range filter be used with the like operator. Is ~~ the right thing to test the operator against? I don't really...