summaryrefslogtreecommitdiffstats
path: root/yt/yql/tests/sql/suites/insert_dynamic/output1.txt.attr
blob: a7b4b959d303eb7d086dfebc952a016d38c3e9f6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
    "_yql_dynamic" = %true;
    "_yql_dynamic_native_read" = %true;
    "schema"=<
        "strict" = %true;
        "unique_keys" = %true
    >[
        {
            "name" = "key";
            "type" = "string";
            "required" = %true;
            "sort_order" = "ascending";
        };
        {
            "name" = "value";
            "type" = "string";
        };
    ]
}