@lightdash/common 0.1478.3 → 0.1478.5

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,5 +1,5 @@
1
1
  {
2
- "$schema": "https://json-schema.org/draft/2020-12/schema#",
2
+ "$schema": "https://json-schema.org/draft/2020-12/schema",
3
3
  "type": "object",
4
4
  "title": "WritableManifest",
5
5
  "properties": {
@@ -13,7 +13,7 @@
13
13
  },
14
14
  "dbt_version": {
15
15
  "type": "string",
16
- "default": "1.9.0a1"
16
+ "default": "1.10.0a1"
17
17
  },
18
18
  "generated_at": {
19
19
  "type": "string"
@@ -256,6 +256,15 @@
256
256
  ],
257
257
  "default": null
258
258
  },
259
+ "batch_size": {
260
+ "default": null
261
+ },
262
+ "lookback": {
263
+ "default": 1
264
+ },
265
+ "begin": {
266
+ "default": null
267
+ },
259
268
  "persist_docs": {
260
269
  "type": "object",
261
270
  "propertyNames": {
@@ -423,6 +432,12 @@
423
432
  },
424
433
  "additionalProperties": false
425
434
  },
435
+ "event_time": {
436
+ "default": null
437
+ },
438
+ "concurrent_batches": {
439
+ "default": null
440
+ },
426
441
  "delimiter": {
427
442
  "type": "string",
428
443
  "default": ","
@@ -526,6 +541,23 @@
526
541
  "warn_unsupported": {
527
542
  "type": "boolean",
528
543
  "default": true
544
+ },
545
+ "to": {
546
+ "anyOf": [
547
+ {
548
+ "type": "string"
549
+ },
550
+ {
551
+ "type": "null"
552
+ }
553
+ ],
554
+ "default": null
555
+ },
556
+ "to_columns": {
557
+ "type": "array",
558
+ "items": {
559
+ "type": "string"
560
+ }
529
561
  }
530
562
  },
531
563
  "additionalProperties": false,
@@ -554,6 +586,35 @@
554
586
  "propertyNames": {
555
587
  "type": "string"
556
588
  }
589
+ },
590
+ "granularity": {
591
+ "anyOf": [
592
+ {
593
+ "enum": [
594
+ "nanosecond",
595
+ "microsecond",
596
+ "millisecond",
597
+ "second",
598
+ "minute",
599
+ "hour",
600
+ "day",
601
+ "week",
602
+ "month",
603
+ "quarter",
604
+ "year"
605
+ ]
606
+ },
607
+ {
608
+ "type": "null"
609
+ }
610
+ ],
611
+ "default": null
612
+ },
613
+ "doc_blocks": {
614
+ "type": "array",
615
+ "items": {
616
+ "type": "string"
617
+ }
557
618
  }
558
619
  },
559
620
  "additionalProperties": true,
@@ -639,6 +700,12 @@
639
700
  "type": "string"
640
701
  }
641
702
  },
703
+ "unrendered_config_call_dict": {
704
+ "type": "object",
705
+ "propertyNames": {
706
+ "type": "string"
707
+ }
708
+ },
642
709
  "relation_name": {
643
710
  "anyOf": [
644
711
  {
@@ -654,6 +721,12 @@
654
721
  "type": "string",
655
722
  "default": ""
656
723
  },
724
+ "doc_blocks": {
725
+ "type": "array",
726
+ "items": {
727
+ "type": "string"
728
+ }
729
+ },
657
730
  "root_path": {
658
731
  "anyOf": [
659
732
  {
@@ -854,6 +927,15 @@
854
927
  ],
855
928
  "default": null
856
929
  },
930
+ "batch_size": {
931
+ "default": null
932
+ },
933
+ "lookback": {
934
+ "default": 1
935
+ },
936
+ "begin": {
937
+ "default": null
938
+ },
857
939
  "persist_docs": {
858
940
  "type": "object",
859
941
  "propertyNames": {
@@ -1028,6 +1110,12 @@
1028
1110
  }
1029
1111
  },
1030
1112
  "additionalProperties": false
1113
+ },
1114
+ "event_time": {
1115
+ "default": null
1116
+ },
1117
+ "concurrent_batches": {
1118
+ "default": null
1031
1119
  }
1032
1120
  },
1033
1121
  "additionalProperties": true
@@ -1225,6 +1313,15 @@
1225
1313
  ],
1226
1314
  "default": null
1227
1315
  },
1316
+ "batch_size": {
1317
+ "default": null
1318
+ },
1319
+ "lookback": {
1320
+ "default": 1
1321
+ },
1322
+ "begin": {
1323
+ "default": null
1324
+ },
1228
1325
  "persist_docs": {
1229
1326
  "type": "object",
1230
1327
  "propertyNames": {
@@ -1391,6 +1488,12 @@
1391
1488
  }
1392
1489
  },
1393
1490
  "additionalProperties": false
1491
+ },
1492
+ "event_time": {
1493
+ "default": null
1494
+ },
1495
+ "concurrent_batches": {
1496
+ "default": null
1394
1497
  }
1395
1498
  },
1396
1499
  "additionalProperties": true
@@ -1480,6 +1583,23 @@
1480
1583
  "warn_unsupported": {
1481
1584
  "type": "boolean",
1482
1585
  "default": true
1586
+ },
1587
+ "to": {
1588
+ "anyOf": [
1589
+ {
1590
+ "type": "string"
1591
+ },
1592
+ {
1593
+ "type": "null"
1594
+ }
1595
+ ],
1596
+ "default": null
1597
+ },
1598
+ "to_columns": {
1599
+ "type": "array",
1600
+ "items": {
1601
+ "type": "string"
1602
+ }
1483
1603
  }
1484
1604
  },
1485
1605
  "additionalProperties": false,
@@ -1508,6 +1628,35 @@
1508
1628
  "propertyNames": {
1509
1629
  "type": "string"
1510
1630
  }
1631
+ },
1632
+ "granularity": {
1633
+ "anyOf": [
1634
+ {
1635
+ "enum": [
1636
+ "nanosecond",
1637
+ "microsecond",
1638
+ "millisecond",
1639
+ "second",
1640
+ "minute",
1641
+ "hour",
1642
+ "day",
1643
+ "week",
1644
+ "month",
1645
+ "quarter",
1646
+ "year"
1647
+ ]
1648
+ },
1649
+ {
1650
+ "type": "null"
1651
+ }
1652
+ ],
1653
+ "default": null
1654
+ },
1655
+ "doc_blocks": {
1656
+ "type": "array",
1657
+ "items": {
1658
+ "type": "string"
1659
+ }
1511
1660
  }
1512
1661
  },
1513
1662
  "additionalProperties": true,
@@ -1593,6 +1742,12 @@
1593
1742
  "type": "string"
1594
1743
  }
1595
1744
  },
1745
+ "unrendered_config_call_dict": {
1746
+ "type": "object",
1747
+ "propertyNames": {
1748
+ "type": "string"
1749
+ }
1750
+ },
1596
1751
  "relation_name": {
1597
1752
  "anyOf": [
1598
1753
  {
@@ -1608,6 +1763,12 @@
1608
1763
  "type": "string",
1609
1764
  "default": ""
1610
1765
  },
1766
+ "doc_blocks": {
1767
+ "type": "array",
1768
+ "items": {
1769
+ "type": "string"
1770
+ }
1771
+ },
1611
1772
  "language": {
1612
1773
  "type": "string",
1613
1774
  "default": "sql"
@@ -2076,6 +2237,23 @@
2076
2237
  "warn_unsupported": {
2077
2238
  "type": "boolean",
2078
2239
  "default": true
2240
+ },
2241
+ "to": {
2242
+ "anyOf": [
2243
+ {
2244
+ "type": "string"
2245
+ },
2246
+ {
2247
+ "type": "null"
2248
+ }
2249
+ ],
2250
+ "default": null
2251
+ },
2252
+ "to_columns": {
2253
+ "type": "array",
2254
+ "items": {
2255
+ "type": "string"
2256
+ }
2079
2257
  }
2080
2258
  },
2081
2259
  "additionalProperties": false,
@@ -2104,6 +2282,35 @@
2104
2282
  "propertyNames": {
2105
2283
  "type": "string"
2106
2284
  }
2285
+ },
2286
+ "granularity": {
2287
+ "anyOf": [
2288
+ {
2289
+ "enum": [
2290
+ "nanosecond",
2291
+ "microsecond",
2292
+ "millisecond",
2293
+ "second",
2294
+ "minute",
2295
+ "hour",
2296
+ "day",
2297
+ "week",
2298
+ "month",
2299
+ "quarter",
2300
+ "year"
2301
+ ]
2302
+ },
2303
+ {
2304
+ "type": "null"
2305
+ }
2306
+ ],
2307
+ "default": null
2308
+ },
2309
+ "doc_blocks": {
2310
+ "type": "array",
2311
+ "items": {
2312
+ "type": "string"
2313
+ }
2107
2314
  }
2108
2315
  },
2109
2316
  "additionalProperties": true,
@@ -2189,6 +2396,12 @@
2189
2396
  "type": "string"
2190
2397
  }
2191
2398
  },
2399
+ "unrendered_config_call_dict": {
2400
+ "type": "object",
2401
+ "propertyNames": {
2402
+ "type": "string"
2403
+ }
2404
+ },
2192
2405
  "relation_name": {
2193
2406
  "anyOf": [
2194
2407
  {
@@ -2204,6 +2417,12 @@
2204
2417
  "type": "string",
2205
2418
  "default": ""
2206
2419
  },
2420
+ "doc_blocks": {
2421
+ "type": "array",
2422
+ "items": {
2423
+ "type": "string"
2424
+ }
2425
+ },
2207
2426
  "language": {
2208
2427
  "type": "string",
2209
2428
  "default": "sql"
@@ -2534,6 +2753,15 @@
2534
2753
  ],
2535
2754
  "default": null
2536
2755
  },
2756
+ "batch_size": {
2757
+ "default": null
2758
+ },
2759
+ "lookback": {
2760
+ "default": 1
2761
+ },
2762
+ "begin": {
2763
+ "default": null
2764
+ },
2537
2765
  "persist_docs": {
2538
2766
  "type": "object",
2539
2767
  "propertyNames": {
@@ -2700,6 +2928,12 @@
2700
2928
  }
2701
2929
  },
2702
2930
  "additionalProperties": false
2931
+ },
2932
+ "event_time": {
2933
+ "default": null
2934
+ },
2935
+ "concurrent_batches": {
2936
+ "default": null
2703
2937
  }
2704
2938
  },
2705
2939
  "additionalProperties": true
@@ -2789,6 +3023,23 @@
2789
3023
  "warn_unsupported": {
2790
3024
  "type": "boolean",
2791
3025
  "default": true
3026
+ },
3027
+ "to": {
3028
+ "anyOf": [
3029
+ {
3030
+ "type": "string"
3031
+ },
3032
+ {
3033
+ "type": "null"
3034
+ }
3035
+ ],
3036
+ "default": null
3037
+ },
3038
+ "to_columns": {
3039
+ "type": "array",
3040
+ "items": {
3041
+ "type": "string"
3042
+ }
2792
3043
  }
2793
3044
  },
2794
3045
  "additionalProperties": false,
@@ -2817,6 +3068,35 @@
2817
3068
  "propertyNames": {
2818
3069
  "type": "string"
2819
3070
  }
3071
+ },
3072
+ "granularity": {
3073
+ "anyOf": [
3074
+ {
3075
+ "enum": [
3076
+ "nanosecond",
3077
+ "microsecond",
3078
+ "millisecond",
3079
+ "second",
3080
+ "minute",
3081
+ "hour",
3082
+ "day",
3083
+ "week",
3084
+ "month",
3085
+ "quarter",
3086
+ "year"
3087
+ ]
3088
+ },
3089
+ {
3090
+ "type": "null"
3091
+ }
3092
+ ],
3093
+ "default": null
3094
+ },
3095
+ "doc_blocks": {
3096
+ "type": "array",
3097
+ "items": {
3098
+ "type": "string"
3099
+ }
2820
3100
  }
