duckdb / duckdb/unity_catalog

Support for Accessing Unity Catalog Registered Functions

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

Description

Hello,

Is it possible to access Unity Catalog registered functions using this extension?

I’ve been able to run basic queries from the Unity Catalog examples, but I encounter issues when trying to use a custom function registered in my UC. For example, I receive the following error:
```
Catalog Error: Scalar Function with name lowercase does not exist!
Did you mean "main.lower"?
```
Example of requests:
image

UC's UI of my functions:
image

Could you confirm if this feature is supported or not?

Thank you!

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.