@rlvt/datasources-openapi-client 1.0.283 → 1.0.285
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/api.d.ts +435 -0
- package/build/definitions.d.ts +62 -1
- package/build/definitions.js +2 -1
- package/package.json +1 -1
package/build/api.d.ts
CHANGED
|
@@ -756,6 +756,9 @@ export default class {
|
|
|
756
756
|
columnsList?: string[] | undefined;
|
|
757
757
|
} | undefined;
|
|
758
758
|
type?: "parquet" | undefined;
|
|
759
|
+
} | {
|
|
760
|
+
options?: unknown;
|
|
761
|
+
type?: "avro" | undefined;
|
|
759
762
|
} | undefined;
|
|
760
763
|
textEncoding?: string | undefined;
|
|
761
764
|
} | undefined;
|
|
@@ -799,6 +802,9 @@ export default class {
|
|
|
799
802
|
columnsList?: string[] | undefined;
|
|
800
803
|
} | undefined;
|
|
801
804
|
type?: "parquet" | undefined;
|
|
805
|
+
} | {
|
|
806
|
+
options?: unknown;
|
|
807
|
+
type?: "avro" | undefined;
|
|
802
808
|
} | undefined;
|
|
803
809
|
textEncoding?: string | undefined;
|
|
804
810
|
} | undefined;
|
|
@@ -843,6 +849,9 @@ export default class {
|
|
|
843
849
|
columnsList?: string[] | undefined;
|
|
844
850
|
} | undefined;
|
|
845
851
|
type?: "parquet" | undefined;
|
|
852
|
+
} | {
|
|
853
|
+
options?: unknown;
|
|
854
|
+
type?: "avro" | undefined;
|
|
846
855
|
} | undefined;
|
|
847
856
|
textEncoding?: string | undefined;
|
|
848
857
|
host?: string | undefined;
|
|
@@ -890,6 +899,9 @@ export default class {
|
|
|
890
899
|
columnsList?: string[] | undefined;
|
|
891
900
|
} | undefined;
|
|
892
901
|
type?: "parquet" | undefined;
|
|
902
|
+
} | {
|
|
903
|
+
options?: unknown;
|
|
904
|
+
type?: "avro" | undefined;
|
|
893
905
|
} | undefined;
|
|
894
906
|
textEncoding?: string | undefined;
|
|
895
907
|
host?: string | undefined;
|
|
@@ -1394,6 +1406,9 @@ export default class {
|
|
|
1394
1406
|
columnsList?: string[] | undefined;
|
|
1395
1407
|
} | undefined;
|
|
1396
1408
|
type?: "parquet" | undefined;
|
|
1409
|
+
} | {
|
|
1410
|
+
options?: unknown;
|
|
1411
|
+
type?: "avro" | undefined;
|
|
1397
1412
|
} | undefined;
|
|
1398
1413
|
textEncoding?: string | undefined;
|
|
1399
1414
|
} | undefined;
|
|
@@ -1437,6 +1452,9 @@ export default class {
|
|
|
1437
1452
|
columnsList?: string[] | undefined;
|
|
1438
1453
|
} | undefined;
|
|
1439
1454
|
type?: "parquet" | undefined;
|
|
1455
|
+
} | {
|
|
1456
|
+
options?: unknown;
|
|
1457
|
+
type?: "avro" | undefined;
|
|
1440
1458
|
} | undefined;
|
|
1441
1459
|
textEncoding?: string | undefined;
|
|
1442
1460
|
} | undefined;
|
|
@@ -1481,6 +1499,9 @@ export default class {
|
|
|
1481
1499
|
columnsList?: string[] | undefined;
|
|
1482
1500
|
} | undefined;
|
|
1483
1501
|
type?: "parquet" | undefined;
|
|
1502
|
+
} | {
|
|
1503
|
+
options?: unknown;
|
|
1504
|
+
type?: "avro" | undefined;
|
|
1484
1505
|
} | undefined;
|
|
1485
1506
|
textEncoding?: string | undefined;
|
|
1486
1507
|
host?: string | undefined;
|
|
@@ -1528,6 +1549,9 @@ export default class {
|
|
|
1528
1549
|
columnsList?: string[] | undefined;
|
|
1529
1550
|
} | undefined;
|
|
1530
1551
|
type?: "parquet" | undefined;
|
|
1552
|
+
} | {
|
|
1553
|
+
options?: unknown;
|
|
1554
|
+
type?: "avro" | undefined;
|
|
1531
1555
|
} | undefined;
|
|
1532
1556
|
textEncoding?: string | undefined;
|
|
1533
1557
|
host?: string | undefined;
|
|
@@ -2126,6 +2150,9 @@ export default class {
|
|
|
2126
2150
|
columnsList?: string[] | undefined;
|
|
2127
2151
|
} | undefined;
|
|
2128
2152
|
type?: "parquet" | undefined;
|
|
2153
|
+
} | {
|
|
2154
|
+
options?: unknown;
|
|
2155
|
+
type?: "avro" | undefined;
|
|
2129
2156
|
} | undefined;
|
|
2130
2157
|
textEncoding?: string | undefined;
|
|
2131
2158
|
} | undefined;
|
|
@@ -2169,6 +2196,9 @@ export default class {
|
|
|
2169
2196
|
columnsList?: string[] | undefined;
|
|
2170
2197
|
} | undefined;
|
|
2171
2198
|
type?: "parquet" | undefined;
|
|
2199
|
+
} | {
|
|
2200
|
+
options?: unknown;
|
|
2201
|
+
type?: "avro" | undefined;
|
|
2172
2202
|
} | undefined;
|
|
2173
2203
|
textEncoding?: string | undefined;
|
|
2174
2204
|
} | undefined;
|
|
@@ -2213,6 +2243,9 @@ export default class {
|
|
|
2213
2243
|
columnsList?: string[] | undefined;
|
|
2214
2244
|
} | undefined;
|
|
2215
2245
|
type?: "parquet" | undefined;
|
|
2246
|
+
} | {
|
|
2247
|
+
options?: unknown;
|
|
2248
|
+
type?: "avro" | undefined;
|
|
2216
2249
|
} | undefined;
|
|
2217
2250
|
textEncoding?: string | undefined;
|
|
2218
2251
|
host?: string | undefined;
|
|
@@ -2260,6 +2293,9 @@ export default class {
|
|
|
2260
2293
|
columnsList?: string[] | undefined;
|
|
2261
2294
|
} | undefined;
|
|
2262
2295
|
type?: "parquet" | undefined;
|
|
2296
|
+
} | {
|
|
2297
|
+
options?: unknown;
|
|
2298
|
+
type?: "avro" | undefined;
|
|
2263
2299
|
} | undefined;
|
|
2264
2300
|
textEncoding?: string | undefined;
|
|
2265
2301
|
host?: string | undefined;
|
|
@@ -2764,6 +2800,9 @@ export default class {
|
|
|
2764
2800
|
columnsList?: string[] | undefined;
|
|
2765
2801
|
} | undefined;
|
|
2766
2802
|
type?: "parquet" | undefined;
|
|
2803
|
+
} | {
|
|
2804
|
+
options?: unknown;
|
|
2805
|
+
type?: "avro" | undefined;
|
|
2767
2806
|
} | undefined;
|
|
2768
2807
|
textEncoding?: string | undefined;
|
|
2769
2808
|
} | undefined;
|
|
@@ -2807,6 +2846,9 @@ export default class {
|
|
|
2807
2846
|
columnsList?: string[] | undefined;
|
|
2808
2847
|
} | undefined;
|
|
2809
2848
|
type?: "parquet" | undefined;
|
|
2849
|
+
} | {
|
|
2850
|
+
options?: unknown;
|
|
2851
|
+
type?: "avro" | undefined;
|
|
2810
2852
|
} | undefined;
|
|
2811
2853
|
textEncoding?: string | undefined;
|
|
2812
2854
|
} | undefined;
|
|
@@ -2851,6 +2893,9 @@ export default class {
|
|
|
2851
2893
|
columnsList?: string[] | undefined;
|
|
2852
2894
|
} | undefined;
|
|
2853
2895
|
type?: "parquet" | undefined;
|
|
2896
|
+
} | {
|
|
2897
|
+
options?: unknown;
|
|
2898
|
+
type?: "avro" | undefined;
|
|
2854
2899
|
} | undefined;
|
|
2855
2900
|
textEncoding?: string | undefined;
|
|
2856
2901
|
host?: string | undefined;
|
|
@@ -2898,6 +2943,9 @@ export default class {
|
|
|
2898
2943
|
columnsList?: string[] | undefined;
|
|
2899
2944
|
} | undefined;
|
|
2900
2945
|
type?: "parquet" | undefined;
|
|
2946
|
+
} | {
|
|
2947
|
+
options?: unknown;
|
|
2948
|
+
type?: "avro" | undefined;
|
|
2901
2949
|
} | undefined;
|
|
2902
2950
|
textEncoding?: string | undefined;
|
|
2903
2951
|
host?: string | undefined;
|
|
@@ -4550,6 +4598,9 @@ export default class {
|
|
|
4550
4598
|
columnsList?: string[] | undefined;
|
|
4551
4599
|
};
|
|
4552
4600
|
type: "parquet";
|
|
4601
|
+
} | {
|
|
4602
|
+
options: unknown;
|
|
4603
|
+
type: "avro";
|
|
4553
4604
|
} | undefined;
|
|
4554
4605
|
textEncoding?: string | undefined;
|
|
4555
4606
|
};
|
|
@@ -4593,6 +4644,9 @@ export default class {
|
|
|
4593
4644
|
columnsList?: string[] | undefined;
|
|
4594
4645
|
};
|
|
4595
4646
|
type: "parquet";
|
|
4647
|
+
} | {
|
|
4648
|
+
options: unknown;
|
|
4649
|
+
type: "avro";
|
|
4596
4650
|
};
|
|
4597
4651
|
textEncoding: string;
|
|
4598
4652
|
};
|
|
@@ -4637,6 +4691,9 @@ export default class {
|
|
|
4637
4691
|
columnsList?: string[] | undefined;
|
|
4638
4692
|
};
|
|
4639
4693
|
type: "parquet";
|
|
4694
|
+
} | {
|
|
4695
|
+
options: unknown;
|
|
4696
|
+
type: "avro";
|
|
4640
4697
|
} | undefined;
|
|
4641
4698
|
textEncoding?: string | undefined;
|
|
4642
4699
|
host: string;
|
|
@@ -4684,6 +4741,9 @@ export default class {
|
|
|
4684
4741
|
columnsList?: string[] | undefined;
|
|
4685
4742
|
};
|
|
4686
4743
|
type: "parquet";
|
|
4744
|
+
} | {
|
|
4745
|
+
options: unknown;
|
|
4746
|
+
type: "avro";
|
|
4687
4747
|
} | undefined;
|
|
4688
4748
|
textEncoding?: string | undefined;
|
|
4689
4749
|
host: string;
|
|
@@ -5404,6 +5464,9 @@ export default class {
|
|
|
5404
5464
|
columnsList?: string[] | undefined;
|
|
5405
5465
|
};
|
|
5406
5466
|
type: "parquet";
|
|
5467
|
+
} | {
|
|
5468
|
+
options: unknown;
|
|
5469
|
+
type: "avro";
|
|
5407
5470
|
} | undefined;
|
|
5408
5471
|
textEncoding?: string | undefined;
|
|
5409
5472
|
};
|
|
@@ -5447,6 +5510,9 @@ export default class {
|
|
|
5447
5510
|
columnsList?: string[] | undefined;
|
|
5448
5511
|
};
|
|
5449
5512
|
type: "parquet";
|
|
5513
|
+
} | {
|
|
5514
|
+
options: unknown;
|
|
5515
|
+
type: "avro";
|
|
5450
5516
|
};
|
|
5451
5517
|
textEncoding: string;
|
|
5452
5518
|
};
|
|
@@ -5491,6 +5557,9 @@ export default class {
|
|
|
5491
5557
|
columnsList?: string[] | undefined;
|
|
5492
5558
|
};
|
|
5493
5559
|
type: "parquet";
|
|
5560
|
+
} | {
|
|
5561
|
+
options: unknown;
|
|
5562
|
+
type: "avro";
|
|
5494
5563
|
} | undefined;
|
|
5495
5564
|
textEncoding?: string | undefined;
|
|
5496
5565
|
host: string;
|
|
@@ -5538,6 +5607,9 @@ export default class {
|
|
|
5538
5607
|
columnsList?: string[] | undefined;
|
|
5539
5608
|
};
|
|
5540
5609
|
type: "parquet";
|
|
5610
|
+
} | {
|
|
5611
|
+
options: unknown;
|
|
5612
|
+
type: "avro";
|
|
5541
5613
|
} | undefined;
|
|
5542
5614
|
textEncoding?: string | undefined;
|
|
5543
5615
|
host: string;
|
|
@@ -6500,6 +6572,9 @@ export default class {
|
|
|
6500
6572
|
columnsList?: string[] | undefined;
|
|
6501
6573
|
};
|
|
6502
6574
|
type: "parquet";
|
|
6575
|
+
} | {
|
|
6576
|
+
options: unknown;
|
|
6577
|
+
type: "avro";
|
|
6503
6578
|
} | undefined;
|
|
6504
6579
|
textEncoding?: string | undefined;
|
|
6505
6580
|
};
|
|
@@ -6543,6 +6618,9 @@ export default class {
|
|
|
6543
6618
|
columnsList?: string[] | undefined;
|
|
6544
6619
|
};
|
|
6545
6620
|
type: "parquet";
|
|
6621
|
+
} | {
|
|
6622
|
+
options: unknown;
|
|
6623
|
+
type: "avro";
|
|
6546
6624
|
};
|
|
6547
6625
|
textEncoding: string;
|
|
6548
6626
|
};
|
|
@@ -6587,6 +6665,9 @@ export default class {
|
|
|
6587
6665
|
columnsList?: string[] | undefined;
|
|
6588
6666
|
};
|
|
6589
6667
|
type: "parquet";
|
|
6668
|
+
} | {
|
|
6669
|
+
options: unknown;
|
|
6670
|
+
type: "avro";
|
|
6590
6671
|
} | undefined;
|
|
6591
6672
|
textEncoding?: string | undefined;
|
|
6592
6673
|
host: string;
|
|
@@ -6634,6 +6715,9 @@ export default class {
|
|
|
6634
6715
|
columnsList?: string[] | undefined;
|
|
6635
6716
|
};
|
|
6636
6717
|
type: "parquet";
|
|
6718
|
+
} | {
|
|
6719
|
+
options: unknown;
|
|
6720
|
+
type: "avro";
|
|
6637
6721
|
} | undefined;
|
|
6638
6722
|
textEncoding?: string | undefined;
|
|
6639
6723
|
host: string;
|
|
@@ -7354,6 +7438,9 @@ export default class {
|
|
|
7354
7438
|
columnsList?: string[] | undefined;
|
|
7355
7439
|
};
|
|
7356
7440
|
type: "parquet";
|
|
7441
|
+
} | {
|
|
7442
|
+
options: unknown;
|
|
7443
|
+
type: "avro";
|
|
7357
7444
|
} | undefined;
|
|
7358
7445
|
textEncoding?: string | undefined;
|
|
7359
7446
|
};
|
|
@@ -7397,6 +7484,9 @@ export default class {
|
|
|
7397
7484
|
columnsList?: string[] | undefined;
|
|
7398
7485
|
};
|
|
7399
7486
|
type: "parquet";
|
|
7487
|
+
} | {
|
|
7488
|
+
options: unknown;
|
|
7489
|
+
type: "avro";
|
|
7400
7490
|
};
|
|
7401
7491
|
textEncoding: string;
|
|
7402
7492
|
};
|
|
@@ -7441,6 +7531,9 @@ export default class {
|
|
|
7441
7531
|
columnsList?: string[] | undefined;
|
|
7442
7532
|
};
|
|
7443
7533
|
type: "parquet";
|
|
7534
|
+
} | {
|
|
7535
|
+
options: unknown;
|
|
7536
|
+
type: "avro";
|
|
7444
7537
|
} | undefined;
|
|
7445
7538
|
textEncoding?: string | undefined;
|
|
7446
7539
|
host: string;
|
|
@@ -7488,6 +7581,9 @@ export default class {
|
|
|
7488
7581
|
columnsList?: string[] | undefined;
|
|
7489
7582
|
};
|
|
7490
7583
|
type: "parquet";
|
|
7584
|
+
} | {
|
|
7585
|
+
options: unknown;
|
|
7586
|
+
type: "avro";
|
|
7491
7587
|
} | undefined;
|
|
7492
7588
|
textEncoding?: string | undefined;
|
|
7493
7589
|
host: string;
|
|
@@ -8878,6 +8974,9 @@ export default class {
|
|
|
8878
8974
|
columnsList?: string[] | undefined;
|
|
8879
8975
|
};
|
|
8880
8976
|
type: "parquet";
|
|
8977
|
+
} | {
|
|
8978
|
+
options: unknown;
|
|
8979
|
+
type: "avro";
|
|
8881
8980
|
} | undefined;
|
|
8882
8981
|
textEncoding?: string | undefined;
|
|
8883
8982
|
};
|
|
@@ -8921,6 +9020,9 @@ export default class {
|
|
|
8921
9020
|
columnsList?: string[] | undefined;
|
|
8922
9021
|
};
|
|
8923
9022
|
type: "parquet";
|
|
9023
|
+
} | {
|
|
9024
|
+
options: unknown;
|
|
9025
|
+
type: "avro";
|
|
8924
9026
|
};
|
|
8925
9027
|
textEncoding: string;
|
|
8926
9028
|
};
|
|
@@ -8965,6 +9067,9 @@ export default class {
|
|
|
8965
9067
|
columnsList?: string[] | undefined;
|
|
8966
9068
|
};
|
|
8967
9069
|
type: "parquet";
|
|
9070
|
+
} | {
|
|
9071
|
+
options: unknown;
|
|
9072
|
+
type: "avro";
|
|
8968
9073
|
} | undefined;
|
|
8969
9074
|
textEncoding?: string | undefined;
|
|
8970
9075
|
host: string;
|
|
@@ -9012,6 +9117,9 @@ export default class {
|
|
|
9012
9117
|
columnsList?: string[] | undefined;
|
|
9013
9118
|
};
|
|
9014
9119
|
type: "parquet";
|
|
9120
|
+
} | {
|
|
9121
|
+
options: unknown;
|
|
9122
|
+
type: "avro";
|
|
9015
9123
|
} | undefined;
|
|
9016
9124
|
textEncoding?: string | undefined;
|
|
9017
9125
|
host: string;
|
|
@@ -9732,6 +9840,9 @@ export default class {
|
|
|
9732
9840
|
columnsList?: string[] | undefined;
|
|
9733
9841
|
};
|
|
9734
9842
|
type: "parquet";
|
|
9843
|
+
} | {
|
|
9844
|
+
options: unknown;
|
|
9845
|
+
type: "avro";
|
|
9735
9846
|
} | undefined;
|
|
9736
9847
|
textEncoding?: string | undefined;
|
|
9737
9848
|
};
|
|
@@ -9775,6 +9886,9 @@ export default class {
|
|
|
9775
9886
|
columnsList?: string[] | undefined;
|
|
9776
9887
|
};
|
|
9777
9888
|
type: "parquet";
|
|
9889
|
+
} | {
|
|
9890
|
+
options: unknown;
|
|
9891
|
+
type: "avro";
|
|
9778
9892
|
};
|
|
9779
9893
|
textEncoding: string;
|
|
9780
9894
|
};
|
|
@@ -9819,6 +9933,9 @@ export default class {
|
|
|
9819
9933
|
columnsList?: string[] | undefined;
|
|
9820
9934
|
};
|
|
9821
9935
|
type: "parquet";
|
|
9936
|
+
} | {
|
|
9937
|
+
options: unknown;
|
|
9938
|
+
type: "avro";
|
|
9822
9939
|
} | undefined;
|
|
9823
9940
|
textEncoding?: string | undefined;
|
|
9824
9941
|
host: string;
|
|
@@ -9866,6 +9983,9 @@ export default class {
|
|
|
9866
9983
|
columnsList?: string[] | undefined;
|
|
9867
9984
|
};
|
|
9868
9985
|
type: "parquet";
|
|
9986
|
+
} | {
|
|
9987
|
+
options: unknown;
|
|
9988
|
+
type: "avro";
|
|
9869
9989
|
} | undefined;
|
|
9870
9990
|
textEncoding?: string | undefined;
|
|
9871
9991
|
host: string;
|
|
@@ -10828,6 +10948,9 @@ export default class {
|
|
|
10828
10948
|
columnsList?: string[] | undefined;
|
|
10829
10949
|
};
|
|
10830
10950
|
type: "parquet";
|
|
10951
|
+
} | {
|
|
10952
|
+
options: unknown;
|
|
10953
|
+
type: "avro";
|
|
10831
10954
|
} | undefined;
|
|
10832
10955
|
textEncoding?: string | undefined;
|
|
10833
10956
|
};
|
|
@@ -10871,6 +10994,9 @@ export default class {
|
|
|
10871
10994
|
columnsList?: string[] | undefined;
|
|
10872
10995
|
};
|
|
10873
10996
|
type: "parquet";
|
|
10997
|
+
} | {
|
|
10998
|
+
options: unknown;
|
|
10999
|
+
type: "avro";
|
|
10874
11000
|
};
|
|
10875
11001
|
textEncoding: string;
|
|
10876
11002
|
};
|
|
@@ -10915,6 +11041,9 @@ export default class {
|
|
|
10915
11041
|
columnsList?: string[] | undefined;
|
|
10916
11042
|
};
|
|
10917
11043
|
type: "parquet";
|
|
11044
|
+
} | {
|
|
11045
|
+
options: unknown;
|
|
11046
|
+
type: "avro";
|
|
10918
11047
|
} | undefined;
|
|
10919
11048
|
textEncoding?: string | undefined;
|
|
10920
11049
|
host: string;
|
|
@@ -10962,6 +11091,9 @@ export default class {
|
|
|
10962
11091
|
columnsList?: string[] | undefined;
|
|
10963
11092
|
};
|
|
10964
11093
|
type: "parquet";
|
|
11094
|
+
} | {
|
|
11095
|
+
options: unknown;
|
|
11096
|
+
type: "avro";
|
|
10965
11097
|
} | undefined;
|
|
10966
11098
|
textEncoding?: string | undefined;
|
|
10967
11099
|
host: string;
|
|
@@ -11682,6 +11814,9 @@ export default class {
|
|
|
11682
11814
|
columnsList?: string[] | undefined;
|
|
11683
11815
|
};
|
|
11684
11816
|
type: "parquet";
|
|
11817
|
+
} | {
|
|
11818
|
+
options: unknown;
|
|
11819
|
+
type: "avro";
|
|
11685
11820
|
} | undefined;
|
|
11686
11821
|
textEncoding?: string | undefined;
|
|
11687
11822
|
};
|
|
@@ -11725,6 +11860,9 @@ export default class {
|
|
|
11725
11860
|
columnsList?: string[] | undefined;
|
|
11726
11861
|
};
|
|
11727
11862
|
type: "parquet";
|
|
11863
|
+
} | {
|
|
11864
|
+
options: unknown;
|
|
11865
|
+
type: "avro";
|
|
11728
11866
|
};
|
|
11729
11867
|
textEncoding: string;
|
|
11730
11868
|
};
|
|
@@ -11769,6 +11907,9 @@ export default class {
|
|
|
11769
11907
|
columnsList?: string[] | undefined;
|
|
11770
11908
|
};
|
|
11771
11909
|
type: "parquet";
|
|
11910
|
+
} | {
|
|
11911
|
+
options: unknown;
|
|
11912
|
+
type: "avro";
|
|
11772
11913
|
} | undefined;
|
|
11773
11914
|
textEncoding?: string | undefined;
|
|
11774
11915
|
host: string;
|
|
@@ -11816,6 +11957,9 @@ export default class {
|
|
|
11816
11957
|
columnsList?: string[] | undefined;
|
|
11817
11958
|
};
|
|
11818
11959
|
type: "parquet";
|
|
11960
|
+
} | {
|
|
11961
|
+
options: unknown;
|
|
11962
|
+
type: "avro";
|
|
11819
11963
|
} | undefined;
|
|
11820
11964
|
textEncoding?: string | undefined;
|
|
11821
11965
|
host: string;
|
|
@@ -13198,6 +13342,9 @@ export default class {
|
|
|
13198
13342
|
columnsList?: string[] | undefined;
|
|
13199
13343
|
};
|
|
13200
13344
|
type: "parquet";
|
|
13345
|
+
} | {
|
|
13346
|
+
options: unknown;
|
|
13347
|
+
type: "avro";
|
|
13201
13348
|
} | undefined;
|
|
13202
13349
|
textEncoding?: string | undefined;
|
|
13203
13350
|
};
|
|
@@ -13241,6 +13388,9 @@ export default class {
|
|
|
13241
13388
|
columnsList?: string[] | undefined;
|
|
13242
13389
|
};
|
|
13243
13390
|
type: "parquet";
|
|
13391
|
+
} | {
|
|
13392
|
+
options: unknown;
|
|
13393
|
+
type: "avro";
|
|
13244
13394
|
};
|
|
13245
13395
|
textEncoding: string;
|
|
13246
13396
|
};
|
|
@@ -13285,6 +13435,9 @@ export default class {
|
|
|
13285
13435
|
columnsList?: string[] | undefined;
|
|
13286
13436
|
};
|
|
13287
13437
|
type: "parquet";
|
|
13438
|
+
} | {
|
|
13439
|
+
options: unknown;
|
|
13440
|
+
type: "avro";
|
|
13288
13441
|
} | undefined;
|
|
13289
13442
|
textEncoding?: string | undefined;
|
|
13290
13443
|
host: string;
|
|
@@ -13332,6 +13485,9 @@ export default class {
|
|
|
13332
13485
|
columnsList?: string[] | undefined;
|
|
13333
13486
|
};
|
|
13334
13487
|
type: "parquet";
|
|
13488
|
+
} | {
|
|
13489
|
+
options: unknown;
|
|
13490
|
+
type: "avro";
|
|
13335
13491
|
} | undefined;
|
|
13336
13492
|
textEncoding?: string | undefined;
|
|
13337
13493
|
host: string;
|
|
@@ -14052,6 +14208,9 @@ export default class {
|
|
|
14052
14208
|
columnsList?: string[] | undefined;
|
|
14053
14209
|
};
|
|
14054
14210
|
type: "parquet";
|
|
14211
|
+
} | {
|
|
14212
|
+
options: unknown;
|
|
14213
|
+
type: "avro";
|
|
14055
14214
|
} | undefined;
|
|
14056
14215
|
textEncoding?: string | undefined;
|
|
14057
14216
|
};
|
|
@@ -14095,6 +14254,9 @@ export default class {
|
|
|
14095
14254
|
columnsList?: string[] | undefined;
|
|
14096
14255
|
};
|
|
14097
14256
|
type: "parquet";
|
|
14257
|
+
} | {
|
|
14258
|
+
options: unknown;
|
|
14259
|
+
type: "avro";
|
|
14098
14260
|
};
|
|
14099
14261
|
textEncoding: string;
|
|
14100
14262
|
};
|
|
@@ -14139,6 +14301,9 @@ export default class {
|
|
|
14139
14301
|
columnsList?: string[] | undefined;
|
|
14140
14302
|
};
|
|
14141
14303
|
type: "parquet";
|
|
14304
|
+
} | {
|
|
14305
|
+
options: unknown;
|
|
14306
|
+
type: "avro";
|
|
14142
14307
|
} | undefined;
|
|
14143
14308
|
textEncoding?: string | undefined;
|
|
14144
14309
|
host: string;
|
|
@@ -14186,6 +14351,9 @@ export default class {
|
|
|
14186
14351
|
columnsList?: string[] | undefined;
|
|
14187
14352
|
};
|
|
14188
14353
|
type: "parquet";
|
|
14354
|
+
} | {
|
|
14355
|
+
options: unknown;
|
|
14356
|
+
type: "avro";
|
|
14189
14357
|
} | undefined;
|
|
14190
14358
|
textEncoding?: string | undefined;
|
|
14191
14359
|
host: string;
|
|
@@ -15164,6 +15332,9 @@ export default class {
|
|
|
15164
15332
|
columnsList?: string[] | undefined;
|
|
15165
15333
|
};
|
|
15166
15334
|
type: "parquet";
|
|
15335
|
+
} | {
|
|
15336
|
+
options: unknown;
|
|
15337
|
+
type: "avro";
|
|
15167
15338
|
} | undefined;
|
|
15168
15339
|
textEncoding?: string | undefined;
|
|
15169
15340
|
};
|
|
@@ -15207,6 +15378,9 @@ export default class {
|
|
|
15207
15378
|
columnsList?: string[] | undefined;
|
|
15208
15379
|
};
|
|
15209
15380
|
type: "parquet";
|
|
15381
|
+
} | {
|
|
15382
|
+
options: unknown;
|
|
15383
|
+
type: "avro";
|
|
15210
15384
|
};
|
|
15211
15385
|
textEncoding: string;
|
|
15212
15386
|
};
|
|
@@ -15251,6 +15425,9 @@ export default class {
|
|
|
15251
15425
|
columnsList?: string[] | undefined;
|
|
15252
15426
|
};
|
|
15253
15427
|
type: "parquet";
|
|
15428
|
+
} | {
|
|
15429
|
+
options: unknown;
|
|
15430
|
+
type: "avro";
|
|
15254
15431
|
} | undefined;
|
|
15255
15432
|
textEncoding?: string | undefined;
|
|
15256
15433
|
host: string;
|
|
@@ -15298,6 +15475,9 @@ export default class {
|
|
|
15298
15475
|
columnsList?: string[] | undefined;
|
|
15299
15476
|
};
|
|
15300
15477
|
type: "parquet";
|
|
15478
|
+
} | {
|
|
15479
|
+
options: unknown;
|
|
15480
|
+
type: "avro";
|
|
15301
15481
|
} | undefined;
|
|
15302
15482
|
textEncoding?: string | undefined;
|
|
15303
15483
|
host: string;
|
|
@@ -16018,6 +16198,9 @@ export default class {
|
|
|
16018
16198
|
columnsList?: string[] | undefined;
|
|
16019
16199
|
};
|
|
16020
16200
|
type: "parquet";
|
|
16201
|
+
} | {
|
|
16202
|
+
options: unknown;
|
|
16203
|
+
type: "avro";
|
|
16021
16204
|
} | undefined;
|
|
16022
16205
|
textEncoding?: string | undefined;
|
|
16023
16206
|
};
|
|
@@ -16061,6 +16244,9 @@ export default class {
|
|
|
16061
16244
|
columnsList?: string[] | undefined;
|
|
16062
16245
|
};
|
|
16063
16246
|
type: "parquet";
|
|
16247
|
+
} | {
|
|
16248
|
+
options: unknown;
|
|
16249
|
+
type: "avro";
|
|
16064
16250
|
};
|
|
16065
16251
|
textEncoding: string;
|
|
16066
16252
|
};
|
|
@@ -16105,6 +16291,9 @@ export default class {
|
|
|
16105
16291
|
columnsList?: string[] | undefined;
|
|
16106
16292
|
};
|
|
16107
16293
|
type: "parquet";
|
|
16294
|
+
} | {
|
|
16295
|
+
options: unknown;
|
|
16296
|
+
type: "avro";
|
|
16108
16297
|
} | undefined;
|
|
16109
16298
|
textEncoding?: string | undefined;
|
|
16110
16299
|
host: string;
|
|
@@ -16152,6 +16341,9 @@ export default class {
|
|
|
16152
16341
|
columnsList?: string[] | undefined;
|
|
16153
16342
|
};
|
|
16154
16343
|
type: "parquet";
|
|
16344
|
+
} | {
|
|
16345
|
+
options: unknown;
|
|
16346
|
+
type: "avro";
|
|
16155
16347
|
} | undefined;
|
|
16156
16348
|
textEncoding?: string | undefined;
|
|
16157
16349
|
host: string;
|
|
@@ -17059,6 +17251,9 @@ export default class {
|
|
|
17059
17251
|
columnsList?: string[] | undefined;
|
|
17060
17252
|
};
|
|
17061
17253
|
type: "parquet";
|
|
17254
|
+
} | {
|
|
17255
|
+
options: unknown;
|
|
17256
|
+
type: "avro";
|
|
17062
17257
|
} | undefined;
|
|
17063
17258
|
textEncoding?: string | undefined;
|
|
17064
17259
|
};
|
|
@@ -17102,6 +17297,9 @@ export default class {
|
|
|
17102
17297
|
columnsList?: string[] | undefined;
|
|
17103
17298
|
};
|
|
17104
17299
|
type: "parquet";
|
|
17300
|
+
} | {
|
|
17301
|
+
options: unknown;
|
|
17302
|
+
type: "avro";
|
|
17105
17303
|
};
|
|
17106
17304
|
textEncoding: string;
|
|
17107
17305
|
};
|
|
@@ -17146,6 +17344,9 @@ export default class {
|
|
|
17146
17344
|
columnsList?: string[] | undefined;
|
|
17147
17345
|
};
|
|
17148
17346
|
type: "parquet";
|
|
17347
|
+
} | {
|
|
17348
|
+
options: unknown;
|
|
17349
|
+
type: "avro";
|
|
17149
17350
|
} | undefined;
|
|
17150
17351
|
textEncoding?: string | undefined;
|
|
17151
17352
|
host: string;
|
|
@@ -17193,6 +17394,9 @@ export default class {
|
|
|
17193
17394
|
columnsList?: string[] | undefined;
|
|
17194
17395
|
};
|
|
17195
17396
|
type: "parquet";
|
|
17397
|
+
} | {
|
|
17398
|
+
options: unknown;
|
|
17399
|
+
type: "avro";
|
|
17196
17400
|
} | undefined;
|
|
17197
17401
|
textEncoding?: string | undefined;
|
|
17198
17402
|
host: string;
|
|
@@ -17913,6 +18117,9 @@ export default class {
|
|
|
17913
18117
|
columnsList?: string[] | undefined;
|
|
17914
18118
|
};
|
|
17915
18119
|
type: "parquet";
|
|
18120
|
+
} | {
|
|
18121
|
+
options: unknown;
|
|
18122
|
+
type: "avro";
|
|
17916
18123
|
} | undefined;
|
|
17917
18124
|
textEncoding?: string | undefined;
|
|
17918
18125
|
};
|
|
@@ -17956,6 +18163,9 @@ export default class {
|
|
|
17956
18163
|
columnsList?: string[] | undefined;
|
|
17957
18164
|
};
|
|
17958
18165
|
type: "parquet";
|
|
18166
|
+
} | {
|
|
18167
|
+
options: unknown;
|
|
18168
|
+
type: "avro";
|
|
17959
18169
|
};
|
|
17960
18170
|
textEncoding: string;
|
|
17961
18171
|
};
|
|
@@ -18000,6 +18210,9 @@ export default class {
|
|
|
18000
18210
|
columnsList?: string[] | undefined;
|
|
18001
18211
|
};
|
|
18002
18212
|
type: "parquet";
|
|
18213
|
+
} | {
|
|
18214
|
+
options: unknown;
|
|
18215
|
+
type: "avro";
|
|
18003
18216
|
} | undefined;
|
|
18004
18217
|
textEncoding?: string | undefined;
|
|
18005
18218
|
host: string;
|
|
@@ -18047,6 +18260,9 @@ export default class {
|
|
|
18047
18260
|
columnsList?: string[] | undefined;
|
|
18048
18261
|
};
|
|
18049
18262
|
type: "parquet";
|
|
18263
|
+
} | {
|
|
18264
|
+
options: unknown;
|
|
18265
|
+
type: "avro";
|
|
18050
18266
|
} | undefined;
|
|
18051
18267
|
textEncoding?: string | undefined;
|
|
18052
18268
|
host: string;
|
|
@@ -19307,6 +19523,9 @@ export default class {
|
|
|
19307
19523
|
columnsList?: string[] | undefined;
|
|
19308
19524
|
};
|
|
19309
19525
|
type: "parquet";
|
|
19526
|
+
} | {
|
|
19527
|
+
options: unknown;
|
|
19528
|
+
type: "avro";
|
|
19310
19529
|
} | undefined;
|
|
19311
19530
|
textEncoding?: string | undefined;
|
|
19312
19531
|
};
|
|
@@ -19350,6 +19569,9 @@ export default class {
|
|
|
19350
19569
|
columnsList?: string[] | undefined;
|
|
19351
19570
|
};
|
|
19352
19571
|
type: "parquet";
|
|
19572
|
+
} | {
|
|
19573
|
+
options: unknown;
|
|
19574
|
+
type: "avro";
|
|
19353
19575
|
};
|
|
19354
19576
|
textEncoding: string;
|
|
19355
19577
|
};
|
|
@@ -19394,6 +19616,9 @@ export default class {
|
|
|
19394
19616
|
columnsList?: string[] | undefined;
|
|
19395
19617
|
};
|
|
19396
19618
|
type: "parquet";
|
|
19619
|
+
} | {
|
|
19620
|
+
options: unknown;
|
|
19621
|
+
type: "avro";
|
|
19397
19622
|
} | undefined;
|
|
19398
19623
|
textEncoding?: string | undefined;
|
|
19399
19624
|
host: string;
|
|
@@ -19441,6 +19666,9 @@ export default class {
|
|
|
19441
19666
|
columnsList?: string[] | undefined;
|
|
19442
19667
|
};
|
|
19443
19668
|
type: "parquet";
|
|
19669
|
+
} | {
|
|
19670
|
+
options: unknown;
|
|
19671
|
+
type: "avro";
|
|
19444
19672
|
} | undefined;
|
|
19445
19673
|
textEncoding?: string | undefined;
|
|
19446
19674
|
host: string;
|
|
@@ -20161,6 +20389,9 @@ export default class {
|
|
|
20161
20389
|
columnsList?: string[] | undefined;
|
|
20162
20390
|
};
|
|
20163
20391
|
type: "parquet";
|
|
20392
|
+
} | {
|
|
20393
|
+
options: unknown;
|
|
20394
|
+
type: "avro";
|
|
20164
20395
|
} | undefined;
|
|
20165
20396
|
textEncoding?: string | undefined;
|
|
20166
20397
|
};
|
|
@@ -20204,6 +20435,9 @@ export default class {
|
|
|
20204
20435
|
columnsList?: string[] | undefined;
|
|
20205
20436
|
};
|
|
20206
20437
|
type: "parquet";
|
|
20438
|
+
} | {
|
|
20439
|
+
options: unknown;
|
|
20440
|
+
type: "avro";
|
|
20207
20441
|
};
|
|
20208
20442
|
textEncoding: string;
|
|
20209
20443
|
};
|
|
@@ -20248,6 +20482,9 @@ export default class {
|
|
|
20248
20482
|
columnsList?: string[] | undefined;
|
|
20249
20483
|
};
|
|
20250
20484
|
type: "parquet";
|
|
20485
|
+
} | {
|
|
20486
|
+
options: unknown;
|
|
20487
|
+
type: "avro";
|
|
20251
20488
|
} | undefined;
|
|
20252
20489
|
textEncoding?: string | undefined;
|
|
20253
20490
|
host: string;
|
|
@@ -20295,6 +20532,9 @@ export default class {
|
|
|
20295
20532
|
columnsList?: string[] | undefined;
|
|
20296
20533
|
};
|
|
20297
20534
|
type: "parquet";
|
|
20535
|
+
} | {
|
|
20536
|
+
options: unknown;
|
|
20537
|
+
type: "avro";
|
|
20298
20538
|
} | undefined;
|
|
20299
20539
|
textEncoding?: string | undefined;
|
|
20300
20540
|
host: string;
|
|
@@ -21486,6 +21726,9 @@ export default class {
|
|
|
21486
21726
|
columnsList?: string[] | undefined;
|
|
21487
21727
|
};
|
|
21488
21728
|
type: "parquet";
|
|
21729
|
+
} | {
|
|
21730
|
+
options: unknown;
|
|
21731
|
+
type: "avro";
|
|
21489
21732
|
} | undefined;
|
|
21490
21733
|
textEncoding?: string | undefined;
|
|
21491
21734
|
};
|
|
@@ -21529,6 +21772,9 @@ export default class {
|
|
|
21529
21772
|
columnsList?: string[] | undefined;
|
|
21530
21773
|
};
|
|
21531
21774
|
type: "parquet";
|
|
21775
|
+
} | {
|
|
21776
|
+
options: unknown;
|
|
21777
|
+
type: "avro";
|
|
21532
21778
|
};
|
|
21533
21779
|
textEncoding: string;
|
|
21534
21780
|
};
|
|
@@ -21573,6 +21819,9 @@ export default class {
|
|
|
21573
21819
|
columnsList?: string[] | undefined;
|
|
21574
21820
|
};
|
|
21575
21821
|
type: "parquet";
|
|
21822
|
+
} | {
|
|
21823
|
+
options: unknown;
|
|
21824
|
+
type: "avro";
|
|
21576
21825
|
} | undefined;
|
|
21577
21826
|
textEncoding?: string | undefined;
|
|
21578
21827
|
host: string;
|
|
@@ -21620,6 +21869,9 @@ export default class {
|
|
|
21620
21869
|
columnsList?: string[] | undefined;
|
|
21621
21870
|
};
|
|
21622
21871
|
type: "parquet";
|
|
21872
|
+
} | {
|
|
21873
|
+
options: unknown;
|
|
21874
|
+
type: "avro";
|
|
21623
21875
|
} | undefined;
|
|
21624
21876
|
textEncoding?: string | undefined;
|
|
21625
21877
|
host: string;
|
|
@@ -22340,6 +22592,9 @@ export default class {
|
|
|
22340
22592
|
columnsList?: string[] | undefined;
|
|
22341
22593
|
};
|
|
22342
22594
|
type: "parquet";
|
|
22595
|
+
} | {
|
|
22596
|
+
options: unknown;
|
|
22597
|
+
type: "avro";
|
|
22343
22598
|
} | undefined;
|
|
22344
22599
|
textEncoding?: string | undefined;
|
|
22345
22600
|
};
|
|
@@ -22383,6 +22638,9 @@ export default class {
|
|
|
22383
22638
|
columnsList?: string[] | undefined;
|
|
22384
22639
|
};
|
|
22385
22640
|
type: "parquet";
|
|
22641
|
+
} | {
|
|
22642
|
+
options: unknown;
|
|
22643
|
+
type: "avro";
|
|
22386
22644
|
};
|
|
22387
22645
|
textEncoding: string;
|
|
22388
22646
|
};
|
|
@@ -22427,6 +22685,9 @@ export default class {
|
|
|
22427
22685
|
columnsList?: string[] | undefined;
|
|
22428
22686
|
};
|
|
22429
22687
|
type: "parquet";
|
|
22688
|
+
} | {
|
|
22689
|
+
options: unknown;
|
|
22690
|
+
type: "avro";
|
|
22430
22691
|
} | undefined;
|
|
22431
22692
|
textEncoding?: string | undefined;
|
|
22432
22693
|
host: string;
|
|
@@ -22474,6 +22735,9 @@ export default class {
|
|
|
22474
22735
|
columnsList?: string[] | undefined;
|
|
22475
22736
|
};
|
|
22476
22737
|
type: "parquet";
|
|
22738
|
+
} | {
|
|
22739
|
+
options: unknown;
|
|
22740
|
+
type: "avro";
|
|
22477
22741
|
} | undefined;
|
|
22478
22742
|
textEncoding?: string | undefined;
|
|
22479
22743
|
host: string;
|
|
@@ -23734,6 +23998,9 @@ export default class {
|
|
|
23734
23998
|
columnsList?: string[] | undefined;
|
|
23735
23999
|
};
|
|
23736
24000
|
type: "parquet";
|
|
24001
|
+
} | {
|
|
24002
|
+
options: unknown;
|
|
24003
|
+
type: "avro";
|
|
23737
24004
|
} | undefined;
|
|
23738
24005
|
textEncoding?: string | undefined;
|
|
23739
24006
|
};
|
|
@@ -23777,6 +24044,9 @@ export default class {
|
|
|
23777
24044
|
columnsList?: string[] | undefined;
|
|
23778
24045
|
};
|
|
23779
24046
|
type: "parquet";
|
|
24047
|
+
} | {
|
|
24048
|
+
options: unknown;
|
|
24049
|
+
type: "avro";
|
|
23780
24050
|
};
|
|
23781
24051
|
textEncoding: string;
|
|
23782
24052
|
};
|
|
@@ -23821,6 +24091,9 @@ export default class {
|
|
|
23821
24091
|
columnsList?: string[] | undefined;
|
|
23822
24092
|
};
|
|
23823
24093
|
type: "parquet";
|
|
24094
|
+
} | {
|
|
24095
|
+
options: unknown;
|
|
24096
|
+
type: "avro";
|
|
23824
24097
|
} | undefined;
|
|
23825
24098
|
textEncoding?: string | undefined;
|
|
23826
24099
|
host: string;
|
|
@@ -23868,6 +24141,9 @@ export default class {
|
|
|
23868
24141
|
columnsList?: string[] | undefined;
|
|
23869
24142
|
};
|
|
23870
24143
|
type: "parquet";
|
|
24144
|
+
} | {
|
|
24145
|
+
options: unknown;
|
|
24146
|
+
type: "avro";
|
|
23871
24147
|
} | undefined;
|
|
23872
24148
|
textEncoding?: string | undefined;
|
|
23873
24149
|
host: string;
|
|
@@ -24588,6 +24864,9 @@ export default class {
|
|
|
24588
24864
|
columnsList?: string[] | undefined;
|
|
24589
24865
|
};
|
|
24590
24866
|
type: "parquet";
|
|
24867
|
+
} | {
|
|
24868
|
+
options: unknown;
|
|
24869
|
+
type: "avro";
|
|
24591
24870
|
} | undefined;
|
|
24592
24871
|
textEncoding?: string | undefined;
|
|
24593
24872
|
};
|
|
@@ -24631,6 +24910,9 @@ export default class {
|
|
|
24631
24910
|
columnsList?: string[] | undefined;
|
|
24632
24911
|
};
|
|
24633
24912
|
type: "parquet";
|
|
24913
|
+
} | {
|
|
24914
|
+
options: unknown;
|
|
24915
|
+
type: "avro";
|
|
24634
24916
|
};
|
|
24635
24917
|
textEncoding: string;
|
|
24636
24918
|
};
|
|
@@ -24675,6 +24957,9 @@ export default class {
|
|
|
24675
24957
|
columnsList?: string[] | undefined;
|
|
24676
24958
|
};
|
|
24677
24959
|
type: "parquet";
|
|
24960
|
+
} | {
|
|
24961
|
+
options: unknown;
|
|
24962
|
+
type: "avro";
|
|
24678
24963
|
} | undefined;
|
|
24679
24964
|
textEncoding?: string | undefined;
|
|
24680
24965
|
host: string;
|
|
@@ -24722,6 +25007,9 @@ export default class {
|
|
|
24722
25007
|
columnsList?: string[] | undefined;
|
|
24723
25008
|
};
|
|
24724
25009
|
type: "parquet";
|
|
25010
|
+
} | {
|
|
25011
|
+
options: unknown;
|
|
25012
|
+
type: "avro";
|
|
24725
25013
|
} | undefined;
|
|
24726
25014
|
textEncoding?: string | undefined;
|
|
24727
25015
|
host: string;
|
|
@@ -25913,6 +26201,9 @@ export default class {
|
|
|
25913
26201
|
columnsList?: string[] | undefined;
|
|
25914
26202
|
};
|
|
25915
26203
|
type: "parquet";
|
|
26204
|
+
} | {
|
|
26205
|
+
options: unknown;
|
|
26206
|
+
type: "avro";
|
|
25916
26207
|
} | undefined;
|
|
25917
26208
|
textEncoding?: string | undefined;
|
|
25918
26209
|
};
|
|
@@ -25956,6 +26247,9 @@ export default class {
|
|
|
25956
26247
|
columnsList?: string[] | undefined;
|
|
25957
26248
|
};
|
|
25958
26249
|
type: "parquet";
|
|
26250
|
+
} | {
|
|
26251
|
+
options: unknown;
|
|
26252
|
+
type: "avro";
|
|
25959
26253
|
};
|
|
25960
26254
|
textEncoding: string;
|
|
25961
26255
|
};
|
|
@@ -26000,6 +26294,9 @@ export default class {
|
|
|
26000
26294
|
columnsList?: string[] | undefined;
|
|
26001
26295
|
};
|
|
26002
26296
|
type: "parquet";
|
|
26297
|
+
} | {
|
|
26298
|
+
options: unknown;
|
|
26299
|
+
type: "avro";
|
|
26003
26300
|
} | undefined;
|
|
26004
26301
|
textEncoding?: string | undefined;
|
|
26005
26302
|
host: string;
|
|
@@ -26047,6 +26344,9 @@ export default class {
|
|
|
26047
26344
|
columnsList?: string[] | undefined;
|
|
26048
26345
|
};
|
|
26049
26346
|
type: "parquet";
|
|
26347
|
+
} | {
|
|
26348
|
+
options: unknown;
|
|
26349
|
+
type: "avro";
|
|
26050
26350
|
} | undefined;
|
|
26051
26351
|
textEncoding?: string | undefined;
|
|
26052
26352
|
host: string;
|
|
@@ -26767,6 +27067,9 @@ export default class {
|
|
|
26767
27067
|
columnsList?: string[] | undefined;
|
|
26768
27068
|
};
|
|
26769
27069
|
type: "parquet";
|
|
27070
|
+
} | {
|
|
27071
|
+
options: unknown;
|
|
27072
|
+
type: "avro";
|
|
26770
27073
|
} | undefined;
|
|
26771
27074
|
textEncoding?: string | undefined;
|
|
26772
27075
|
};
|
|
@@ -26810,6 +27113,9 @@ export default class {
|
|
|
26810
27113
|
columnsList?: string[] | undefined;
|
|
26811
27114
|
};
|
|
26812
27115
|
type: "parquet";
|
|
27116
|
+
} | {
|
|
27117
|
+
options: unknown;
|
|
27118
|
+
type: "avro";
|
|
26813
27119
|
};
|
|
26814
27120
|
textEncoding: string;
|
|
26815
27121
|
};
|
|
@@ -26854,6 +27160,9 @@ export default class {
|
|
|
26854
27160
|
columnsList?: string[] | undefined;
|
|
26855
27161
|
};
|
|
26856
27162
|
type: "parquet";
|
|
27163
|
+
} | {
|
|
27164
|
+
options: unknown;
|
|
27165
|
+
type: "avro";
|
|
26857
27166
|
} | undefined;
|
|
26858
27167
|
textEncoding?: string | undefined;
|
|
26859
27168
|
host: string;
|
|
@@ -26901,6 +27210,9 @@ export default class {
|
|
|
26901
27210
|
columnsList?: string[] | undefined;
|
|
26902
27211
|
};
|
|
26903
27212
|
type: "parquet";
|
|
27213
|
+
} | {
|
|
27214
|
+
options: unknown;
|
|
27215
|
+
type: "avro";
|
|
26904
27216
|
} | undefined;
|
|
26905
27217
|
textEncoding?: string | undefined;
|
|
26906
27218
|
host: string;
|
|
@@ -28161,6 +28473,9 @@ export default class {
|
|
|
28161
28473
|
columnsList?: string[] | undefined;
|
|
28162
28474
|
};
|
|
28163
28475
|
type: "parquet";
|
|
28476
|
+
} | {
|
|
28477
|
+
options: unknown;
|
|
28478
|
+
type: "avro";
|
|
28164
28479
|
} | undefined;
|
|
28165
28480
|
textEncoding?: string | undefined;
|
|
28166
28481
|
};
|
|
@@ -28204,6 +28519,9 @@ export default class {
|
|
|
28204
28519
|
columnsList?: string[] | undefined;
|
|
28205
28520
|
};
|
|
28206
28521
|
type: "parquet";
|
|
28522
|
+
} | {
|
|
28523
|
+
options: unknown;
|
|
28524
|
+
type: "avro";
|
|
28207
28525
|
};
|
|
28208
28526
|
textEncoding: string;
|
|
28209
28527
|
};
|
|
@@ -28248,6 +28566,9 @@ export default class {
|
|
|
28248
28566
|
columnsList?: string[] | undefined;
|
|
28249
28567
|
};
|
|
28250
28568
|
type: "parquet";
|
|
28569
|
+
} | {
|
|
28570
|
+
options: unknown;
|
|
28571
|
+
type: "avro";
|
|
28251
28572
|
} | undefined;
|
|
28252
28573
|
textEncoding?: string | undefined;
|
|
28253
28574
|
host: string;
|
|
@@ -28295,6 +28616,9 @@ export default class {
|
|
|
28295
28616
|
columnsList?: string[] | undefined;
|
|
28296
28617
|
};
|
|
28297
28618
|
type: "parquet";
|
|
28619
|
+
} | {
|
|
28620
|
+
options: unknown;
|
|
28621
|
+
type: "avro";
|
|
28298
28622
|
} | undefined;
|
|
28299
28623
|
textEncoding?: string | undefined;
|
|
28300
28624
|
host: string;
|
|
@@ -29015,6 +29339,9 @@ export default class {
|
|
|
29015
29339
|
columnsList?: string[] | undefined;
|
|
29016
29340
|
};
|
|
29017
29341
|
type: "parquet";
|
|
29342
|
+
} | {
|
|
29343
|
+
options: unknown;
|
|
29344
|
+
type: "avro";
|
|
29018
29345
|
} | undefined;
|
|
29019
29346
|
textEncoding?: string | undefined;
|
|
29020
29347
|
};
|
|
@@ -29058,6 +29385,9 @@ export default class {
|
|
|
29058
29385
|
columnsList?: string[] | undefined;
|
|
29059
29386
|
};
|
|
29060
29387
|
type: "parquet";
|
|
29388
|
+
} | {
|
|
29389
|
+
options: unknown;
|
|
29390
|
+
type: "avro";
|
|
29061
29391
|
};
|
|
29062
29392
|
textEncoding: string;
|
|
29063
29393
|
};
|
|
@@ -29102,6 +29432,9 @@ export default class {
|
|
|
29102
29432
|
columnsList?: string[] | undefined;
|
|
29103
29433
|
};
|
|
29104
29434
|
type: "parquet";
|
|
29435
|
+
} | {
|
|
29436
|
+
options: unknown;
|
|
29437
|
+
type: "avro";
|
|
29105
29438
|
} | undefined;
|
|
29106
29439
|
textEncoding?: string | undefined;
|
|
29107
29440
|
host: string;
|
|
@@ -29149,6 +29482,9 @@ export default class {
|
|
|
29149
29482
|
columnsList?: string[] | undefined;
|
|
29150
29483
|
};
|
|
29151
29484
|
type: "parquet";
|
|
29485
|
+
} | {
|
|
29486
|
+
options: unknown;
|
|
29487
|
+
type: "avro";
|
|
29152
29488
|
} | undefined;
|
|
29153
29489
|
textEncoding?: string | undefined;
|
|
29154
29490
|
host: string;
|
|
@@ -30340,6 +30676,9 @@ export default class {
|
|
|
30340
30676
|
columnsList?: string[] | undefined;
|
|
30341
30677
|
};
|
|
30342
30678
|
type: "parquet";
|
|
30679
|
+
} | {
|
|
30680
|
+
options: unknown;
|
|
30681
|
+
type: "avro";
|
|
30343
30682
|
} | undefined;
|
|
30344
30683
|
textEncoding?: string | undefined;
|
|
30345
30684
|
};
|
|
@@ -30383,6 +30722,9 @@ export default class {
|
|
|
30383
30722
|
columnsList?: string[] | undefined;
|
|
30384
30723
|
};
|
|
30385
30724
|
type: "parquet";
|
|
30725
|
+
} | {
|
|
30726
|
+
options: unknown;
|
|
30727
|
+
type: "avro";
|
|
30386
30728
|
};
|
|
30387
30729
|
textEncoding: string;
|
|
30388
30730
|
};
|
|
@@ -30427,6 +30769,9 @@ export default class {
|
|
|
30427
30769
|
columnsList?: string[] | undefined;
|
|
30428
30770
|
};
|
|
30429
30771
|
type: "parquet";
|
|
30772
|
+
} | {
|
|
30773
|
+
options: unknown;
|
|
30774
|
+
type: "avro";
|
|
30430
30775
|
} | undefined;
|
|
30431
30776
|
textEncoding?: string | undefined;
|
|
30432
30777
|
host: string;
|
|
@@ -30474,6 +30819,9 @@ export default class {
|
|
|
30474
30819
|
columnsList?: string[] | undefined;
|
|
30475
30820
|
};
|
|
30476
30821
|
type: "parquet";
|
|
30822
|
+
} | {
|
|
30823
|
+
options: unknown;
|
|
30824
|
+
type: "avro";
|
|
30477
30825
|
} | undefined;
|
|
30478
30826
|
textEncoding?: string | undefined;
|
|
30479
30827
|
host: string;
|
|
@@ -31194,6 +31542,9 @@ export default class {
|
|
|
31194
31542
|
columnsList?: string[] | undefined;
|
|
31195
31543
|
};
|
|
31196
31544
|
type: "parquet";
|
|
31545
|
+
} | {
|
|
31546
|
+
options: unknown;
|
|
31547
|
+
type: "avro";
|
|
31197
31548
|
} | undefined;
|
|
31198
31549
|
textEncoding?: string | undefined;
|
|
31199
31550
|
};
|
|
@@ -31237,6 +31588,9 @@ export default class {
|
|
|
31237
31588
|
columnsList?: string[] | undefined;
|
|
31238
31589
|
};
|
|
31239
31590
|
type: "parquet";
|
|
31591
|
+
} | {
|
|
31592
|
+
options: unknown;
|
|
31593
|
+
type: "avro";
|
|
31240
31594
|
};
|
|
31241
31595
|
textEncoding: string;
|
|
31242
31596
|
};
|
|
@@ -31281,6 +31635,9 @@ export default class {
|
|
|
31281
31635
|
columnsList?: string[] | undefined;
|
|
31282
31636
|
};
|
|
31283
31637
|
type: "parquet";
|
|
31638
|
+
} | {
|
|
31639
|
+
options: unknown;
|
|
31640
|
+
type: "avro";
|
|
31284
31641
|
} | undefined;
|
|
31285
31642
|
textEncoding?: string | undefined;
|
|
31286
31643
|
host: string;
|
|
@@ -31328,6 +31685,9 @@ export default class {
|
|
|
31328
31685
|
columnsList?: string[] | undefined;
|
|
31329
31686
|
};
|
|
31330
31687
|
type: "parquet";
|
|
31688
|
+
} | {
|
|
31689
|
+
options: unknown;
|
|
31690
|
+
type: "avro";
|
|
31331
31691
|
} | undefined;
|
|
31332
31692
|
textEncoding?: string | undefined;
|
|
31333
31693
|
host: string;
|
|
@@ -32588,6 +32948,9 @@ export default class {
|
|
|
32588
32948
|
columnsList?: string[] | undefined;
|
|
32589
32949
|
};
|
|
32590
32950
|
type: "parquet";
|
|
32951
|
+
} | {
|
|
32952
|
+
options: unknown;
|
|
32953
|
+
type: "avro";
|
|
32591
32954
|
} | undefined;
|
|
32592
32955
|
textEncoding?: string | undefined;
|
|
32593
32956
|
};
|
|
@@ -32631,6 +32994,9 @@ export default class {
|
|
|
32631
32994
|
columnsList?: string[] | undefined;
|
|
32632
32995
|
};
|
|
32633
32996
|
type: "parquet";
|
|
32997
|
+
} | {
|
|
32998
|
+
options: unknown;
|
|
32999
|
+
type: "avro";
|
|
32634
33000
|
};
|
|
32635
33001
|
textEncoding: string;
|
|
32636
33002
|
};
|
|
@@ -32675,6 +33041,9 @@ export default class {
|
|
|
32675
33041
|
columnsList?: string[] | undefined;
|
|
32676
33042
|
};
|
|
32677
33043
|
type: "parquet";
|
|
33044
|
+
} | {
|
|
33045
|
+
options: unknown;
|
|
33046
|
+
type: "avro";
|
|
32678
33047
|
} | undefined;
|
|
32679
33048
|
textEncoding?: string | undefined;
|
|
32680
33049
|
host: string;
|
|
@@ -32722,6 +33091,9 @@ export default class {
|
|
|
32722
33091
|
columnsList?: string[] | undefined;
|
|
32723
33092
|
};
|
|
32724
33093
|
type: "parquet";
|
|
33094
|
+
} | {
|
|
33095
|
+
options: unknown;
|
|
33096
|
+
type: "avro";
|
|
32725
33097
|
} | undefined;
|
|
32726
33098
|
textEncoding?: string | undefined;
|
|
32727
33099
|
host: string;
|
|
@@ -33442,6 +33814,9 @@ export default class {
|
|
|
33442
33814
|
columnsList?: string[] | undefined;
|
|
33443
33815
|
};
|
|
33444
33816
|
type: "parquet";
|
|
33817
|
+
} | {
|
|
33818
|
+
options: unknown;
|
|
33819
|
+
type: "avro";
|
|
33445
33820
|
} | undefined;
|
|
33446
33821
|
textEncoding?: string | undefined;
|
|
33447
33822
|
};
|
|
@@ -33485,6 +33860,9 @@ export default class {
|
|
|
33485
33860
|
columnsList?: string[] | undefined;
|
|
33486
33861
|
};
|
|
33487
33862
|
type: "parquet";
|
|
33863
|
+
} | {
|
|
33864
|
+
options: unknown;
|
|
33865
|
+
type: "avro";
|
|
33488
33866
|
};
|
|
33489
33867
|
textEncoding: string;
|
|
33490
33868
|
};
|
|
@@ -33529,6 +33907,9 @@ export default class {
|
|
|
33529
33907
|
columnsList?: string[] | undefined;
|
|
33530
33908
|
};
|
|
33531
33909
|
type: "parquet";
|
|
33910
|
+
} | {
|
|
33911
|
+
options: unknown;
|
|
33912
|
+
type: "avro";
|
|
33532
33913
|
} | undefined;
|
|
33533
33914
|
textEncoding?: string | undefined;
|
|
33534
33915
|
host: string;
|
|
@@ -33576,6 +33957,9 @@ export default class {
|
|
|
33576
33957
|
columnsList?: string[] | undefined;
|
|
33577
33958
|
};
|
|
33578
33959
|
type: "parquet";
|
|
33960
|
+
} | {
|
|
33961
|
+
options: unknown;
|
|
33962
|
+
type: "avro";
|
|
33579
33963
|
} | undefined;
|
|
33580
33964
|
textEncoding?: string | undefined;
|
|
33581
33965
|
host: string;
|
|
@@ -34775,6 +35159,9 @@ export default class {
|
|
|
34775
35159
|
columnsList?: string[] | undefined;
|
|
34776
35160
|
};
|
|
34777
35161
|
type: "parquet";
|
|
35162
|
+
} | {
|
|
35163
|
+
options: unknown;
|
|
35164
|
+
type: "avro";
|
|
34778
35165
|
} | undefined;
|
|
34779
35166
|
textEncoding?: string | undefined;
|
|
34780
35167
|
};
|
|
@@ -34818,6 +35205,9 @@ export default class {
|
|
|
34818
35205
|
columnsList?: string[] | undefined;
|
|
34819
35206
|
};
|
|
34820
35207
|
type: "parquet";
|
|
35208
|
+
} | {
|
|
35209
|
+
options: unknown;
|
|
35210
|
+
type: "avro";
|
|
34821
35211
|
};
|
|
34822
35212
|
textEncoding: string;
|
|
34823
35213
|
};
|
|
@@ -34862,6 +35252,9 @@ export default class {
|
|
|
34862
35252
|
columnsList?: string[] | undefined;
|
|
34863
35253
|
};
|
|
34864
35254
|
type: "parquet";
|
|
35255
|
+
} | {
|
|
35256
|
+
options: unknown;
|
|
35257
|
+
type: "avro";
|
|
34865
35258
|
} | undefined;
|
|
34866
35259
|
textEncoding?: string | undefined;
|
|
34867
35260
|
host: string;
|
|
@@ -34909,6 +35302,9 @@ export default class {
|
|
|
34909
35302
|
columnsList?: string[] | undefined;
|
|
34910
35303
|
};
|
|
34911
35304
|
type: "parquet";
|
|
35305
|
+
} | {
|
|
35306
|
+
options: unknown;
|
|
35307
|
+
type: "avro";
|
|
34912
35308
|
} | undefined;
|
|
34913
35309
|
textEncoding?: string | undefined;
|
|
34914
35310
|
host: string;
|
|
@@ -35635,6 +36031,9 @@ export default class {
|
|
|
35635
36031
|
columnsList?: string[] | undefined;
|
|
35636
36032
|
};
|
|
35637
36033
|
type: "parquet";
|
|
36034
|
+
} | {
|
|
36035
|
+
options: unknown;
|
|
36036
|
+
type: "avro";
|
|
35638
36037
|
} | undefined;
|
|
35639
36038
|
textEncoding?: string | undefined;
|
|
35640
36039
|
};
|
|
@@ -35678,6 +36077,9 @@ export default class {
|
|
|
35678
36077
|
columnsList?: string[] | undefined;
|
|
35679
36078
|
};
|
|
35680
36079
|
type: "parquet";
|
|
36080
|
+
} | {
|
|
36081
|
+
options: unknown;
|
|
36082
|
+
type: "avro";
|
|
35681
36083
|
};
|
|
35682
36084
|
textEncoding: string;
|
|
35683
36085
|
};
|
|
@@ -35722,6 +36124,9 @@ export default class {
|
|
|
35722
36124
|
columnsList?: string[] | undefined;
|
|
35723
36125
|
};
|
|
35724
36126
|
type: "parquet";
|
|
36127
|
+
} | {
|
|
36128
|
+
options: unknown;
|
|
36129
|
+
type: "avro";
|
|
35725
36130
|
} | undefined;
|
|
35726
36131
|
textEncoding?: string | undefined;
|
|
35727
36132
|
host: string;
|
|
@@ -35769,6 +36174,9 @@ export default class {
|
|
|
35769
36174
|
columnsList?: string[] | undefined;
|
|
35770
36175
|
};
|
|
35771
36176
|
type: "parquet";
|
|
36177
|
+
} | {
|
|
36178
|
+
options: unknown;
|
|
36179
|
+
type: "avro";
|
|
35772
36180
|
} | undefined;
|
|
35773
36181
|
textEncoding?: string | undefined;
|
|
35774
36182
|
host: string;
|
|
@@ -37031,6 +37439,9 @@ export default class {
|
|
|
37031
37439
|
columnsList?: string[] | undefined;
|
|
37032
37440
|
};
|
|
37033
37441
|
type: "parquet";
|
|
37442
|
+
} | {
|
|
37443
|
+
options: unknown;
|
|
37444
|
+
type: "avro";
|
|
37034
37445
|
} | undefined;
|
|
37035
37446
|
textEncoding?: string | undefined;
|
|
37036
37447
|
};
|
|
@@ -37074,6 +37485,9 @@ export default class {
|
|
|
37074
37485
|
columnsList?: string[] | undefined;
|
|
37075
37486
|
};
|
|
37076
37487
|
type: "parquet";
|
|
37488
|
+
} | {
|
|
37489
|
+
options: unknown;
|
|
37490
|
+
type: "avro";
|
|
37077
37491
|
};
|
|
37078
37492
|
textEncoding: string;
|
|
37079
37493
|
};
|
|
@@ -37118,6 +37532,9 @@ export default class {
|
|
|
37118
37532
|
columnsList?: string[] | undefined;
|
|
37119
37533
|
};
|
|
37120
37534
|
type: "parquet";
|
|
37535
|
+
} | {
|
|
37536
|
+
options: unknown;
|
|
37537
|
+
type: "avro";
|
|
37121
37538
|
} | undefined;
|
|
37122
37539
|
textEncoding?: string | undefined;
|
|
37123
37540
|
host: string;
|
|
@@ -37165,6 +37582,9 @@ export default class {
|
|
|
37165
37582
|
columnsList?: string[] | undefined;
|
|
37166
37583
|
};
|
|
37167
37584
|
type: "parquet";
|
|
37585
|
+
} | {
|
|
37586
|
+
options: unknown;
|
|
37587
|
+
type: "avro";
|
|
37168
37588
|
} | undefined;
|
|
37169
37589
|
textEncoding?: string | undefined;
|
|
37170
37590
|
host: string;
|
|
@@ -37891,6 +38311,9 @@ export default class {
|
|
|
37891
38311
|
columnsList?: string[] | undefined;
|
|
37892
38312
|
};
|
|
37893
38313
|
type: "parquet";
|
|
38314
|
+
} | {
|
|
38315
|
+
options: unknown;
|
|
38316
|
+
type: "avro";
|
|
37894
38317
|
} | undefined;
|
|
37895
38318
|
textEncoding?: string | undefined;
|
|
37896
38319
|
};
|
|
@@ -37934,6 +38357,9 @@ export default class {
|
|
|
37934
38357
|
columnsList?: string[] | undefined;
|
|
37935
38358
|
};
|
|
37936
38359
|
type: "parquet";
|
|
38360
|
+
} | {
|
|
38361
|
+
options: unknown;
|
|
38362
|
+
type: "avro";
|
|
37937
38363
|
};
|
|
37938
38364
|
textEncoding: string;
|
|
37939
38365
|
};
|
|
@@ -37978,6 +38404,9 @@ export default class {
|
|
|
37978
38404
|
columnsList?: string[] | undefined;
|
|
37979
38405
|
};
|
|
37980
38406
|
type: "parquet";
|
|
38407
|
+
} | {
|
|
38408
|
+
options: unknown;
|
|
38409
|
+
type: "avro";
|
|
37981
38410
|
} | undefined;
|
|
37982
38411
|
textEncoding?: string | undefined;
|
|
37983
38412
|
host: string;
|
|
@@ -38025,6 +38454,9 @@ export default class {
|
|
|
38025
38454
|
columnsList?: string[] | undefined;
|
|
38026
38455
|
};
|
|
38027
38456
|
type: "parquet";
|
|
38457
|
+
} | {
|
|
38458
|
+
options: unknown;
|
|
38459
|
+
type: "avro";
|
|
38028
38460
|
} | undefined;
|
|
38029
38461
|
textEncoding?: string | undefined;
|
|
38030
38462
|
host: string;
|
|
@@ -39102,6 +39534,9 @@ export default class {
|
|
|
39102
39534
|
columnsList?: string[] | undefined;
|
|
39103
39535
|
};
|
|
39104
39536
|
type: "parquet";
|
|
39537
|
+
} | {
|
|
39538
|
+
options: unknown;
|
|
39539
|
+
type: "avro";
|
|
39105
39540
|
};
|
|
39106
39541
|
textEncoding: string;
|
|
39107
39542
|
};
|