2821
3101
  },
2822
3102
  "additionalProperties": true,
@@ -2902,6 +3182,12 @@
2902
3182
  "type": "string"
2903
3183
  }
2904
3184
  },
3185
+ "unrendered_config_call_dict": {
3186
+ "type": "object",
3187
+ "propertyNames": {
3188
+ "type": "string"
3189
+ }
3190
+ },
2905
3191
  "relation_name": {
2906
3192
  "anyOf": [
2907
3193
  {
@@ -2917,6 +3203,12 @@
2917
3203
  "type": "string",
2918
3204
  "default": ""
2919
3205
  },
3206
+ "doc_blocks": {
3207
+ "type": "array",
3208
+ "items": {
3209
+ "type": "string"
3210
+ }
3211
+ },
2920
3212
  "language": {
2921
3213
  "type": "string",
2922
3214
  "default": "sql"
@@ -3258,6 +3550,15 @@
3258
3550
  ],
3259
3551
  "default": null
3260
3552
  },
3553
+ "batch_size": {
3554
+ "default": null
3555
+ },
3556
+ "lookback": {
3557
+ "default": 1
3558
+ },
3559
+ "begin": {
3560
+ "default": null
3561
+ },
3261
3562
  "persist_docs": {
3262
3563
  "type": "object",
3263
3564
  "propertyNames": {
@@ -3425,6 +3726,12 @@
3425
3726
  },
3426
3727
  "additionalProperties": false
3427
3728
  },
3729
+ "event_time": {
3730
+ "default": null
3731
+ },
3732
+ "concurrent_batches": {
3733
+ "default": null
3734
+ },
3428
3735
  "access": {
3429
3736
  "enum": [
3430
3737
  "private",
@@ -3521,6 +3828,23 @@
3521
3828
  "warn_unsupported": {
3522
3829
  "type": "boolean",
3523
3830
  "default": true
3831
+ },
3832
+ "to": {
3833
+ "anyOf": [
3834
+ {
3835
+ "type": "string"
3836
+ },
3837
+ {
3838
+ "type": "null"
3839
+ }
3840
+ ],
3841
+ "default": null
3842
+ },
3843
+ "to_columns": {
3844
+ "type": "array",
3845
+ "items": {
3846
+ "type": "string"
3847
+ }
3524
3848
  }
3525
3849
  },
3526
3850
  "additionalProperties": false,
@@ -3549,18 +3873,47 @@
3549
3873
  "propertyNames": {
3550
3874
  "type": "string"
3551
3875
  }
3552
- }
3553
- },
3554
- "additionalProperties": true,
3555
- "required": ["name"]
3556
- },
3557
- "propertyNames": {
3558
- "type": "string"
3559
- }
3560
- },
3561
- "meta": {
3562
- "type": "object",
3563
- "propertyNames": {
3876
+ },
3877
+ "granularity": {
3878
+ "anyOf": [
3879
+ {
3880
+ "enum": [
3881
+ "nanosecond",
3882
+ "microsecond",
3883
+ "millisecond",
3884
+ "second",
3885
+ "minute",
3886
+ "hour",
3887
+ "day",
3888
+ "week",
3889
+ "month",
3890
+ "quarter",
3891
+ "year"
3892
+ ]
3893
+ },
3894
+ {
3895
+ "type": "null"
3896
+ }
3897
+ ],
3898
+ "default": null
3899
+ },
3900
+ "doc_blocks": {
3901
+ "type": "array",
3902
+ "items": {
3903
+ "type": "string"
3904
+ }
3905
+ }
3906
+ },
3907
+ "additionalProperties": true,
3908
+ "required": ["name"]
3909
+ },
3910
+ "propertyNames": {
3911
+ "type": "string"
3912
+ }
3913
+ },
3914
+ "meta": {
3915
+ "type": "object",
3916
+ "propertyNames": {
3564
3917
  "type": "string"
3565
3918
  }
3566
3919
  },
@@ -3634,6 +3987,12 @@
3634
3987
  "type": "string"
3635
3988
  }
3636
3989
  },
3990
+ "unrendered_config_call_dict": {
3991
+ "type": "object",
3992
+ "propertyNames": {
3993
+ "type": "string"
3994
+ }
3995
+ },
3637
3996
  "relation_name": {
3638
3997
  "anyOf": [
3639
3998
  {
@@ -3649,6 +4008,12 @@
3649
4008
  "type": "string",
3650
4009
  "default": ""
3651
4010
  },
4011
+ "doc_blocks": {
4012
+ "type": "array",
4013
+ "items": {
4014
+ "type": "string"
4015
+ }
4016
+ },
3652
4017
  "language": {
3653
4018
  "type": "string",
3654
4019
  "default": "sql"
@@ -3863,6 +4228,23 @@
3863
4228
  "type": "boolean",
3864
4229
  "default": true
3865
4230
  },
4231
+ "to": {
4232
+ "anyOf": [
4233
+ {
4234
+ "type": "string"
4235
+ },
4236
+ {
4237
+ "type": "null"
4238
+ }
4239
+ ],
4240
+ "default": null
4241
+ },
4242
+ "to_columns": {
4243
+ "type": "array",
4244
+ "items": {
4245
+ "type": "string"
4246
+ }
4247
+ },
3866
4248
  "columns": {
3867
4249
  "type": "array",
3868
4250
  "items": {
@@ -4089,6 +4471,15 @@
4089
4471
  ],
4090
4472
  "default": null
4091
4473
  },
4474
+ "batch_size": {
4475
+ "default": null
4476
+ },
4477
+ "lookback": {
4478
+ "default": 1
4479
+ },
4480
+ "begin": {
4481
+ "default": null
4482
+ },
4092
4483
  "persist_docs": {
4093
4484
  "type": "object",
4094
4485
  "propertyNames": {
@@ -4263,6 +4654,12 @@
4263
4654
  }
4264
4655
  },
4265
4656
  "additionalProperties": false
4657
+ },
4658
+ "event_time": {
4659
+ "default": null
4660
+ },
4661
+ "concurrent_batches": {
4662
+ "default": null
4266
4663
  }
4267
4664
  },
4268
4665
  "additionalProperties": true
@@ -4299,6 +4696,90 @@
4299
4696
  "items": {
4300
4697
  "type": "string"
4301
4698
  }
4699
+ },
4700
+ "time_spine": {
4701
+ "anyOf": [
4702
+ {
4703
+ "type": "object",
4704
+ "title": "TimeSpine",
4705
+ "properties": {
4706
+ "standard_granularity_column": {
4707
+ "type": "string"
4708
+ },
4709
+ "custom_granularities": {
4710
+ "type": "array",
4711
+ "items": {
4712
+ "type": "object",
4713
+ "title": "CustomGranularity",
4714
+ "properties": {
4715
+ "name": {
4716
+ "type": "string"
4717
+ },
4718
+ "column_name": {
4719
+ "anyOf": [
4720
+ {
4721
+ "type": "string"
4722
+ },
4723
+ {
4724
+ "type": "null"
4725
+ }
4726
+ ],
4727
+ "default": null
4728
+ }
4729
+ },
4730
+ "additionalProperties": false,
4731
+ "required": ["name"]
4732
+ }
4733
+ }
4734
+ },
4735
+ "additionalProperties": false,
4736
+ "required": [
4737
+ "standard_granularity_column"
4738
+ ]
4739
+ },
4740
+ {
4741
+ "type": "null"
4742
+ }
4743
+ ],
4744
+ "default": null
4745
+ },
4746
+ "freshness": {
4747
+ "anyOf": [
4748
+ {
4749
+ "type": "object",
4750
+ "title": "ModelFreshness",
4751
+ "properties": {
4752
+ "build_after": {
4753
+ "type": "object",
4754
+ "title": "ModelBuildAfter",
4755
+ "properties": {
4756
+ "depends_on": {
4757
+ "enum": ["all", "any"],
4758
+ "default": "any"
4759
+ },
4760
+ "count": {
4761
+ "type": "integer",
4762
+ "default": 0
4763
+ },
4764
+ "period": {
4765
+ "enum": [
4766
+ "minute",
4767
+ "hour",
4768
+ "day"
4769
+ ],
4770
+ "default": "hour"
4771
+ }
4772
+ },
4773
+ "additionalProperties": true
4774
+ }
4775
+ },
4776
+ "additionalProperties": true
4777
+ },
4778
+ {
4779
+ "type": "null"
4780
+ }
4781
+ ],
4782
+ "default": null
4302
4783
  }
4303
4784
  },
4304
4785
  "additionalProperties": false,
@@ -4466,6 +4947,15 @@
4466
4947
  ],
4467
4948
  "default": null
4468
4949
  },
4950
+ "batch_size": {
4951
+ "default": null
4952
+ },
4953
+ "lookback": {
4954
+ "default": 1
4955
+ },
4956
+ "begin": {
4957
+ "default": null
4958
+ },
4469
4959
  "persist_docs": {
4470
4960
  "type": "object",
4471
4961
  "propertyNames": {
@@ -4632,6 +5122,12 @@
4632
5122
  }
4633
5123
  },
4634
5124
  "additionalProperties": false
5125
+ },
5126
+ "event_time": {
5127
+ "default": null
5128
+ },
5129
+ "concurrent_batches": {
5130
+ "default": null
4635
5131
  }
4636
5132
  },
4637
5133
  "additionalProperties": true
@@ -4721,6 +5217,23 @@
4721
5217
  "warn_unsupported": {
4722
5218
  "type": "boolean",
4723
5219
  "default": true
5220
+ },
5221
+ "to": {
5222
+ "anyOf": [
5223
+ {
5224
+ "type": "string"
5225
+ },
5226
+ {
5227
+ "type": "null"
5228
+ }
5229
+ ],
5230
+ "default": null
5231
+ },
5232
+ "to_columns": {
5233
+ "type": "array",
5234
+ "items": {
5235
+ "type": "string"
5236
+ }
4724
5237
  }
4725
5238
  },
4726
5239
  "additionalProperties": false,
@@ -4749,6 +5262,35 @@
4749
5262
  "propertyNames": {
4750
5263
  "type": "string"
4751
5264
  }
5265
+ },
5266
+ "granularity": {
5267
+ "anyOf": [
5268
+ {
5269
+ "enum": [
5270
+ "nanosecond",
5271
+ "microsecond",
5272
+ "millisecond",
5273
+ "second",
5274
+ "minute",
5275
+ "hour",
5276
+ "day",
5277
+ "week",
5278
+ "month",
5279
+ "quarter",
5280
+ "year"
5281
+ ]
5282
+ },
5283
+ {
5284
+ "type": "null"
5285
+ }
5286
+ ],
5287
+ "default": null
5288
+ },
5289
+ "doc_blocks": {
5290
+ "type": "array",
5291
+ "items": {
5292
+ "type": "string"
5293
+ }
4752
5294
  }
4753
5295
  },
4754
5296
  "additionalProperties": true,
@@ -4834,6 +5376,12 @@
4834
5376
  "type": "string"
4835
5377
  }
4836
5378
  },
