Closed grieve54706 closed 2 weeks ago
Follow up https://github.com/Canner/wren-engine/pull/858 Change the function file path to a folder path and search the file by data source name. The system will find the CSV file by the data source name in the path from the env var
Env var
REMOTE_FUNCTION_LIST_PATH=/resource/functions.csv
Actual path
/resource/functions.csv
API
/v3/connector/functions
REMOTE_FUNCTION_LIST_PATH=/resource
Actual path by data source
/resource/postgres.csv
/v3/connector/postgres/functions
Follow up https://github.com/Canner/wren-engine/pull/858 Change the function file path to a folder path and search the file by data source name. The system will find the CSV file by the data source name in the path from the env var
Before
Env var
Actual path
API
After
Env var
Actual path by data source
API