{
    "Detailed" = {
        "Operations" = [
            {
                "Id" = 10u;
                "Name" = "YtFill!";
                "OutputsCount" = 1u;
                "Outputs" = [
                    [
                        1u;
                        1u
                    ]
                ]
            };
            {
                "Id" = 9u;
                "Name" = "YtPublish!";
                "InputsCount" = 1u;
                "OutputsCount" = 1u;
                "Inputs" = [
                    [
                        1u;
                        1u
                    ]
                ];
                "Outputs" = [
                    [
                        1u;
                        2u
                    ]
                ];
                "DependsOn" = [
                    10u
                ]
            };
            {
                "Id" = 12u;
                "Name" = "YtFill!";
                "OutputsCount" = 1u;
                "Outputs" = [
                    [
                        1u;
                        3u
                    ]
                ]
            };
            {
                "Id" = 11u;
                "Name" = "YtPublish!";
                "InputsCount" = 1u;
                "OutputsCount" = 1u;
                "Inputs" = [
                    [
                        1u;
                        3u
                    ]
                ];
                "Outputs" = [
                    [
                        1u;
                        4u
                    ]
                ];
                "DependsOn" = [
                    12u
                ]
            };
            {
                "Id" = 14u;
                "Name" = "YtFill!";
                "OutputsCount" = 1u;
                "Outputs" = [
                    [
                        1u;
                        5u
                    ]
                ]
            };
            {
                "Id" = 13u;
                "Name" = "YtPublish!";
                "InputsCount" = 1u;
                "OutputsCount" = 1u;
                "Inputs" = [
                    [
                        1u;
                        5u
                    ]
                ];
                "Outputs" = [
                    [
                        1u;
                        6u
                    ]
                ];
                "DependsOn" = [
                    14u
                ]
            };
            {
                "Id" = 7u;
                "Name" = "Commit!";
                "DependsOn" = [
                    9u;
                    11u;
                    13u
                ]
            };
            {
                "Id" = 21u;
                "Name" = "YtMap!";
                "InputsCount" = 3u;
                "OutputsCount" = 3u;
                "Inputs" = [
                    [
                        1u;
                        7u
                    ];
                    [
                        1u;
                        8u
                    ];
                    [
                        1u;
                        9u
                    ]
                ];
                "Outputs" = [
                    [
                        1u;
                        10u
                    ];
                    [
                        1u;
                        11u
                    ];
                    [
                        1u;
                        12u
                    ]
                ];
                "InputColumns" = [
                    [
                        "campaign_id";
                        "id";
                        "strategy_id"
                    ];
                    [
                        "id"
                    ];
                    [
                        "id"
                    ]
                ];
                "InputSections" = [
                    [
                        0u
                    ];
                    [
                        1u
                    ];
                    [
                        2u
                    ]
                ];
                "Streams" = {
                    "Mapper" = [
                        {
                            "Name" = "OrderedFlatMap"
                        }
                    ]
                };
                "DependsOn" = [
                    7u
                ]
            };
            {
                "Id" = 19u;
                "Name" = "YtTouch!";
                "OutputsCount" = 1u;
                "Outputs" = [
                    [
                        1u;
                        13u
                    ]
                ];
                "DependsOn" = [
                    21u
                ]
            };
            {
                "Id" = 16u;
                "Name" = "YtTouch!";
                "OutputsCount" = 1u;
                "Outputs" = [
                    [
                        1u;
                        14u
                    ]
                ];
                "DependsOn" = [
                    19u;
                    21u
                ]
            };
            {
                "Id" = 3u;
                "Name" = "ResPull!";
                "PullOperation" = "YtTouch!";
                "DependsOn" = [
                    7u;
                    16u
                ]
            };
            {
                "Id" = 1u;
                "Name" = "Commit!";
                "DependsOn" = [
                    3u
                ]
            }
        ];
        "OperationRoot" = 1u;
        "Providers" = [
            {
                "Id" = 1u;
                "Name" = "yt";
                "Cluster" = "plato";
                "Pins" = [
                    {
                        "Id" = 1u;
                        "Table" = "(tmp)"
                    };
                    {
                        "Id" = 2u;
                        "Table" = "@campaigns";
                        "Type" = [
                            "StructType";
                            [
                                [
                                    "id";
                                    [
                                        "OptionalType";
                                        [
                                            "DataType";
                                            "Int32"
                                        ]
                                    ]
                                ]
                            ]
                        ]
                    };
                    {
                        "Id" = 3u;
                        "Table" = "(tmp)"
                    };
                    {
                        "Id" = 4u;
                        "Table" = "@strategies";
                        "Type" = [
                            "StructType";
                            [
                                [
                                    "id";
                                    [
                                        "OptionalType";
                                        [
                                            "DataType";
                                            "Int32"
                                        ]
                                    ]
                                ]
                            ]
                        ]
                    };
                    {
                        "Id" = 5u;
                        "Table" = "(tmp)"
                    };
                    {
                        "Id" = 6u;
                        "Table" = "@lottery";
                        "Type" = [
                            "StructType";
                            [
                                [
                                    "campaign_id";
                                    [
                                        "OptionalType";
                                        [
                                            "DataType";
                                            "Int32"
                                        ]
                                    ]
                                ];
                                [
                                    "id";
                                    [
                                        "OptionalType";
                                        [
                                            "DataType";
                                            "Int32"
                                        ]
                                    ]
                                ];
                                [
                                    "strategy_id";
                                    [
                                        "OptionalType";
                                        [
                                            "DataType";
                                            "Int32"
                                        ]
                                    ]
                                ]
                            ]
                        ]
                    };
                    {
                        "Id" = 7u;
                        "Table" = "@lottery";
                        "Type" = [
                            "StructType";
                            [
                                [
                                    "campaign_id";
                                    [
                                        "OptionalType";
                                        [
                                            "DataType";
                                            "Int32"
                                        ]
                                    ]
                                ];
                                [
                                    "id";
                                    [
                                        "OptionalType";
                                        [
                                            "DataType";
                                            "Int32"
                                        ]
                                    ]
                                ];
                                [
                                    "strategy_id";
                                    [
                                        "OptionalType";
                                        [
                                            "DataType";
                                            "Int32"
                                        ]
                                    ]
                                ]
                            ]
                        ]
                    };
                    {
                        "Id" = 8u;
                        "Table" = "@campaigns";
                        "Type" = [
                            "StructType";
                            [
                                [
                                    "id";
                                    [
                                        "OptionalType";
                                        [
                                            "DataType";
                                            "Int32"
                                        ]
                                    ]
                                ]
                            ]
                        ]
                    };
                    {
                        "Id" = 9u;
                        "Table" = "@strategies";
                        "Type" = [
                            "StructType";
                            [
                                [
                                    "id";
                                    [
                                        "OptionalType";
                                        [
                                            "DataType";
                                            "Int32"
                                        ]
                                    ]
                                ]
                            ]
                        ]
                    };
                    {
                        "Id" = 10u;
                        "Table" = "(tmp)"
                    };
                    {
                        "Id" = 11u;
                        "Table" = "(tmp)"
                    };
                    {
                        "Id" = 12u;
                        "Table" = "(tmp)"
                    };
                    {
                        "Id" = 13u;
                        "Table" = "(tmp)"
                    };
                    {
                        "Id" = 14u;
                        "Table" = "(tmp)"
                    }
                ]
            }
        ];
        "OperationStats" = {
            "Commit!" = 2u;
            "ResPull!" = 1u;
            "YtFill!" = 3u;
            "YtMap!" = 1u;
            "YtPublish!" = 3u;
            "YtTouch!" = 2u
        }
    };
    "Basic" = {
        "nodes" = [
            {
                "id" = 22u;
                "level" = 3u;
                "name" = "plato.@campaigns #1";
                "type" = "out"
            };
            {
                "id" = 23u;
                "level" = 3u;
                "name" = "plato.@strategies #1";
                "type" = "out"
            };
            {
                "id" = 24u;
                "level" = 3u;
                "name" = "plato.@lottery #1";
                "type" = "out"
            };
            {
                "id" = 25u;
                "level" = 1u;
                "name" = "plato.@lottery #1";
                "type" = "in"
            };
            {
                "id" = 26u;
                "level" = 1u;
                "name" = "plato.@campaigns #1";
                "type" = "in"
            };
            {
                "id" = 27u;
                "level" = 1u;
                "name" = "plato.@strategies #1";
                "type" = "in"
            };
            {
                "id" = 10u;
                "level" = 1u;
                "name" = "YtFill!";
                "type" = "op"
            };
            {
                "id" = 9u;
                "level" = 2u;
                "name" = "YtPublish!";
                "type" = "op"
            };
            {
                "id" = 12u;
                "level" = 1u;
                "name" = "YtFill!";
                "type" = "op"
            };
            {
                "id" = 11u;
                "level" = 2u;
                "name" = "YtPublish!";
                "type" = "op"
            };
            {
                "id" = 14u;
                "level" = 1u;
                "name" = "YtFill!";
                "type" = "op"
            };
            {
                "id" = 13u;
                "level" = 2u;
                "name" = "YtPublish!";
                "type" = "op"
            };
            {
                "id" = 7u;
                "level" = 4u;
                "name" = "Commit! on plato #1";
                "type" = "op"
            };
            {
                "id" = 21u;
                "level" = 5u;
                "name" = "YtMap!, in 3, out 3";
                "type" = "op"
            };
            {
                "id" = 19u;
                "level" = 6u;
                "name" = "YtTouch!";
                "type" = "op"
            };
            {
                "id" = 16u;
                "level" = 7u;
                "name" = "YtTouch!";
                "type" = "op"
            };
            {
                "id" = 3u;
                "level" = 8u;
                "name" = "ResPull!";
                "type" = "op"
            };
            {
                "id" = 1u;
                "level" = 9u;
                "name" = "Commit! on plato #2";
                "type" = "op"
            }
        ];
        "links" = [
            {
                "source" = 9u;
                "target" = 22u
            };
            {
                "source" = 10u;
                "target" = 9u
            };
            {
                "source" = 11u;
                "target" = 23u
            };
            {
                "source" = 12u;
                "target" = 11u
            };
            {
                "source" = 13u;
                "target" = 24u
            };
            {
                "source" = 14u;
                "target" = 13u
            };
            {
                "source" = 9u;
                "target" = 7u
            };
            {
                "source" = 11u;
                "target" = 7u
            };
            {
                "source" = 13u;
                "target" = 7u
            };
            {
                "source" = 25u;
                "target" = 21u
            };
            {
                "source" = 26u;
                "target" = 21u
            };
            {
                "source" = 27u;
                "target" = 21u
            };
            {
                "source" = 7u;
                "target" = 21u
            };
            {
                "source" = 21u;
                "target" = 19u
            };
            {
                "source" = 19u;
                "target" = 16u
            };
            {
                "source" = 21u;
                "target" = 16u
            };
            {
                "source" = 7u;
                "target" = 3u
            };
            {
                "source" = 16u;
                "target" = 3u
            };
            {
                "source" = 3u;
                "target" = 1u
            }
        ]
    }
}