5379
+ "unrendered_config_call_dict": {
5380
+ "type": "object",
5381
+ "propertyNames": {
5382
+ "type": "string"
5383
+ }
5384
+ },
4837
5385
  "relation_name": {
4838
5386
  "anyOf": [
4839
5387
  {
@@ -4849,6 +5397,12 @@
4849
5397
  "type": "string",
4850
5398
  "default": ""
4851
5399
  },
5400
+ "doc_blocks": {
5401
+ "type": "array",
5402
+ "items": {
5403
+ "type": "string"
5404
+ }
5405
+ },
4852
5406
  "language": {
4853
5407
  "type": "string",
4854
5408
  "default": "sql"
@@ -5317,6 +5871,23 @@
5317
5871
  "warn_unsupported": {
5318
5872
  "type": "boolean",
5319
5873
  "default": true
5874
+ },
5875
+ "to": {
5876
+ "anyOf": [
5877
+ {
5878
+ "type": "string"
5879
+ },
5880
+ {
5881
+ "type": "null"
5882
+ }
5883
+ ],
5884
+ "default": null
5885
+ },
5886
+ "to_columns": {
5887
+ "type": "array",
5888
+ "items": {
5889
+ "type": "string"
5890
+ }
5320
5891
  }
5321
5892
  },
5322
5893
  "additionalProperties": false,
@@ -5345,6 +5916,35 @@
5345
5916
  "propertyNames": {
5346
5917
  "type": "string"
5347
5918
  }
5919
+ },
5920
+ "granularity": {
5921
+ "anyOf": [
5922
+ {
5923
+ "enum": [
5924
+ "nanosecond",
5925
+ "microsecond",
5926
+ "millisecond",
5927
+ "second",
5928
+ "minute",
5929
+ "hour",
5930
+ "day",
5931
+ "week",
5932
+ "month",
5933
+ "quarter",
5934
+ "year"
5935
+ ]
5936
+ },
5937
+ {
5938
+ "type": "null"
5939
+ }
5940
+ ],
5941
+ "default": null
5942
+ },
5943
+ "doc_blocks": {
5944
+ "type": "array",
5945
+ "items": {
5946
+ "type": "string"
5947
+ }
5348
5948
  }
5349
5949
  },
5350
5950
  "additionalProperties": true,
@@ -5430,6 +6030,12 @@
5430
6030
  "type": "string"
5431
6031
  }
5432
6032
  },
6033
+ "unrendered_config_call_dict": {
6034
+ "type": "object",
6035
+ "propertyNames": {
6036
+ "type": "string"
6037
+ }
6038
+ },
5433
6039
  "relation_name": {
5434
6040
  "anyOf": [
5435
6041
  {
@@ -5445,6 +6051,12 @@
5445
6051
  "type": "string",
5446
6052
  "default": ""
5447
6053
  },
6054
+ "doc_blocks": {
6055
+ "type": "array",
6056
+ "items": {
6057
+ "type": "string"
6058
+ }
6059
+ },
5448
6060
  "language": {
5449
6061
  "type": "string",
5450
6062
  "default": "sql"
@@ -5836,6 +6448,15 @@
5836
6448
  ],
5837
6449
  "default": null
5838
6450
  },
6451
+ "batch_size": {
6452
+ "default": null
6453
+ },
6454
+ "lookback": {
6455
+ "default": 1
6456
+ },
6457
+ "begin": {
6458
+ "default": null
6459
+ },
5839
6460
  "persist_docs": {
5840
6461
  "type": "object",
5841
6462
  "propertyNames": {
@@ -5928,6 +6549,12 @@
5928
6549
  {
5929
6550
  "type": "string"
5930
6551
  },
6552
+ {
6553
+ "type": "array",
6554
+ "items": {
6555
+ "type": "string"
6556
+ }
6557
+ },
5931
6558
  {
5932
6559
  "type": "null"
5933
6560
  }
@@ -5997,6 +6624,12 @@
5997
6624
  },
5998
6625
  "additionalProperties": false
5999
6626
  },
6627
+ "event_time": {
6628
+ "default": null
6629
+ },
6630
+ "concurrent_batches": {
6631
+ "default": null
6632
+ },
6000
6633
  "strategy": {
6001
6634
  "anyOf": [
6002
6635
  {
@@ -6057,18 +6690,91 @@
6057
6690
  }
6058
6691
  ],
6059
6692
  "default": null
6060
- }
6061
- },
6062
- "additionalProperties": true
6063
- },
6064
- "tags": {
6065
- "type": "array",
6066
- "items": {
6067
- "type": "string"
6068
- }
6069
- },
6070
- "description": {
6071
- "type": "string",
6693
+ },
6694
+ "snapshot_meta_column_names": {
6695
+ "type": "object",
6696
+ "title": "SnapshotMetaColumnNames",
6697
+ "properties": {
6698
+ "dbt_valid_to": {
6699
+ "anyOf": [
6700
+ {
6701
+ "type": "string"
6702
+ },
6703
+ {
6704
+ "type": "null"
6705
+ }
6706
+ ],
6707
+ "default": null
6708
+ },
6709
+ "dbt_valid_from": {
6710
+ "anyOf": [
6711
+ {
6712
+ "type": "string"
6713
+ },
6714
+ {
6715
+ "type": "null"
6716
+ }
6717
+ ],
6718
+ "default": null
6719
+ },
6720
+ "dbt_scd_id": {
6721
+ "anyOf": [
6722
+ {
6723
+ "type": "string"
6724
+ },
6725
+ {
6726
+ "type": "null"
6727
+ }
6728
+ ],
6729
+ "default": null
6730
+ },
6731
+ "dbt_updated_at": {
6732
+ "anyOf": [
6733
+ {
6734
+ "type": "string"
6735
+ },
6736
+ {
6737
+ "type": "null"
6738
+ }
6739
+ ],
6740
+ "default": null
6741
+ },
6742
+ "dbt_is_deleted": {
6743
+ "anyOf": [
6744
+ {
6745
+ "type": "string"
6746
+ },
6747
+ {
6748
+ "type": "null"
6749
+ }
6750
+ ],
6751
+ "default": null
6752
+ }
6753
+ },
6754
+ "additionalProperties": false
6755
+ },
6756
+ "dbt_valid_to_current": {
6757
+ "anyOf": [
6758
+ {
6759
+ "type": "string"
6760
+ },
6761
+ {
6762
+ "type": "null"
6763
+ }
6764
+ ],
6765
+ "default": null
6766
+ }
6767
+ },
6768
+ "additionalProperties": true
6769
+ },
6770
+ "tags": {
6771
+ "type": "array",
6772
+ "items": {
6773
+ "type": "string"
6774
+ }
6775
+ },
6776
+ "description": {
6777
+ "type": "string",
6072
6778
  "default": ""
6073
6779
  },
6074
6780
  "columns": {
@@ -6146,6 +6852,23 @@
6146
6852
  "warn_unsupported": {
6147
6853
  "type": "boolean",
6148
6854
  "default": true
6855
+ },
6856
+ "to": {
6857
+ "anyOf": [
6858
+ {
6859
+ "type": "string"
6860
+ },
6861
+ {
6862
+ "type": "null"
6863
+ }
6864
+ ],
6865
+ "default": null
6866
+ },
6867
+ "to_columns": {
6868
+ "type": "array",
6869
+ "items": {
6870
+ "type": "string"
6871
+ }
6149
6872
  }
6150
6873
  },
6151
6874
  "additionalProperties": false,
@@ -6174,6 +6897,35 @@
6174
6897
  "propertyNames": {
6175
6898
  "type": "string"
6176
6899
  }
6900
+ },
6901
+ "granularity": {
6902
+ "anyOf": [
6903
+ {
6904
+ "enum": [
6905
+ "nanosecond",
6906
+ "microsecond",
6907
+ "millisecond",
6908
+ "second",
6909
+ "minute",
6910
+ "hour",
6911
+ "day",
6912
+ "week",
6913
+ "month",
6914
+ "quarter",
6915
+ "year"
6916
+ ]
6917
+ },
6918
+ {
6919
+ "type": "null"
6920
+ }
6921
+ ],
6922
+ "default": null
6923
+ },
6924
+ "doc_blocks": {
6925
+ "type": "array",
6926
+ "items": {
6927
+ "type": "string"
6928
+ }
6177
6929
  }
6178
6930
  },
6179
6931
  "additionalProperties": true,
@@ -6259,6 +7011,12 @@
6259
7011
  "type": "string"
6260
7012
  }
6261
7013
  },
7014
+ "unrendered_config_call_dict": {
7015
+ "type": "object",
7016
+ "propertyNames": {
7017
+ "type": "string"
7018
+ }
7019
+ },
6262
7020
  "relation_name": {
6263
7021
  "anyOf": [
6264
7022
  {
@@ -6274,6 +7032,12 @@
6274
7032
  "type": "string",
6275
7033
  "default": ""
6276
7034
  },
7035
+ "doc_blocks": {
7036
+ "type": "array",
7037
+ "items": {
7038
+ "type": "string"
7039
+ }
7040
+ },
6277
7041
  "language": {
6278
7042
  "type": "string",
6279
7043
  "default": "sql"
@@ -6614,6 +7378,15 @@
6614
7378
  ],
6615
7379
  "default": null
6616
7380
  },
7381
+ "batch_size": {
7382
+ "default": null
7383
+ },
7384
+ "lookback": {
7385
+ "default": 1
7386
+ },
7387
+ "begin": {
7388
+ "default": null
7389
+ },
6617
7390
  "persist_docs": {
6618
7391
  "type": "object",
6619
7392
  "propertyNames": {
@@ -6788,6 +7561,12 @@
6788
7561
  }
6789
7562
  },
6790
7563
  "additionalProperties": false
7564
+ },
7565
+ "event_time": {
7566
+ "default": null
7567
+ },
7568
+ "concurrent_batches": {
7569
+ "default": null
6791
7570
  }
6792
7571
  },
6793
7572
  "additionalProperties": true
@@ -6960,6 +7739,17 @@
6960
7739
  ],
6961
7740
  "default": null
6962
7741
  },
7742
+ "loaded_at_query": {
7743
+ "anyOf": [
7744
+ {
7745
+ "type": "string"
7746
+ },
7747
+ {
7748
+ "type": "null"
7749
+ }
7750
+ ],
7751
+ "default": null
7752
+ },
6963
7753
  "freshness": {
6964
7754
  "anyOf": [
6965
7755
  {
@@ -7258,6 +8048,23 @@
7258
8048
  "warn_unsupported": {
7259
8049
  "type": "boolean",
7260
8050
  "default": true
8051
+ },
8052
+ "to": {
8053
+ "anyOf": [
8054
+ {
8055
+ "type": "string"
8056
+ },
8057
+ {
8058
+ "type": "null"
8059
+ }
8060
+ ],
8061
+ "default": null
8062
+ },
8063
+ "to_columns": {
8064
+ "type": "array",
8065
+ "items": {
8066
+ "type": "string"
8067
+ }
7261
8068
  }
7262
8069
  },
7263
8070
  "additionalProperties": false,
@@ -7286,6 +8093,35 @@
7286
8093
  "propertyNames": {
7287
8094
  "type": "string"
7288
8095
  }
8096
+ },
8097
+ "granularity": {
8098
+ "anyOf": [
8099
+ {
8100
+ "enum": [
8101
+ "nanosecond",
8102
+ "microsecond",
8103
+ "millisecond",
8104
+ "second",
8105
+ "minute",
8106
+ "hour",
8107
+ "day",
8108
+ "week",
8109
+ "month",
8110
+ "quarter",
8111
+ "year"
8112
+ ]
8113
+ },
8114
+ {
8115
+ "type": "null"
8116
+ }
8117
+ ],
8118
+ "default": null
8119
+ },
8120
+ "doc_blocks": {
8121
+ "type": "array",
8122
+ "items": {
8123
+ "type": "string"
8124
+ }
7289
8125
  }
7290
8126
  },
7291
8127
  "additionalProperties": true,
