naming secret not supported
Open
- 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;
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.