Skip to content

Commit 8dd3704

Browse files
authored
Merge pull request #381 from stackql/dev
`databricks` provider updates
2 parents 5515959 + 0360fd6 commit 8dd3704

34 files changed

+10475
-7129
lines changed

providers/src/databricks_account/v00.00.00000/services/billing.yaml

Lines changed: 93 additions & 93 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ info:
55
Python SDK.
66
version: 0.1.0
77
x-stackql-sdk-version: 0.86.0
8-
x-stackql-date-generated: '2026-02-24'
8+
x-stackql-date-generated: '2026-03-20'
99
x-stackql-sdk-namespace: databricks.sdk.service.billing
1010
servers:
1111
- url: https://accounts.cloud.databricks.com
@@ -468,20 +468,20 @@ paths:
468468
469469
Access them by:
470470
471-
- attribute access::
471+
- attribute access:
472472
473-
>>> Color.RED
474-
<Color.RED: 1>
473+
>>> Color.RED
474+
<Color.RED: 1>
475475
476476
- value lookup:
477477
478-
>>> Color(1)
479-
<Color.RED: 1>
478+
>>> Color(1)
479+
<Color.RED: 1>
480480
481481
- name lookup:
482482
483-
>>> Color['RED']
484-
<Color.RED: 1>
483+
>>> Color['RED']
484+
<Color.RED: 1>
485485
486486
Enumerations can be iterated over, and know how many members they have:
487487
@@ -550,20 +550,20 @@ paths:
550550
551551
Access them by:
552552
553-
- attribute access::
553+
- attribute access:
554554
555-
>>> Color.RED
556-
<Color.RED: 1>
555+
>>> Color.RED
556+
<Color.RED: 1>
557557
558558
- value lookup:
559559
560-
>>> Color(1)
561-
<Color.RED: 1>
560+
>>> Color(1)
561+
<Color.RED: 1>
562562
563563
- name lookup:
564564
565-
>>> Color['RED']
566-
<Color.RED: 1>
565+
>>> Color['RED']
566+
<Color.RED: 1>
567567
568568
Enumerations can be iterated over, and know how many members they have:
569569
@@ -598,20 +598,20 @@ paths:
598598
599599
Access them by:
600600
601-
- attribute access::
601+
- attribute access:
602602
603-
>>> Color.RED
604-
<Color.RED: 1>
603+
>>> Color.RED
604+
<Color.RED: 1>
605605
606606
- value lookup:
607607
608-
>>> Color(1)
609-
<Color.RED: 1>
608+
>>> Color(1)
609+
<Color.RED: 1>
610610
611611
- name lookup:
612612
613-
>>> Color['RED']
614-
<Color.RED: 1>
613+
>>> Color['RED']
614+
<Color.RED: 1>
615615
616616
Enumerations can be iterated over, and know how many members they have:
617617
@@ -902,20 +902,20 @@ paths:
902902
903903
Access them by:
904904
905-
- attribute access::
905+
- attribute access:
906906
907-
>>> Color.RED
908-
<Color.RED: 1>
907+
>>> Color.RED
908+
<Color.RED: 1>
909909
910910
- value lookup:
911911
912-
>>> Color(1)
913-
<Color.RED: 1>
912+
>>> Color(1)
913+
<Color.RED: 1>
914914
915915
- name lookup:
916916
917-
>>> Color['RED']
918-
<Color.RED: 1>
917+
>>> Color['RED']
918+
<Color.RED: 1>
919919
920920
Enumerations can be iterated over, and know how many members they have:
921921
@@ -950,20 +950,20 @@ paths:
950950
951951
Access them by:
952952
953-
- attribute access::
953+
- attribute access:
954954
955-
>>> Color.RED
956-
<Color.RED: 1>
955+
>>> Color.RED
956+
<Color.RED: 1>
957957
958958
- value lookup:
959959
960-
>>> Color(1)
961-
<Color.RED: 1>
960+
>>> Color(1)
961+
<Color.RED: 1>
962962
963963
- name lookup:
964964
965-
>>> Color['RED']
966-
<Color.RED: 1>
965+
>>> Color['RED']
966+
<Color.RED: 1>
967967
968968
Enumerations can be iterated over, and know how many members they have:
969969
@@ -1124,7 +1124,7 @@ paths:
11241124
- output_format
11251125
- credentials_id
11261126
- storage_configuration_id
1127-
description: ':returns: :class:`WrappedLogDeliveryConfiguration`'
1127+
description: '* Log Delivery Configuration'
11281128
required:
11291129
- log_delivery_configuration
11301130
responses:
@@ -1923,20 +1923,20 @@ components:
19231923
19241924
Access them by:
19251925
1926-
- attribute access::
1926+
- attribute access:
19271927
1928-
>>> Color.RED
1929-
<Color.RED: 1>
1928+
>>> Color.RED
1929+
<Color.RED: 1>
19301930
19311931
- value lookup:
19321932
1933-
>>> Color(1)
1934-
<Color.RED: 1>
1933+
>>> Color(1)
1934+
<Color.RED: 1>
19351935
19361936
- name lookup:
19371937
1938-
>>> Color['RED']
1939-
<Color.RED: 1>
1938+
>>> Color['RED']
1939+
<Color.RED: 1>
19401940
19411941
Enumerations can be iterated over, and know how many members they have:
19421942
@@ -1964,20 +1964,20 @@ components:
19641964
19651965
Access them by:
19661966
1967-
- attribute access::
1967+
- attribute access:
19681968
1969-
>>> Color.RED
1970-
<Color.RED: 1>
1969+
>>> Color.RED
1970+
<Color.RED: 1>
19711971
19721972
- value lookup:
19731973
1974-
>>> Color(1)
1975-
<Color.RED: 1>
1974+
>>> Color(1)
1975+
<Color.RED: 1>
19761976
19771977
- name lookup:
19781978
1979-
>>> Color['RED']
1980-
<Color.RED: 1>
1979+
>>> Color['RED']
1980+
<Color.RED: 1>
19811981
19821982
Enumerations can be iterated over, and know how many members they have:
19831983
@@ -2005,20 +2005,20 @@ components:
20052005
20062006
Access them by:
20072007
2008-
- attribute access::
2008+
- attribute access:
20092009
2010-
>>> Color.RED
2011-
<Color.RED: 1>
2010+
>>> Color.RED
2011+
<Color.RED: 1>
20122012
20132013
- value lookup:
20142014
2015-
>>> Color(1)
2016-
<Color.RED: 1>
2015+
>>> Color(1)
2016+
<Color.RED: 1>
20172017
20182018
- name lookup:
20192019
2020-
>>> Color['RED']
2021-
<Color.RED: 1>
2020+
>>> Color['RED']
2021+
<Color.RED: 1>
20222022
20232023
Enumerations can be iterated over, and know how many members they have:
20242024
@@ -2046,20 +2046,20 @@ components:
20462046
20472047
Access them by:
20482048
2049-
- attribute access::
2049+
- attribute access:
20502050
2051-
>>> Color.RED
2052-
<Color.RED: 1>
2051+
>>> Color.RED
2052+
<Color.RED: 1>
20532053
20542054
- value lookup:
20552055
2056-
>>> Color(1)
2057-
<Color.RED: 1>
2056+
>>> Color(1)
2057+
<Color.RED: 1>
20582058
20592059
- name lookup:
20602060
2061-
>>> Color['RED']
2062-
<Color.RED: 1>
2061+
>>> Color['RED']
2062+
<Color.RED: 1>
20632063
20642064
Enumerations can be iterated over, and know how many members they have:
20652065
@@ -2087,20 +2087,20 @@ components:
20872087
20882088
Access them by:
20892089
2090-
- attribute access::
2090+
- attribute access:
20912091
2092-
>>> Color.RED
2093-
<Color.RED: 1>
2092+
>>> Color.RED
2093+
<Color.RED: 1>
20942094
20952095
- value lookup:
20962096
2097-
>>> Color(1)
2098-
<Color.RED: 1>
2097+
>>> Color(1)
2098+
<Color.RED: 1>
20992099
21002100
- name lookup:
21012101
2102-
>>> Color['RED']
2103-
<Color.RED: 1>
2102+
>>> Color['RED']
2103+
<Color.RED: 1>
21042104
21052105
Enumerations can be iterated over, and know how many members they have:
21062106
@@ -2166,20 +2166,20 @@ components:
21662166
21672167
Access them by:
21682168
2169-
- attribute access::
2169+
- attribute access:
21702170
2171-
>>> Color.RED
2172-
<Color.RED: 1>
2171+
>>> Color.RED
2172+
<Color.RED: 1>
21732173
21742174
- value lookup:
21752175
2176-
>>> Color(1)
2177-
<Color.RED: 1>
2176+
>>> Color(1)
2177+
<Color.RED: 1>
21782178
21792179
- name lookup:
21802180
2181-
>>> Color['RED']
2182-
<Color.RED: 1>
2181+
>>> Color['RED']
2182+
<Color.RED: 1>
21832183
21842184
Enumerations can be iterated over, and know how many members they have:
21852185
@@ -2208,20 +2208,20 @@ components:
22082208
22092209
Access them by:
22102210
2211-
- attribute access::
2211+
- attribute access:
22122212
2213-
>>> Color.RED
2214-
<Color.RED: 1>
2213+
>>> Color.RED
2214+
<Color.RED: 1>
22152215
22162216
- value lookup:
22172217
2218-
>>> Color(1)
2219-
<Color.RED: 1>
2218+
>>> Color(1)
2219+
<Color.RED: 1>
22202220
22212221
- name lookup:
22222222
2223-
>>> Color['RED']
2224-
<Color.RED: 1>
2223+
>>> Color['RED']
2224+
<Color.RED: 1>
22252225
22262226
Enumerations can be iterated over, and know how many members they have:
22272227
@@ -2250,20 +2250,20 @@ components:
22502250
22512251
Access them by:
22522252
2253-
- attribute access::
2253+
- attribute access:
22542254
2255-
>>> Color.RED
2256-
<Color.RED: 1>
2255+
>>> Color.RED
2256+
<Color.RED: 1>
22572257
22582258
- value lookup:
22592259
2260-
>>> Color(1)
2261-
<Color.RED: 1>
2260+
>>> Color(1)
2261+
<Color.RED: 1>
22622262
22632263
- name lookup:
22642264
2265-
>>> Color['RED']
2266-
<Color.RED: 1>
2265+
>>> Color['RED']
2266+
<Color.RED: 1>
22672267
22682268
Enumerations can be iterated over, and know how many members they have:
22692269

0 commit comments

Comments
 (0)