@@ -7326,6 +8162,9 @@
7326
8162
  "enabled": {
7327
8163
  "type": "boolean",
7328
8164
  "default": true
8165
+ },
8166
+ "event_time": {
8167
+ "default": null
7329
8168
  }
7330
8169
  },
7331
8170
  "additionalProperties": true
@@ -7360,6 +8199,34 @@
7360
8199
  },
7361
8200
  "created_at": {
7362
8201
  "type": "number"
8202
+ },
8203
+ "unrendered_database": {
8204
+ "anyOf": [
8205
+ {
8206
+ "type": "string"
8207
+ },
8208
+ {
8209
+ "type": "null"
8210
+ }
8211
+ ],
8212
+ "default": null
8213
+ },
8214
+ "unrendered_schema": {
8215
+ "anyOf": [
8216
+ {
8217
+ "type": "string"
8218
+ },
8219
+ {
8220
+ "type": "null"
8221
+ }
8222
+ ],
8223
+ "default": null
8224
+ },
8225
+ "doc_blocks": {
8226
+ "type": "array",
8227
+ "items": {
8228
+ "type": "string"
8229
+ }
7363
8230
  }
7364
8231
  },
7365
8232
  "additionalProperties": false,
@@ -7628,6 +8495,12 @@
7628
8495
  {
7629
8496
  "type": "string"
7630
8497
  },
8498
+ {
8499
+ "type": "array",
8500
+ "items": {
8501
+ "type": "string"
8502
+ }
8503
+ },
7631
8504
  {
7632
8505
  "type": "null"
7633
8506
  }
@@ -8084,13 +8957,7 @@
8084
8957
  "type": "integer"
8085
8958
  },
8086
8959
  "granularity": {
8087
- "enum": [
8088
- "day",
8089
- "week",
8090
- "month",
8091
- "quarter",
8092
- "year"
8093
- ]
8960
+ "type": "string"
8094
8961
  }
8095
8962
  },
8096
8963
  "additionalProperties": false,
@@ -8108,13 +8975,7 @@
8108
8975
  "offset_to_grain": {
8109
8976
  "anyOf": [
8110
8977
  {
8111
- "enum": [
8112
- "day",
8113
- "week",
8114
- "month",
8115
- "quarter",
8116
- "year"
8117
- ]
8978
+ "type": "string"
8118
8979
  },
8119
8980
  {
8120
8981
  "type": "null"
@@ -8196,13 +9057,7 @@
8196
9057
  "type": "integer"
8197
9058
  },
8198
9059
  "granularity": {
8199
- "enum": [
8200
- "day",
8201
- "week",
8202
- "month",
8203
- "quarter",
8204
- "year"
8205
- ]
9060
+ "type": "string"
8206
9061
  }
8207
9062
  },
8208
9063
  "additionalProperties": false,
@@ -8220,13 +9075,7 @@
8220
9075
  "offset_to_grain": {
8221
9076
  "anyOf": [
8222
9077
  {
8223
- "enum": [
8224
- "day",
8225
- "week",
8226
- "month",
8227
- "quarter",
8228
- "year"
8229
- ]
9078
+ "type": "string"
8230
9079
  },
8231
9080
  {
8232
9081
  "type": "null"
@@ -8265,13 +9114,7 @@
8265
9114
  "type": "integer"
8266
9115
  },
8267
9116
  "granularity": {
8268
- "enum": [
8269
- "day",
8270
- "week",
8271
- "month",
8272
- "quarter",
8273
- "year"
8274
- ]
9117
+ "type": "string"
8275
9118
  }
8276
9119
  },
8277
9120
  "additionalProperties": false,
@@ -8287,6 +9130,12 @@
8287
9130
  "anyOf": [
8288
9131
  {
8289
9132
  "enum": [
9133
+ "nanosecond",
9134
+ "microsecond",
9135
+ "millisecond",
9136
+ "second",
9137
+ "minute",
9138
+ "hour",
8290
9139
  "day",
8291
9140
  "week",
8292
9141
  "month",
@@ -8366,13 +9215,7 @@
8366
9215
  "type": "integer"
8367
9216
  },
8368
9217
  "granularity": {
8369
- "enum": [
8370
- "day",
8371
- "week",
8372
- "month",
8373
- "quarter",
8374
- "year"
8375
- ]
9218
+ "type": "string"
8376
9219
  }
8377
9220
  },
8378
9221
  "additionalProperties": false,
@@ -8390,13 +9233,7 @@
8390
9233
  "offset_to_grain": {
8391
9234
  "anyOf": [
8392
9235
  {
8393
- "enum": [
8394
- "day",
8395
- "week",
8396
- "month",
8397
- "quarter",
8398
- "year"
8399
- ]
9236
+ "type": "string"
8400
9237
  },
8401
9238
  {
8402
9239
  "type": "null"
@@ -8583,13 +9420,7 @@
8583
9420
  "type": "integer"
8584
9421
  },
8585
9422
  "granularity": {
8586
- "enum": [
8587
- "day",
8588
- "week",
8589
- "month",
8590
- "quarter",
8591
- "year"
8592
- ]
9423
+ "type": "string"
8593
9424
  }
8594
9425
  },
8595
9426
  "additionalProperties": false,
@@ -8645,12 +9476,71 @@
8645
9476
  }
8646
9477
  ],
8647
9478
  "default": null
8648
- }
8649
- },
8650
- "additionalProperties": false
8651
- },
8652
- "filter": {
8653
- "anyOf": [
9479
+ },
9480
+ "cumulative_type_params": {
9481
+ "anyOf": [
9482
+ {
9483
+ "type": "object",
9484
+ "title": "CumulativeTypeParams",
9485
+ "properties": {
9486
+ "window": {
9487
+ "anyOf": [
9488
+ {
9489
+ "type": "object",
9490
+ "title": "MetricTimeWindow",
9491
+ "properties": {
9492
+ "count": {
9493
+ "type": "integer"
9494
+ },
9495
+ "granularity": {
9496
+ "type": "string"
9497
+ }
9498
+ },
9499
+ "additionalProperties": false,
9500
+ "required": [
9501
+ "count",
9502
+ "granularity"
9503
+ ]
9504
+ },
9505
+ {
9506
+ "type": "null"
9507
+ }
9508
+ ],
9509
+ "default": null
9510
+ },
9511
+ "grain_to_date": {
9512
+ "anyOf": [
9513
+ {
9514
+ "type": "string"
9515
+ },
9516
+ {
9517
+ "type": "null"
9518
+ }
9519
+ ],
9520
+ "default": null
9521
+ },
9522
+ "period_agg": {
9523
+ "enum": [
9524
+ "first",
9525
+ "last",
9526
+ "average"
9527
+ ],
9528
+ "default": "first"
9529
+ }
9530
+ },
9531
+ "additionalProperties": false
9532
+ },
9533
+ {
9534
+ "type": "null"
9535
+ }
9536
+ ],
9537
+ "default": null
9538
+ }
9539
+ },
9540
+ "additionalProperties": false
9541
+ },
9542
+ "filter": {
9543
+ "anyOf": [
8654
9544
  {
8655
9545
  "type": "object",
8656
9546
  "title": "WhereFilterIntersection",
@@ -8723,6 +9613,17 @@
8723
9613
  ],
8724
9614
  "default": null
8725
9615
  },
9616
+ "time_granularity": {
9617
+ "anyOf": [
9618
+ {
9619
+ "type": "string"
9620
+ },
9621
+ {
9622
+ "type": "null"
9623
+ }
9624
+ ],
9625
+ "default": null
9626
+ },
8726
9627
  "meta": {
8727
9628
  "type": "object",
8728
9629
  "propertyNames": {
@@ -8925,6 +9826,12 @@
8925
9826
  {
8926
9827
  "type": "string"
8927
9828
  },
9829
+ {
9830
+ "type": "array",
9831
+ "items": {
9832
+ "type": "string"
9833
+ }
9834
+ },
8928
9835
  {
8929
9836
  "type": "null"
8930
9837
  }
@@ -9127,6 +10034,15 @@
9127
10034
  ],
9128
10035
  "default": null
9129
10036
  },
10037
+ "batch_size": {
10038
+ "default": null
10039
+ },
10040
+ "lookback": {
10041
+ "default": 1
10042
+ },
10043
+ "begin": {
10044
+ "default": null
10045
+ },
9130
10046
  "persist_docs": {
9131
10047
  "type": "object",
9132
10048
  "propertyNames": {
@@ -9298,6 +10214,12 @@
9298
10214
  },
9299
10215
  "additionalProperties": false
9300
10216
  },
10217
+ "event_time": {
10218
+ "default": null
10219
+ },
10220
+ "concurrent_batches": {
10221
+ "default": null
10222
+ },
9301
10223
  "delimiter": {
9302
10224
  "type": "string",
9303
10225
  "default": ","
@@ -9401,6 +10323,23 @@
9401
10323
  "warn_unsupported": {
9402
10324
  "type": "boolean",
9403
10325
  "default": true
10326
+ },
10327
+ "to": {
10328
+ "anyOf": [
10329
+ {
10330
+ "type": "string"
10331
+ },
10332
+ {
10333
+ "type": "null"
10334
+ }
10335
+ ],
10336
+ "default": null
10337
+ },
10338
+ "to_columns": {
10339
+ "type": "array",
10340
+ "items": {
10341
+ "type": "string"
10342
+ }
9404
10343
  }
9405
10344
  },
9406
10345
  "additionalProperties": false,
@@ -9429,6 +10368,35 @@
9429
10368
  "propertyNames": {
9430
10369
  "type": "string"
9431
10370
  }
10371
+ },
10372
+ "granularity": {
10373
+ "anyOf": [
10374
+ {
10375
+ "enum": [
10376
+ "nanosecond",
10377
+ "microsecond",
10378
+ "millisecond",
10379
+ "second",
10380
+ "minute",
10381
+ "hour",
10382
+ "day",
10383
+ "week",
10384
+ "month",
10385
+ "quarter",
10386
+ "year"
10387
+ ]
10388
+ },
10389
+ {
10390
+ "type": "null"
10391
+ }
10392
+ ],
10393
+ "default": null
10394
+ },
10395
+ "doc_blocks": {
10396
+ "type": "array",
10397
+ "items": {
10398
+ "type": "string"
10399
+ }
9432
10400
  }
9433
10401
  },
9434
10402
  "additionalProperties": true,
@@ -9514,6 +10482,12 @@
9514
10482
  "type": "string"
9515
10483
  }
9516
10484
  },
10485
+ "unrendered_config_call_dict": {
10486
+ "type": "object",
10487
+ "propertyNames": {
10488
+ "type": "string"
10489
+ }
10490
+ },
9517
10491
  "relation_name": {
9518
10492
  "anyOf": [
9519
10493
  {
@@ -9529,6 +10503,12 @@
9529
10503
  "type": "string",
9530
10504
  "default": ""
9531
10505
  },
10506
+ "doc_blocks": {
10507
+ "type": "array",
10508
+ "items": {
10509
+ "type": "string"
10510
+ }
10511
+ },
9532
10512
  "root_path": {
9533
10513
  "anyOf": [
9534
10514
  {
@@ -9729,6 +10709,15 @@
9729
10709
  ],
9730
10710
  "default": null
9731
10711
  },
10712
+ "batch_size": {
10713
+ "default": null
10714
+ },
10715
+ "lookback": {
10716
+ "default": 1
10717
+ },
10718
+ "begin": {
10719
+ "default": null
10720
+ },
9732
10721
  "persist_docs": {
9733
10722
  "type": "object",
9734
10723
  "propertyNames": {
@@ -9903,6 +10892,12 @@
9903
10892
  }
9904
10893
  },
9905
10894
  "additionalProperties": false
10895
+ },
10896
+ "event_time": {
10897
+ "default": null
10898
+ },
10899
+ "concurrent_batches": {
10900
+ "default": null
9906
10901
  }
9907
10902
  },
9908
10903
  "additionalProperties": true
@@ -10100,6 +11095,15 @@
10100
11095
  ],
