duckdb / duckdb/unity_catalog

naming secret not supported

Open
#48 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
C++
Stars
110
Forks
44
Avg merge
2d 13h
Merged PRs (30d)
4

Description

Hey,
I'm using **DuckDB v1.3.0**
**Issue :**
When creating a secret with a name I get a IO Error and when I do not name the secret it's working

**Steps to reproduce**
install uc_catalog from core_nightly;
load uc_catalog;
install delta;
load delta;
create secret unity_secret (type UC, TOKEN 'None', ENDPOINT 'http://127.0.0.1:8080',AWS_REGION 'eu-west-1');
ATTACH 'unity' AS unity (TYPE UC_CATALOG);
SHOW ALL TABLES;
Image

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.