-
```bash
postgres=# create extension duckdb_fdw;
CREATE EXTENSION
postgres=# CREATE SERVER duckdb_server
postgres-# FOREIGN DATA WRAPPER duckdb_fdw
postgres-# OPTIONS (
postgres(# …
Vonng updated
5 months ago
-
### Is this your first time submitting a feature request?
- [X] I have read the [expectations for open source contributors](https://docs.getdbt.com/docs/contributing/oss-expectations)
- [X] I have…
-
### What happens?
A query with an * or + directly attached to the -> results in a syntax error.
### To Reproduce
```sql
create table student(id INT); INSERT INTO student(id) VALUES (10), (20), (30…
-
### What happens?
Make target `serve_local` depends on `build_loadable_unsigned` which is now missing, so this make target cannot be run.
I was looking for something like this because I was tryi…
-
### Describe the bug
The keyboard shortcut `Ctrl + Shift + 0` does not function as expected in specific contexts:
1. In the **Creation and Ordering** section, it fails to move a cell down.
2. In the …
-
### What happens?
I'm attempting to clone this repo to make changes. I cloned the repo, and initialized the duckdb submodule. When I run `make` it fails 82% of the way in building the parquet duc…
-
Hi,
Thank you for this great package.
I want to ask if there were plans to support duckdb connection for the R version of the package or how one could implement this
Thank you
-
We will enhance the ad-hoc ingestion capability in subsequent releases, with the expectation that it will eventually be possible for users to read ad-hoc data if it is persisted on an external system.…
-
### Source name
mongodb
### Describe the data you'd like to see
There are 2 parameters that would be useful to be user-configurable in the mongo `CollectionLoaders`:
1. A `projection` parameter fo…
-
## Issue
I have been trying to use a number of different data sources to extract clean and consistent layer of administrative boundaries for counties (not just countries) globally (typically referred…