10101
11096
  "default": null
10102
11097
  },
11098
+ "batch_size": {
11099
+ "default": null
11100
+ },
11101
+ "lookback": {
11102
+ "default": 1
11103
+ },
11104
+ "begin": {
11105
+ "default": null
11106
+ },
10103
11107
  "persist_docs": {
10104
11108
  "type": "object",
10105
11109
  "propertyNames": {
@@ -10270,6 +11274,12 @@
10270
11274
  }
10271
11275
  },
10272
11276
  "additionalProperties": false
11277
+ },
11278
+ "event_time": {
11279
+ "default": null
11280
+ },
11281
+ "concurrent_batches": {
11282
+ "default": null
10273
11283
  }
10274
11284
  },
10275
11285
  "additionalProperties": true
@@ -10359,6 +11369,23 @@
10359
11369
  "warn_unsupported": {
10360
11370
  "type": "boolean",
10361
11371
  "default": true
11372
+ },
11373
+ "to": {
11374
+ "anyOf": [
11375
+ {
11376
+ "type": "string"
11377
+ },
11378
+ {
11379
+ "type": "null"
11380
+ }
11381
+ ],
11382
+ "default": null
11383
+ },
11384
+ "to_columns": {
11385
+ "type": "array",
11386
+ "items": {
11387
+ "type": "string"
11388
+ }
10362
11389
  }
10363
11390
  },
10364
11391
  "additionalProperties": false,
@@ -10387,6 +11414,35 @@
10387
11414
  "propertyNames": {
10388
11415
  "type": "string"
10389
11416
  }
11417
+ },
11418
+ "granularity": {
11419
+ "anyOf": [
11420
+ {
11421
+ "enum": [
11422
+ "nanosecond",
11423
+ "microsecond",
11424
+ "millisecond",
11425
+ "second",
11426
+ "minute",
11427
+ "hour",
11428
+ "day",
11429
+ "week",
11430
+ "month",
11431
+ "quarter",
11432
+ "year"
11433
+ ]
11434
+ },
11435
+ {
11436
+ "type": "null"
11437
+ }
11438
+ ],
11439
+ "default": null
11440
+ },
11441
+ "doc_blocks": {
11442
+ "type": "array",
11443
+ "items": {
11444
+ "type": "string"
11445
+ }
10390
11446
  }
10391
11447
  },
10392
11448
  "additionalProperties": true,
@@ -10472,6 +11528,12 @@
10472
11528
  "type": "string"
10473
11529
  }
10474
11530
  },
11531
+ "unrendered_config_call_dict": {
11532
+ "type": "object",
11533
+ "propertyNames": {
11534
+ "type": "string"
11535
+ }
11536
+ },
10475
11537
  "relation_name": {
10476
11538
  "anyOf": [
10477
11539
  {
@@ -10487,6 +11549,12 @@
10487
11549
  "type": "string",
10488
11550
  "default": ""
10489
11551
  },
11552
+ "doc_blocks": {
11553
+ "type": "array",
11554
+ "items": {
11555
+ "type": "string"
11556
+ }
11557
+ },
10490
11558
  "language": {
10491
11559
  "type": "string",
10492
11560
  "default": "sql"
@@ -10955,6 +12023,23 @@
10955
12023
  "warn_unsupported": {
10956
12024
  "type": "boolean",
10957
12025
  "default": true
12026
+ },
12027
+ "to": {
12028
+ "anyOf": [
12029
+ {
12030
+ "type": "string"
12031
+ },
12032
+ {
12033
+ "type": "null"
12034
+ }
12035
+ ],
12036
+ "default": null
12037
+ },
12038
+ "to_columns": {
12039
+ "type": "array",
12040
+ "items": {
12041
+ "type": "string"
12042
+ }
10958
12043
  }
10959
12044
  },
10960
12045
  "additionalProperties": false,
@@ -10983,6 +12068,35 @@
10983
12068
  "propertyNames": {
10984
12069
  "type": "string"
10985
12070
  }
12071
+ },
12072
+ "granularity": {
12073
+ "anyOf": [
12074
+ {
12075
+ "enum": [
12076
+ "nanosecond",
12077
+ "microsecond",
12078
+ "millisecond",
12079
+ "second",
12080
+ "minute",
12081
+ "hour",
12082
+ "day",
12083
+ "week",
12084
+ "month",
12085
+ "quarter",
12086
+ "year"
12087
+ ]
12088
+ },
12089
+ {
12090
+ "type": "null"
12091
+ }
12092
+ ],
12093
+ "default": null
12094
+ },
12095
+ "doc_blocks": {
12096
+ "type": "array",
12097
+ "items": {
12098
+ "type": "string"
12099
+ }
10986
12100
  }
10987
12101
  },
10988
12102
  "additionalProperties": true,
@@ -11068,6 +12182,12 @@
11068
12182
  "type": "string"
11069
12183
  }
11070
12184
  },
12185
+ "unrendered_config_call_dict": {
12186
+ "type": "object",
12187
+ "propertyNames": {
12188
+ "type": "string"
12189
+ }
12190
+ },
11071
12191
  "relation_name": {
11072
12192
  "anyOf": [
11073
12193
  {
@@ -11083,6 +12203,12 @@
11083
12203
  "type": "string",
11084
12204
  "default": ""
11085
12205
  },
12206
+ "doc_blocks": {
12207
+ "type": "array",
12208
+ "items": {
12209
+ "type": "string"
12210
+ }
12211
+ },
11086
12212
  "language": {
11087
12213
  "type": "string",
11088
12214
  "default": "sql"
@@ -11413,6 +12539,15 @@
11413
12539
  ],
11414
12540
  "default": null
11415
12541
  },
12542
+ "batch_size": {
12543
+ "default": null
12544
+ },
12545
+ "lookback": {
12546
+ "default": 1
12547
+ },
12548
+ "begin": {
12549
+ "default": null
12550
+ },
11416
12551
  "persist_docs": {
11417
12552
  "type": "object",
11418
12553
  "propertyNames": {
@@ -11583,6 +12718,12 @@
11583
12718
  }
11584
12719
  },
11585
12720
  "additionalProperties": false
12721
+ },
12722
+ "event_time": {
12723
+ "default": null
12724
+ },
12725
+ "concurrent_batches": {
12726
+ "default": null
11586
12727
  }
11587
12728
  },
11588
12729
  "additionalProperties": true
@@ -11672,9 +12813,26 @@
11672
12813
  "warn_unsupported": {
11673
12814
  "type": "boolean",
11674
12815
  "default": true
11675
- }
11676
- },
11677
- "additionalProperties": false,
12816
+ },
12817
+ "to": {
12818
+ "anyOf": [
12819
+ {
12820
+ "type": "string"
12821
+ },
12822
+ {
12823
+ "type": "null"
12824
+ }
12825
+ ],
12826
+ "default": null
12827
+ },
12828
+ "to_columns": {
12829
+ "type": "array",
12830
+ "items": {
12831
+ "type": "string"
12832
+ }
12833
+ }
12834
+ },
12835
+ "additionalProperties": false,
11678
12836
  "required": ["type"]
11679
12837
  }
11680
12838
  },
@@ -11700,6 +12858,35 @@
11700
12858
  "propertyNames": {
11701
12859
  "type": "string"
11702
12860
  }
12861
+ },
12862
+ "granularity": {
12863
+ "anyOf": [
12864
+ {
12865
+ "enum": [
12866
+ "nanosecond",
12867
+ "microsecond",
12868
+ "millisecond",
12869
+ "second",
12870
+ "minute",
12871
+ "hour",
12872
+ "day",
12873
+ "week",
12874
+ "month",
12875
+ "quarter",
12876
+ "year"
12877
+ ]
12878
+ },
12879
+ {
12880
+ "type": "null"
12881
+ }
12882
+ ],
12883
+ "default": null
12884
+ },
12885
+ "doc_blocks": {
12886
+ "type": "array",
12887
+ "items": {
12888
+ "type": "string"
12889
+ }
11703
12890
  }
11704
12891
  },
11705
12892
  "additionalProperties": true,
@@ -11785,6 +12972,12 @@
11785
12972
  "type": "string"
11786
12973
  }
11787
12974
  },
12975
+ "unrendered_config_call_dict": {
12976
+ "type": "object",
12977
+ "propertyNames": {
12978
+ "type": "string"
12979
+ }
12980
+ },
11788
12981
  "relation_name": {
11789
12982
  "anyOf": [
11790
12983
  {
@@ -11800,6 +12993,12 @@
11800
12993
  "type": "string",
11801
12994
  "default": ""
11802
12995
  },
12996
+ "doc_blocks": {
12997
+ "type": "array",
12998
+ "items": {
12999
+ "type": "string"
13000
+ }
13001
+ },
11803
13002
  "language": {
11804
13003
  "type": "string",
11805
13004
  "default": "sql"
@@ -12141,6 +13340,15 @@
12141
13340
  ],
12142
13341
  "default": null
12143
13342
  },
13343
+ "batch_size": {
13344
+ "default": null
13345
+ },
13346
+ "lookback": {
13347
+ "default": 1
13348
+ },
13349
+ "begin": {
13350
+ "default": null
13351
+ },
12144
13352
  "persist_docs": {
12145
13353
  "type": "object",
12146
13354
  "propertyNames": {
@@ -12312,6 +13520,12 @@
12312
13520
  },
12313
13521
  "additionalProperties": false
12314
13522
  },
13523
+ "event_time": {
13524
+ "default": null
13525
+ },
13526
+ "concurrent_batches": {
13527
+ "default": null
13528
+ },
12315
13529
  "access": {
12316
13530
  "enum": [
12317
13531
  "private",
@@ -12408,6 +13622,23 @@
12408
13622
  "warn_unsupported": {
12409
13623
  "type": "boolean",
12410
13624
  "default": true
13625
+ },
13626
+ "to": {
13627
+ "anyOf": [
13628
+ {
13629
+ "type": "string"
13630
+ },
13631
+ {
13632
+ "type": "null"
13633
+ }
13634
+ ],
13635
+ "default": null
13636
+ },
13637
+ "to_columns": {
13638
+ "type": "array",
13639
+ "items": {
13640
+ "type": "string"
13641
+ }
12411
13642
  }
12412
13643
  },
12413
13644
  "additionalProperties": false,
@@ -12436,6 +13667,35 @@
12436
13667
  "propertyNames": {
12437
13668
  "type": "string"
12438
13669
  }
13670
+ },
13671
+ "granularity": {
13672
+ "anyOf": [
13673
+ {
13674
+ "enum": [
13675
+ "nanosecond",
13676
+ "microsecond",
13677
+ "millisecond",
13678
+ "second",
13679
+ "minute",
13680
+ "hour",
13681
+ "day",
13682
+ "week",
13683
+ "month",
13684
+ "quarter",
13685
+ "year"
13686
+ ]
13687
+ },
13688
+ {
13689
+ "type": "null"
13690
+ }
13691
+ ],
13692
+ "default": null
13693
+ },
13694
+ "doc_blocks": {
13695
+ "type": "array",
13696
+ "items": {
13697
+ "type": "string"
13698
+ }
12439
13699
  }
12440
13700
  },
12441
13701
  "additionalProperties": true,
@@ -12521,6 +13781,12 @@
12521
13781
  "type": "string"
12522
13782
  }
12523
13783
  },
