-- <generated>
PRAGMA yt.ExternalTx="777";
PRAGMA yt.StaticPool="crypta";
PRAGMA yt.TmpFolder="//path/to/tmp";
PRAGMA yt.DefaultOperationWeight="1";
PRAGMA yt.OperationSpec='{"key_with_\'"="value_with_\'";"empty"="";}';
PRAGMA yt.PublishedErasureCodec="lrc_12_2_2";
PRAGMA yt.PublishedCompressionCodec="brotli_3";
PRAGMA yt.QueryCacheMode="disable";
PRAGMA yt.BinaryTmpFolder="//tmp/binary";
PRAGMA yt.BinaryExpirationInterval = "86400s";
PRAGMA File('lib.so', 'http://url.com');
PRAGMA udf('lib.so');

PRAGMA yt.MaxJobCount = "16384";  -- YQL-6730

$square = ($x) -> { RETURN $x * $x; };
-- </generated>

SELECT 1;