Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature: udf server add custom header #17334

Open
sundy-li opened this issue Jan 20, 2025 · 0 comments
Open

Feature: udf server add custom header #17334

sundy-li opened this issue Jan 20, 2025 · 0 comments
Labels
A-query Area: databend query C-feature Category: feature

Comments

@sundy-li
Copy link
Member

Summary

Description for this feature.

CREATE [ OR REPLACE ] [ SECURE ] EXTERNAL FUNCTION <name> ( [ <arg_name> <arg_data_type> ] [ , ... ] )
  RETURNS <result_data_type>
  [ HEADERS = ( '<header_1>' = '<value_1>' [ , '<header_2>' = '<value_2>' ... ] ) ]

@sundy-li sundy-li added C-feature Category: feature A-query Area: databend query labels Jan 20, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-query Area: databend query C-feature Category: feature
Projects
None yet
Development

No branches or pull requests

1 participant