13784
+ "unrendered_config_call_dict": {
13785
+ "type": "object",
13786
+ "propertyNames": {
13787
+ "type": "string"
13788
+ }
13789
+ },
12524
13790
  "relation_name": {
12525
13791
  "anyOf": [
12526
13792
  {
@@ -12536,6 +13802,12 @@
12536
13802
  "type": "string",
12537
13803
  "default": ""
12538
13804
  },
13805
+ "doc_blocks": {
13806
+ "type": "array",
13807
+ "items": {
13808
+ "type": "string"
13809
+ }
13810
+ },
12539
13811
  "language": {
12540
13812
  "type": "string",
12541
13813
  "default": "sql"
@@ -12754,6 +14026,23 @@
12754
14026
  "type": "boolean",
12755
14027
  "default": true
12756
14028
  },
14029
+ "to": {
14030
+ "anyOf": [
14031
+ {
14032
+ "type": "string"
14033
+ },
14034
+ {
14035
+ "type": "null"
14036
+ }
14037
+ ],
14038
+ "default": null
14039
+ },
14040
+ "to_columns": {
14041
+ "type": "array",
14042
+ "items": {
14043
+ "type": "string"
14044
+ }
14045
+ },
12757
14046
  "columns": {
12758
14047
  "type": "array",
12759
14048
  "items": {
@@ -12980,6 +14269,15 @@
12980
14269
  ],
12981
14270
  "default": null
12982
14271
  },
14272
+ "batch_size": {
14273
+ "default": null
14274
+ },
14275
+ "lookback": {
14276
+ "default": 1
14277
+ },
14278
+ "begin": {
14279
+ "default": null
14280
+ },
12983
14281
  "persist_docs": {
12984
14282
  "type": "object",
12985
14283
  "propertyNames": {
@@ -13154,6 +14452,12 @@
13154
14452
  }
13155
14453
  },
13156
14454
  "additionalProperties": false
14455
+ },
14456
+ "event_time": {
14457
+ "default": null
14458
+ },
14459
+ "concurrent_batches": {
14460
+ "default": null
13157
14461
  }
13158
14462
  },
13159
14463
  "additionalProperties": true
@@ -13190,6 +14494,95 @@
13190
14494
  "items": {
13191
14495
  "type": "string"
13192
14496
  }
14497
+ },
14498
+ "time_spine": {
14499
+ "anyOf": [
14500
+ {
14501
+ "type": "object",
14502
+ "title": "TimeSpine",
14503
+ "properties": {
14504
+ "standard_granularity_column": {
14505
+ "type": "string"
14506
+ },
14507
+ "custom_granularities": {
14508
+ "type": "array",
14509
+ "items": {
14510
+ "type": "object",
14511
+ "title": "CustomGranularity",
14512
+ "properties": {
14513
+ "name": {
14514
+ "type": "string"
14515
+ },
14516
+ "column_name": {
14517
+ "anyOf": [
14518
+ {
14519
+ "type": "string"
14520
+ },
14521
+ {
14522
+ "type": "null"
14523
+ }
14524
+ ],
14525
+ "default": null
14526
+ }
14527
+ },
14528
+ "additionalProperties": false,
14529
+ "required": [
14530
+ "name"
14531
+ ]
14532
+ }
14533
+ }
14534
+ },
14535
+ "additionalProperties": false,
14536
+ "required": [
14537
+ "standard_granularity_column"
14538
+ ]
14539
+ },
14540
+ {
14541
+ "type": "null"
14542
+ }
14543
+ ],
14544
+ "default": null
14545
+ },
14546
+ "freshness": {
14547
+ "anyOf": [
14548
+ {
14549
+ "type": "object",
14550
+ "title": "ModelFreshness",
14551
+ "properties": {
14552
+ "build_after": {
14553
+ "type": "object",
14554
+ "title": "ModelBuildAfter",
14555
+ "properties": {
14556
+ "depends_on": {
14557
+ "enum": [
14558
+ "all",
14559
+ "any"
14560
+ ],
14561
+ "default": "any"
14562
+ },
14563
+ "count": {
14564
+ "type": "integer",
14565
+ "default": 0
14566
+ },
14567
+ "period": {
14568
+ "enum": [
14569
+ "minute",
14570
+ "hour",
14571
+ "day"
14572
+ ],
14573
+ "default": "hour"
14574
+ }
14575
+ },
14576
+ "additionalProperties": true
14577
+ }
14578
+ },
14579
+ "additionalProperties": true
14580
+ },
14581
+ {
14582
+ "type": "null"
14583
+ }
14584
+ ],
14585
+ "default": null
13193
14586
  }
13194
14587
  },
13195
14588
  "additionalProperties": false,
@@ -13357,6 +14750,15 @@
13357
14750
  ],
13358
14751
  "default": null
13359
14752
  },
14753
+ "batch_size": {
14754
+ "default": null
14755
+ },
14756
+ "lookback": {
14757
+ "default": 1
14758
+ },
14759
+ "begin": {
14760
+ "default": null
14761
+ },
13360
14762
  "persist_docs": {
13361
14763
  "type": "object",
13362
14764
  "propertyNames": {
@@ -13527,6 +14929,12 @@
13527
14929
  }
13528
14930
  },
13529
14931
  "additionalProperties": false
14932
+ },
14933
+ "event_time": {
14934
+ "default": null
14935
+ },
14936
+ "concurrent_batches": {
14937
+ "default": null
13530
14938
  }
13531
14939
  },
13532
14940
  "additionalProperties": true
@@ -13616,6 +15024,23 @@
13616
15024
  "warn_unsupported": {
13617
15025
  "type": "boolean",
13618
15026
  "default": true
15027
+ },
15028
+ "to": {
15029
+ "anyOf": [
15030
+ {
15031
+ "type": "string"
15032
+ },
15033
+ {
15034
+ "type": "null"
15035
+ }
15036
+ ],
15037
+ "default": null
15038
+ },
15039
+ "to_columns": {
15040
+ "type": "array",
15041
+ "items": {
15042
+ "type": "string"
15043
+ }
13619
15044
  }
13620
15045
  },
13621
15046
  "additionalProperties": false,
@@ -13644,6 +15069,35 @@
13644
15069
  "propertyNames": {
13645
15070
  "type": "string"
13646
15071
  }
15072
+ },
15073
+ "granularity": {
15074
+ "anyOf": [
15075
+ {
15076
+ "enum": [
15077
+ "nanosecond",
15078
+ "microsecond",
15079
+ "millisecond",
15080
+ "second",
15081
+ "minute",
15082
+ "hour",
15083
+ "day",
15084
+ "week",
15085
+ "month",
15086
+ "quarter",
15087
+ "year"
15088
+ ]
15089
+ },
15090
+ {
15091
+ "type": "null"
15092
+ }
15093
+ ],
15094
+ "default": null
15095
+ },
15096
+ "doc_blocks": {
15097
+ "type": "array",
15098
+ "items": {
15099
+ "type": "string"
15100
+ }
13647
15101
  }
13648
15102
  },
13649
15103
  "additionalProperties": true,
@@ -13729,6 +15183,12 @@
13729
15183
  "type": "string"
13730
15184
  }
13731
15185
  },
15186
+ "unrendered_config_call_dict": {
15187
+ "type": "object",
15188
+ "propertyNames": {
15189
+ "type": "string"
15190
+ }
15191
+ },
13732
15192
  "relation_name": {
13733
15193
  "anyOf": [
13734
15194
  {
@@ -13744,6 +15204,12 @@
13744
15204
  "type": "string",
13745
15205
  "default": ""
13746
15206
  },
15207
+ "doc_blocks": {
15208
+ "type": "array",
15209
+ "items": {
15210
+ "type": "string"
15211
+ }
15212
+ },
13747
15213
  "language": {
13748
15214
  "type": "string",
13749
15215
  "default": "sql"
@@ -14212,6 +15678,23 @@
14212
15678
  "warn_unsupported": {
14213
15679
  "type": "boolean",
14214
15680
  "default": true
15681
+ },
15682
+ "to": {
15683
+ "anyOf": [
15684
+ {
15685
+ "type": "string"
15686
+ },
15687
+ {
15688
+ "type": "null"
15689
+ }
15690
+ ],
15691
+ "default": null
15692
+ },
15693
+ "to_columns": {
15694
+ "type": "array",
15695
+ "items": {
15696
+ "type": "string"
15697
+ }
14215
15698
  }
14216
15699
  },
14217
15700
  "additionalProperties": false,
@@ -14234,12 +15717,41 @@
14234
15717
  "items": {
14235
15718
  "type": "string"
14236
15719
  }
14237
- },
14238
- "_extra": {
14239
- "type": "object",
14240
- "propertyNames": {
14241
- "type": "string"
14242
- }
15720
+ },
15721
+ "_extra": {
15722
+ "type": "object",
15723
+ "propertyNames": {
15724
+ "type": "string"
15725
+ }
15726
+ },
15727
+ "granularity": {
15728
+ "anyOf": [
15729
+ {
15730
+ "enum": [
15731
+ "nanosecond",
15732
+ "microsecond",
15733
+ "millisecond",
15734
+ "second",
15735
+ "minute",
15736
+ "hour",
15737
+ "day",
15738
+ "week",
15739
+ "month",
15740
+ "quarter",
15741
+ "year"
15742
+ ]
15743
+ },
15744
+ {
15745
+ "type": "null"
15746
+ }
15747
+ ],
15748
+ "default": null
15749
+ },
15750
+ "doc_blocks": {
15751
+ "type": "array",
15752
+ "items": {
15753
+ "type": "string"
15754
+ }
14243
15755
  }
14244
15756
  },
14245
15757
  "additionalProperties": true,
@@ -14325,6 +15837,12 @@
14325
15837
  "type": "string"
14326
15838
  }
14327
15839
  },
15840
+ "unrendered_config_call_dict": {
15841
+ "type": "object",
15842
+ "propertyNames": {
15843
+ "type": "string"
15844
+ }
15845
+ },
14328
15846
  "relation_name": {
14329
15847
  "anyOf": [
14330
15848
  {
@@ -14340,6 +15858,12 @@
14340
15858
  "type": "string",
14341
15859
  "default": ""
14342
15860
  },
15861
+ "doc_blocks": {
15862
+ "type": "array",
15863
+ "items": {
15864
+ "type": "string"
15865
+ }
15866
+ },
14343
15867
  "language": {
14344
15868
  "type": "string",
14345
15869
  "default": "sql"
@@ -14731,6 +16255,15 @@
14731
16255
  ],
14732
16256
  "default": null
14733
16257
  },
16258
+ "batch_size": {
16259
+ "default": null
16260
+ },
16261
+ "lookback": {
16262
+ "default": 1
16263
+ },
16264
+ "begin": {
16265
+ "default": null
16266
+ },
14734
16267
  "persist_docs": {
14735
16268
  "type": "object",
14736
16269
  "propertyNames": {
@@ -14823,6 +16356,12 @@
14823
16356
  {
14824
16357
  "type": "string"
14825
16358
  },
16359
+ {
16360
+ "type": "array",
16361
+ "items": {
16362
+ "type": "string"
16363
+ }
16364
+ },
14826
16365
  {
14827
16366
  "type": "null"
14828
16367
  }
@@ -14896,6 +16435,12 @@
14896
16435
  },
14897
16436
  "additionalProperties": false
14898
16437
  },
16438
+ "event_time": {
16439
+ "default": null
16440
+ },
16441
+ "concurrent_batches": {
16442
+ "default": null
16443
+ },
14899
16444
  "strategy": {
14900
16445
  "anyOf": [
14901
16446
  {
@@ -14956,6 +16501,79 @@
14956
16501
  }
14957
16502
  ],
14958
16503
  "default": null
16504
+ },
16505
+ "snapshot_meta_column_names": {
16506
+ "type": "object",
16507
+ "title": "SnapshotMetaColumnNames",
16508
+ "properties": {
16509
+ "dbt_valid_to": {
16510
+ "anyOf": [
16511
+ {
16512
+ "type": "string"
16513
+ },
16514
+ {
16515
+ "type": "null"
16516
+ }
16517
+ ],
16518
+ "default": null
16519
+ },
16520
+ "dbt_valid_from": {
16521
+ "anyOf": [
16522
+ {
16523
+ "type": "string"
16524
+ },
16525
+ {
16526
+ "type": "null"
16527
+ }
16528
+ ],
16529
+ "default": null
16530
+ },
16531
+ "dbt_scd_id": {
16532
+ "anyOf": [
16533
+ {
16534
+ "type": "string"
16535
+ },
16536
+ {
16537
+ "type": "null"
16538
+ }
16539
+ ],
16540
+ "default": null
16541
+ },
16542
+ "dbt_updated_at": {
16543
+ "anyOf": [
16544
+ {
16545
+ "type": "string"
16546
+ },
16547
+ {
16548
+ "type": "null"
16549
+ }
16550
+ ],
16551
+ "default": null
16552
+ },
16553
+ "dbt_is_deleted": {
16554
+ "anyOf": [
16555
+ {
16556
+ "type": "string"
16557
+ },
16558
+ {
16559
+ "type": "null"
16560
+ }
16561
+ ],
16562
+ "default": null
16563
+ }
16564
+ },
16565
+ "additionalProperties": false
16566
+ },
16567
+ "dbt_valid_to_current": {
16568
+ "anyOf": [
16569
+ {
16570
+ "type": "string"
16571
+ },
16572
+ {
16573
+ "type": "null"
16574
+ }
16575
+ ],
16576
+ "default": null
14959
16577
  }
14960
16578
  },
