ClickHouse/tests/integration/test_dictionaries_config_reload/dictionaries/dictionary_config.xml
2021-10-01 16:44:09 +03:00

29 lines
609 B
XML

<dictionaries>
<dictionary>
<name>test_dictionary_1</name>
<structure>
<id>
<name>id</name>
<type>UInt64</type>
</id>
<attribute>
<name>value_1</name>
<type>String</type>
<null_value></null_value>
</attribute>
</structure>
<source>
<clickhouse>
<table>dictionary_values</table>
</clickhouse>
</source>
<layout>
<direct/>
</layout>
</dictionary>
</dictionaries>