summaryrefslogtreecommitdiffstats
path: root/yt/yql/tests/sql/suites/runtime_features/runtime_feature_basic.conf
blob: 4e6b63311a4522fb014d60e27de958c3be3463b7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
RuntimeSettings {
    HostSettings {
        Name: "TestHostSetting"
        Value: "true"
    }
    UdfSettings {
        Module: "TestModule"
        RuntimeSettings {
            Name: "TestUdfSetting"
            Value: "100"
        }
    }
}