14961
16579
  "additionalProperties": true
@@ -15045,6 +16663,23 @@
15045
16663
  "warn_unsupported": {
15046
16664
  "type": "boolean",
15047
16665
  "default": true
16666
+ },
16667
+ "to": {
16668
+ "anyOf": [
16669
+ {
16670
+ "type": "string"
16671
+ },
16672
+ {
16673
+ "type": "null"
16674
+ }
16675
+ ],
16676
+ "default": null
16677
+ },
16678
+ "to_columns": {
16679
+ "type": "array",
16680
+ "items": {
16681
+ "type": "string"
16682
+ }
15048
16683
  }
15049
16684
  },
15050
16685
  "additionalProperties": false,
@@ -15073,6 +16708,35 @@
15073
16708
  "propertyNames": {
15074
16709
  "type": "string"
15075
16710
  }
16711
+ },
16712
+ "granularity": {
16713
+ "anyOf": [
16714
+ {
16715
+ "enum": [
16716
+ "nanosecond",
16717
+ "microsecond",
16718
+ "millisecond",
16719
+ "second",
16720
+ "minute",
16721
+ "hour",
16722
+ "day",
16723
+ "week",
16724
+ "month",
16725
+ "quarter",
16726
+ "year"
16727
+ ]
16728
+ },
16729
+ {
16730
+ "type": "null"
16731
+ }
16732
+ ],
16733
+ "default": null
16734
+ },
16735
+ "doc_blocks": {
16736
+ "type": "array",
16737
+ "items": {
16738
+ "type": "string"
16739
+ }
15076
16740
  }
15077
16741
  },
15078
16742
  "additionalProperties": true,
@@ -15158,6 +16822,12 @@
15158
16822
  "type": "string"
15159
16823
  }
15160
16824
  },
16825
+ "unrendered_config_call_dict": {
16826
+ "type": "object",
16827
+ "propertyNames": {
16828
+ "type": "string"
16829
+ }
16830
+ },
15161
16831
  "relation_name": {
15162
16832
  "anyOf": [
15163
16833
  {
@@ -15173,6 +16843,12 @@
15173
16843
  "type": "string",
15174
16844
  "default": ""
15175
16845
  },
16846
+ "doc_blocks": {
16847
+ "type": "array",
16848
+ "items": {
16849
+ "type": "string"
16850
+ }
16851
+ },
15176
16852
  "language": {
15177
16853
  "type": "string",
15178
16854
  "default": "sql"
@@ -15513,6 +17189,15 @@
15513
17189
  ],
15514
17190
  "default": null
15515
17191
  },
17192
+ "batch_size": {
17193
+ "default": null
17194
+ },
17195
+ "lookback": {
17196
+ "default": 1
17197
+ },
17198
+ "begin": {
17199
+ "default": null
17200
+ },
15516
17201
  "persist_docs": {
15517
17202
  "type": "object",
15518
17203
  "propertyNames": {
@@ -15687,6 +17372,12 @@
15687
17372
  }
15688
17373
  },
15689
17374
  "additionalProperties": false
17375
+ },
17376
+ "event_time": {
17377
+ "default": null
17378
+ },
17379
+ "concurrent_batches": {
17380
+ "default": null
15690
17381
  }
15691
17382
  },
15692
17383
  "additionalProperties": true
@@ -15850,6 +17541,17 @@
15850
17541
  ],
15851
17542
  "default": null
15852
17543
  },
17544
+ "loaded_at_query": {
17545
+ "anyOf": [
17546
+ {
17547
+ "type": "string"
17548
+ },
17549
+ {
17550
+ "type": "null"
17551
+ }
17552
+ ],
17553
+ "default": null
17554
+ },
15853
17555
  "freshness": {
15854
17556
  "anyOf": [
15855
17557
  {
@@ -16148,6 +17850,23 @@
16148
17850
  "warn_unsupported": {
16149
17851
  "type": "boolean",
16150
17852
  "default": true
17853
+ },
17854
+ "to": {
17855
+ "anyOf": [
17856
+ {
17857
+ "type": "string"
17858
+ },
17859
+ {
17860
+ "type": "null"
17861
+ }
17862
+ ],
17863
+ "default": null
17864
+ },
17865
+ "to_columns": {
17866
+ "type": "array",
17867
+ "items": {
17868
+ "type": "string"
17869
+ }
16151
17870
  }
16152
17871
  },
16153
17872
  "additionalProperties": false,
@@ -16176,6 +17895,35 @@
16176
17895
  "propertyNames": {
16177
17896
  "type": "string"
16178
17897
  }
17898
+ },
17899
+ "granularity": {
17900
+ "anyOf": [
17901
+ {
17902
+ "enum": [
17903
+ "nanosecond",
17904
+ "microsecond",
17905
+ "millisecond",
17906
+ "second",
17907
+ "minute",
17908
+ "hour",
17909
+ "day",
17910
+ "week",
17911
+ "month",
17912
+ "quarter",
17913
+ "year"
17914
+ ]
17915
+ },
17916
+ {
17917
+ "type": "null"
17918
+ }
17919
+ ],
17920
+ "default": null
17921
+ },
17922
+ "doc_blocks": {
17923
+ "type": "array",
17924
+ "items": {
17925
+ "type": "string"
17926
+ }
16179
17927
  }
16180
17928
  },
16181
17929
  "additionalProperties": true,
@@ -16216,6 +17964,9 @@
16216
17964
  "enabled": {
16217
17965
  "type": "boolean",
16218
17966
  "default": true
17967
+ },
17968
+ "event_time": {
17969
+ "default": null
16219
17970
  }
16220
17971
  },
16221
17972
  "additionalProperties": true
@@ -16250,6 +18001,34 @@
16250
18001
  },
16251
18002
  "created_at": {
16252
18003
  "type": "number"
18004
+ },
18005
+ "unrendered_database": {
18006
+ "anyOf": [
18007
+ {
18008
+ "type": "string"
18009
+ },
18010
+ {
18011
+ "type": "null"
18012
+ }
18013
+ ],
18014
+ "default": null
18015
+ },
18016
+ "unrendered_schema": {
18017
+ "anyOf": [
18018
+ {
18019
+ "type": "string"
18020
+ },
18021
+ {
18022
+ "type": "null"
18023
+ }
18024
+ ],
18025
+ "default": null
18026
+ },
18027
+ "doc_blocks": {
18028
+ "type": "array",
18029
+ "items": {
18030
+ "type": "string"
18031
+ }
16253
18032
  }
16254
18033
  },
16255
18034
  "additionalProperties": false,
@@ -16321,6 +18100,12 @@
16321
18100
  {
16322
18101
  "type": "string"
16323
18102
  },
18103
+ {
18104
+ "type": "array",
18105
+ "items": {
18106
+ "type": "string"
18107
+ }
18108
+ },
16324
18109
  {
16325
18110
  "type": "null"
16326
18111
  }
@@ -16774,13 +18559,7 @@
16774
18559
  "type": "integer"
16775
18560
  },
16776
18561
  "granularity": {
16777
- "enum": [
16778
- "day",
16779
- "week",
16780
- "month",
16781
- "quarter",
16782
- "year"
16783
- ]
18562
+ "type": "string"
16784
18563
  }
16785
18564
  },
16786
18565
  "additionalProperties": false,
@@ -16798,13 +18577,7 @@
16798
18577
  "offset_to_grain": {
16799
18578
  "anyOf": [
16800
18579
  {
16801
- "enum": [
16802
- "day",
16803
- "week",
16804
- "month",
16805
- "quarter",
16806
- "year"
16807
- ]
18580
+ "type": "string"
16808
18581
  },
16809
18582
  {
16810
18583
  "type": "null"
@@ -16886,13 +18659,7 @@
16886
18659
  "type": "integer"
16887
18660
  },
16888
18661
  "granularity": {
16889
- "enum": [
16890
- "day",
16891
- "week",
16892
- "month",
16893
- "quarter",
16894
- "year"
16895
- ]
18662
+ "type": "string"
16896
18663
  }
16897
18664
  },
16898
18665
  "additionalProperties": false,
@@ -16910,13 +18677,7 @@
16910
18677
  "offset_to_grain": {
16911
18678
  "anyOf": [
16912
18679
  {
16913
- "enum": [
16914
- "day",
16915
- "week",
16916
- "month",
16917
- "quarter",
16918
- "year"
16919
- ]
18680
+ "type": "string"
16920
18681
  },
16921
18682
  {
16922
18683
  "type": "null"
@@ -16955,13 +18716,7 @@
16955
18716
  "type": "integer"
16956
18717
  },
16957
18718
  "granularity": {
16958
- "enum": [
16959
- "day",
16960
- "week",
16961
- "month",
16962
- "quarter",
16963
- "year"
16964
- ]
18719
+ "type": "string"
16965
18720
  }
16966
18721
  },
16967
18722
  "additionalProperties": false,
@@ -16980,6 +18735,12 @@
16980
18735
  "anyOf": [
16981
18736
  {
16982
18737
  "enum": [
18738
+ "nanosecond",
18739
+ "microsecond",
18740
+ "millisecond",
18741
+ "second",
18742
+ "minute",
18743
+ "hour",
16983
18744
  "day",
16984
18745
  "week",
16985
18746
  "month",
@@ -17059,13 +18820,7 @@
17059
18820
  "type": "integer"
17060
18821
  },
17061
18822
  "granularity": {
17062
- "enum": [
17063
- "day",
17064
- "week",
17065
- "month",
17066
- "quarter",
17067
- "year"
17068
- ]
18823
+ "type": "string"
17069
18824
  }
17070
18825
  },
17071
18826
  "additionalProperties": false,
@@ -17083,13 +18838,7 @@
17083
18838
  "offset_to_grain": {
17084
18839
  "anyOf": [
17085
18840
  {
17086
- "enum": [
17087
- "day",
17088
- "week",
17089
- "month",
17090
- "quarter",
17091
- "year"
17092
- ]
18841
+ "type": "string"
17093
18842
  },
17094
18843
  {
17095
18844
  "type": "null"
@@ -17281,14 +19030,8 @@
17281
19030
  "count": {
17282
19031
  "type": "integer"
17283
19032
  },
17284
- "granularity": {
17285
- "enum": [
17286
- "day",
17287
- "week",
17288
- "month",
17289
- "quarter",
17290
- "year"
17291
- ]
19033
+ "granularity": {
19034
+ "type": "string"
17292
19035
  }
17293
19036
  },
17294
19037
  "additionalProperties": false,
@@ -17344,6 +19087,65 @@
17344
19087
  }
17345
19088
  ],
17346
19089
  "default": null
19090
+ },
19091
+ "cumulative_type_params": {
19092
+ "anyOf": [
19093
+ {
19094
+ "type": "object",
19095
+ "title": "CumulativeTypeParams",
19096
+ "properties": {
19097
+ "window": {
19098
+ "anyOf": [
19099
+ {
19100
+ "type": "object",
19101
+ "title": "MetricTimeWindow",
19102
+ "properties": {
19103
+ "count": {
19104
+ "type": "integer"
19105
+ },
19106
+ "granularity": {
19107
+ "type": "string"
19108
+ }
19109
+ },
19110
+ "additionalProperties": false,
19111
+ "required": [
19112
+ "count",
19113
+ "granularity"
19114
+ ]
19115
+ },
19116
+ {
19117
+ "type": "null"
19118
+ }
19119
+ ],
19120
+ "default": null
19121
+ },
19122
+ "grain_to_date": {
19123
+ "anyOf": [
19124
+ {
19125
+ "type": "string"
19126
+ },
19127
+ {
19128
+ "type": "null"
19129
+ }
19130
+ ],
19131
+ "default": null
19132
+ },
19133
+ "period_agg": {
19134
+ "enum": [
19135
+ "first",
19136
+ "last",
19137
+ "average"
19138
+ ],
19139
+ "default": "first"
19140
+ }
19141
+ },
19142
+ "additionalProperties": false
19143
+ },
19144
+ {
19145
+ "type": "null"
19146
+ }
19147
+ ],
19148
+ "default": null
17347
19149
  }
17348
19150
  },
17349
19151
  "additionalProperties": false
@@ -17429,6 +19231,17 @@
17429
19231
  ],
17430
19232
  "default": null
17431
19233
  },
