Skip to content

Commit

Permalink
Merge pull request ClickHouse#49812 from ClickHouse/udf-yaml
Browse files Browse the repository at this point in the history
Allow loading dicrionaries and functions from YAML by default
  • Loading branch information
alexey-milovidov authored May 12, 2023
2 parents f011421 + 5bb1db0 commit ddb3e3c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions programs/server/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1294,10 +1294,10 @@
<!-- Configuration of external dictionaries. See:
https://clickhouse.com/docs/en/sql-reference/dictionaries/external-dictionaries/external-dicts
-->
<dictionaries_config>*_dictionary.xml</dictionaries_config>
<dictionaries_config>*_dictionary.*ml</dictionaries_config>

<!-- Configuration of user defined executable functions -->
<user_defined_executable_functions_config>*_function.xml</user_defined_executable_functions_config>
<user_defined_executable_functions_config>*_function.*ml</user_defined_executable_functions_config>

<!-- Path in ZooKeeper to store user-defined SQL functions created by the command CREATE FUNCTION.
If not specified they will be stored locally. -->
Expand Down

0 comments on commit ddb3e3c

Please sign in to comment.