remisalmon

Results 8 issues of remisalmon

### Issue Report Checklist * [x] Searched the [issues page](https://github.com/spyder-ide/spyder/issues?q=is%3Aissue) for similar reports * [x] Read the relevant sections of the [Spyder Troubleshooting Guide](https://github.com/spyder-ide/spyder/wiki/Troubleshooting-Guide-and-FAQ) and followed its advice * [x]...

type:Bug
OS:Linux
component:IPython Console

This PR allows configuring multiple databases of the same platform (postgres, snowflake, ...) in Metabase, currently not possible. For example, this allows to map 2 Postgres databases `abc` and `xzy`...

ingestion
community-contribution

This should close https://github.com/joshtemple/lkml/issues/88. ``` > lkml --help usage: lkml [-h] [-v] [--json | --lookml | -w] file A blazing fast LookML parser, implemented in pure Python. When invoked from...

Thanks for lkml, it would be great to have the option in the command line to output the parsed LookML in LookML format (in addition to JSON). Even better if...

#### Your system information * System information from steam (`Steam` -> `Help` -> `System Information`) in a [gist](https://gist.github.com/): https://gist.github.com/remisalmon/e553458840cfb7df3de6d88245c79efc * Have you checked for system updates?: Yes * Are you...

### Which problem is this feature request solving? Support ID and/or timestamp-based incremental append syncs on Postgres sources. Ideally support incremental with deduplication syncs, similar to what Airbyte has with...

kind/feat
area/plugin/source/postgresql

Fixes https://github.com/xo/usql/issues/478 The drivers NewCompleter was removed from the handler between v0.18.1 and v0.19.0. Tested locally, I had to cleanup the dependencies for go to build.