19234
+ "time_granularity": {
19235
+ "anyOf": [
19236
+ {
19237
+ "type": "string"
19238
+ },
19239
+ {
19240
+ "type": "null"
19241
+ }
19242
+ ],
19243
+ "default": null
19244
+ },
17432
19245
  "meta": {
17433
19246
  "type": "object",
17434
19247
  "propertyNames": {
@@ -17663,6 +19476,23 @@
17663
19476
  "type": "null"
17664
19477
  }
17665
19478
  ]
19479
+ },
19480
+ "order_by": {
19481
+ "type": "array",
19482
+ "items": {
19483
+ "type": "string"
19484
+ }
19485
+ },
19486
+ "limit": {
19487
+ "anyOf": [
19488
+ {
19489
+ "type": "integer"
19490
+ },
19491
+ {
19492
+ "type": "null"
19493
+ }
19494
+ ],
19495
+ "default": null
17666
19496
  }
17667
19497
  },
17668
19498
  "additionalProperties": false,
@@ -17729,6 +19559,15 @@
17729
19559
  "required": [
17730
19560
  "export_as"
17731
19561
  ]
19562
+ },
19563
+ "unrendered_config": {
19564
+ "type": "object",
19565
+ "additionalProperties": {
19566
+ "type": "string"
19567
+ },
19568
+ "propertyNames": {
19569
+ "type": "string"
19570
+ }
17732
19571
  }
17733
19572
  },
17734
19573
  "additionalProperties": false,
@@ -17951,6 +19790,19 @@
17951
19790
  "additionalProperties": false,
17952
19791
  "required": ["name"]
17953
19792
  }
19793
+ },
19794
+ "tags": {
19795
+ "anyOf": [
19796
+ {
19797
+ "type": "array",
19798
+ "items": {
19799
+ "type": "string"
19800
+ }
19801
+ },
19802
+ {
19803
+ "type": "string"
19804
+ }
19805
+ ]
17954
19806
  }
17955
19807
  },
17956
19808
  "additionalProperties": false,
@@ -18170,6 +20022,27 @@
18170
20022
  }
18171
20023
  ],
18172
20024
  "default": null
20025
+ },
20026
+ "config": {
20027
+ "anyOf": [
20028
+ {
20029
+ "type": "object",
20030
+ "title": "SemanticLayerElementConfig",
20031
+ "properties": {
20032
+ "meta": {
20033
+ "type": "object",
20034
+ "propertyNames": {
20035
+ "type": "string"
20036
+ }
20037
+ }
20038
+ },
20039
+ "additionalProperties": false
20040
+ },
20041
+ {
20042
+ "type": "null"
20043
+ }
20044
+ ],
20045
+ "default": null
18173
20046
  }
18174
20047
  },
18175
20048
  "additionalProperties": false,
@@ -18321,6 +20194,27 @@
18321
20194
  }
18322
20195
  ],
18323
20196
  "default": null
20197
+ },
20198
+ "config": {
20199
+ "anyOf": [
20200
+ {
20201
+ "type": "object",
20202
+ "title": "SemanticLayerElementConfig",
20203
+ "properties": {
20204
+ "meta": {
20205
+ "type": "object",
20206
+ "propertyNames": {
20207
+ "type": "string"
20208
+ }
20209
+ }
20210
+ },
20211
+ "additionalProperties": false
20212
+ },
20213
+ {
20214
+ "type": "null"
20215
+ }
20216
+ ],
20217
+ "default": null
18324
20218
  }
18325
20219
  },
18326
20220
  "additionalProperties": false,
@@ -18376,6 +20270,12 @@
18376
20270
  "properties": {
18377
20271
  "time_granularity": {
18378
20272
  "enum": [
20273
+ "nanosecond",
20274
+ "microsecond",
20275
+ "millisecond",
20276
+ "second",
20277
+ "minute",
20278
+ "hour",
18379
20279
  "day",
18380
20280
  "week",
18381
20281
  "month",
@@ -18475,6 +20375,27 @@
18475
20375
  }
18476
20376
  ],
18477
20377
  "default": null
20378
+ },
20379
+ "config": {
20380
+ "anyOf": [
20381
+ {
20382
+ "type": "object",
20383
+ "title": "SemanticLayerElementConfig",
20384
+ "properties": {
20385
+ "meta": {
20386
+ "type": "object",
20387
+ "propertyNames": {
20388
+ "type": "string"
20389
+ }
20390
+ }
20391
+ },
20392
+ "additionalProperties": false
20393
+ },
20394
+ {
20395
+ "type": "null"
20396
+ }
20397
+ ],
20398
+ "default": null
18478
20399
  }
18479
20400
  },
18480
20401
  "additionalProperties": false,
@@ -18898,6 +20819,10 @@
18898
20819
  "propertyNames": {
18899
20820
  "type": "string"
18900
20821
  }
20822
+ },
20823
+ "enabled": {
20824
+ "type": "boolean",
20825
+ "default": true
18901
20826
  }
18902
20827
  },
18903
20828
  "additionalProperties": true
@@ -19162,6 +21087,23 @@
19162
21087
  "type": "null"
19163
21088
  }
19164
21089
  ]
21090
+ },
21091
+ "order_by": {
21092
+ "type": "array",
21093
+ "items": {
21094
+ "type": "string"
21095
+ }
21096
+ },
21097
+ "limit": {
21098
+ "anyOf": [
21099
+ {
21100
+ "type": "integer"
21101
+ },
21102
+ {
21103
+ "type": "null"
21104
+ }
21105
+ ],
21106
+ "default": null
19165
21107
  }
19166
21108
  },
19167
21109
  "additionalProperties": false,
@@ -19219,6 +21161,15 @@
19219
21161
  },
19220
21162
  "additionalProperties": false,
19221
21163
  "required": ["export_as"]
21164
+ },
21165
+ "unrendered_config": {
21166
+ "type": "object",
21167
+ "additionalProperties": {
21168
+ "type": "string"
21169
+ },
21170
+ "propertyNames": {
21171
+ "type": "string"
21172
+ }
19222
21173
  }
19223
21174
  },
19224
21175
  "additionalProperties": false,
@@ -19435,6 +21386,19 @@
19435
21386
  "additionalProperties": false,
19436
21387
  "required": ["name"]
19437
21388
  }
21389
+ },
21390
+ "tags": {
21391
+ "anyOf": [
21392
+ {
21393
+ "type": "array",
21394
+ "items": {
21395
+ "type": "string"
21396
+ }
21397
+ },
21398
+ {
21399
+ "type": "string"
21400
+ }
21401
+ ]
19438
21402
  }
19439
21403
  },
19440
21404
  "additionalProperties": false,
@@ -19658,6 +21622,27 @@
19658
21622
  }
19659
21623
  ],
19660
21624
  "default": null
21625
+ },
21626
+ "config": {
21627
+ "anyOf": [
21628
+ {
21629
+ "type": "object",
21630
+ "title": "SemanticLayerElementConfig",
21631
+ "properties": {
21632
+ "meta": {
21633
+ "type": "object",
21634
+ "propertyNames": {
21635
+ "type": "string"
21636
+ }
21637
+ }
21638
+ },
21639
+ "additionalProperties": false
21640
+ },
21641
+ {
21642
+ "type": "null"
21643
+ }
21644
+ ],
21645
+ "default": null
19661
21646
  }
19662
21647
  },
19663
21648
  "additionalProperties": false,
@@ -19809,6 +21794,27 @@
19809
21794
  }
19810
21795
  ],
19811
21796
  "default": null
21797
+ },
21798
+ "config": {
21799
+ "anyOf": [
21800
+ {
21801
+ "type": "object",
21802
+ "title": "SemanticLayerElementConfig",
21803
+ "properties": {
21804
+ "meta": {
21805
+ "type": "object",
21806
+ "propertyNames": {
21807
+ "type": "string"
21808
+ }
21809
+ }
21810
+ },
21811
+ "additionalProperties": false
21812
+ },
21813
+ {
21814
+ "type": "null"
21815
+ }
21816
+ ],
21817
+ "default": null
19812
21818
  }
19813
21819
  },
19814
21820
  "additionalProperties": false,
@@ -19861,6 +21867,12 @@
19861
21867
  "properties": {
19862
21868
  "time_granularity": {
19863
21869
  "enum": [
21870
+ "nanosecond",
21871
+ "microsecond",
21872
+ "millisecond",
21873
+ "second",
21874
+ "minute",
21875
+ "hour",
19864
21876
  "day",
19865
21877
  "week",
19866
21878
  "month",
@@ -19958,6 +21970,27 @@
19958
21970
  }
19959
21971
  ],
19960
21972
  "default": null
21973
+ },
21974
+ "config": {
21975
+ "anyOf": [
21976
+ {
21977
+ "type": "object",
21978
+ "title": "SemanticLayerElementConfig",
21979
+ "properties": {
21980
+ "meta": {
21981
+ "type": "object",
21982
+ "propertyNames": {
21983
+ "type": "string"
21984
+ }
21985
+ }
21986
+ },
21987
+ "additionalProperties": false
21988
+ },
21989
+ {
21990
+ "type": "null"
21991
+ }
21992
+ ],
21993
+ "default": null
19961
21994
  }
19962
21995
  },
19963
21996
  "additionalProperties": false,
@@ -20377,6 +22410,10 @@
20377
22410
  "propertyNames": {
20378
22411
  "type": "string"
20379
22412
  }
22413
+ },
22414
+ "enabled": {
22415
+ "type": "boolean",
22416
+ "default": true
20380
22417
  }
20381
22418
  },
20382
22419
  "additionalProperties": true