Skip to content

Commit 3a08f83

Browse files
Regenerate direct engine files for app_spaces
Co-authored-by: Isaac
1 parent 2114d03 commit 3a08f83

4 files changed

Lines changed: 98 additions & 3 deletions

File tree

acceptance/bundle/refschema/out.fields.txt

Lines changed: 69 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,75 @@ resources.alerts.*.permissions[*].group_name string ALL
5656
resources.alerts.*.permissions[*].level iam.PermissionLevel ALL
5757
resources.alerts.*.permissions[*].service_principal_name string ALL
5858
resources.alerts.*.permissions[*].user_name string ALL
59+
resources.app_spaces.*.create_time *time.Time ALL
60+
resources.app_spaces.*.creator string ALL
61+
resources.app_spaces.*.description string ALL
62+
resources.app_spaces.*.effective_usage_policy_id string ALL
63+
resources.app_spaces.*.effective_user_api_scopes []string ALL
64+
resources.app_spaces.*.effective_user_api_scopes[*] string ALL
65+
resources.app_spaces.*.id string ALL
66+
resources.app_spaces.*.lifecycle resources.Lifecycle INPUT
67+
resources.app_spaces.*.lifecycle.prevent_destroy bool INPUT
68+
resources.app_spaces.*.modified_status string INPUT
69+
resources.app_spaces.*.name string ALL
70+
resources.app_spaces.*.resources []apps.AppResource ALL
71+
resources.app_spaces.*.resources[*] apps.AppResource ALL
72+
resources.app_spaces.*.resources[*].app *apps.AppResourceApp ALL
73+
resources.app_spaces.*.resources[*].app.name string ALL
74+
resources.app_spaces.*.resources[*].app.permission apps.AppResourceAppAppPermission ALL
75+
resources.app_spaces.*.resources[*].database *apps.AppResourceDatabase ALL
76+
resources.app_spaces.*.resources[*].database.database_name string ALL
77+
resources.app_spaces.*.resources[*].database.instance_name string ALL
78+
resources.app_spaces.*.resources[*].database.permission apps.AppResourceDatabaseDatabasePermission ALL
79+
resources.app_spaces.*.resources[*].description string ALL
80+
resources.app_spaces.*.resources[*].experiment *apps.AppResourceExperiment ALL
81+
resources.app_spaces.*.resources[*].experiment.experiment_id string ALL
82+
resources.app_spaces.*.resources[*].experiment.permission apps.AppResourceExperimentExperimentPermission ALL
83+
resources.app_spaces.*.resources[*].genie_space *apps.AppResourceGenieSpace ALL
84+
resources.app_spaces.*.resources[*].genie_space.name string ALL
85+
resources.app_spaces.*.resources[*].genie_space.permission apps.AppResourceGenieSpaceGenieSpacePermission ALL
86+
resources.app_spaces.*.resources[*].genie_space.space_id string ALL
87+
resources.app_spaces.*.resources[*].job *apps.AppResourceJob ALL
88+
resources.app_spaces.*.resources[*].job.id string ALL
89+
resources.app_spaces.*.resources[*].job.permission apps.AppResourceJobJobPermission ALL
90+
resources.app_spaces.*.resources[*].name string ALL
91+
resources.app_spaces.*.resources[*].postgres *apps.AppResourcePostgres ALL
92+
resources.app_spaces.*.resources[*].postgres.branch string ALL
93+
resources.app_spaces.*.resources[*].postgres.database string ALL
94+
resources.app_spaces.*.resources[*].postgres.permission apps.AppResourcePostgresPostgresPermission ALL
95+
resources.app_spaces.*.resources[*].secret *apps.AppResourceSecret ALL
96+
resources.app_spaces.*.resources[*].secret.key string ALL
97+
resources.app_spaces.*.resources[*].secret.permission apps.AppResourceSecretSecretPermission ALL
98+
resources.app_spaces.*.resources[*].secret.scope string ALL
99+
resources.app_spaces.*.resources[*].serving_endpoint *apps.AppResourceServingEndpoint ALL
100+
resources.app_spaces.*.resources[*].serving_endpoint.name string ALL
101+
resources.app_spaces.*.resources[*].serving_endpoint.permission apps.AppResourceServingEndpointServingEndpointPermission ALL
102+
resources.app_spaces.*.resources[*].sql_warehouse *apps.AppResourceSqlWarehouse ALL
103+
resources.app_spaces.*.resources[*].sql_warehouse.id string ALL
104+
resources.app_spaces.*.resources[*].sql_warehouse.permission apps.AppResourceSqlWarehouseSqlWarehousePermission ALL
105+
resources.app_spaces.*.resources[*].uc_securable *apps.AppResourceUcSecurable ALL
106+
resources.app_spaces.*.resources[*].uc_securable.permission apps.AppResourceUcSecurableUcSecurablePermission ALL
107+
resources.app_spaces.*.resources[*].uc_securable.securable_full_name string ALL
108+
resources.app_spaces.*.resources[*].uc_securable.securable_kind string ALL
109+
resources.app_spaces.*.resources[*].uc_securable.securable_type apps.AppResourceUcSecurableUcSecurableType ALL
110+
resources.app_spaces.*.service_principal_client_id string ALL
111+
resources.app_spaces.*.service_principal_id int64 ALL
112+
resources.app_spaces.*.service_principal_name string ALL
113+
resources.app_spaces.*.status *apps.SpaceStatus ALL
114+
resources.app_spaces.*.status.message string ALL
115+
resources.app_spaces.*.status.state apps.SpaceStatusSpaceState ALL
116+
resources.app_spaces.*.update_time *time.Time ALL
117+
resources.app_spaces.*.updater string ALL
118+
resources.app_spaces.*.url string INPUT
119+
resources.app_spaces.*.usage_policy_id string ALL
120+
resources.app_spaces.*.user_api_scopes []string ALL
121+
resources.app_spaces.*.user_api_scopes[*] string ALL
122+
resources.app_spaces.*.permissions.object_id string ALL
123+
resources.app_spaces.*.permissions[*] dresources.StatePermission ALL
124+
resources.app_spaces.*.permissions[*].group_name string ALL
125+
resources.app_spaces.*.permissions[*].level iam.PermissionLevel ALL
126+
resources.app_spaces.*.permissions[*].service_principal_name string ALL
127+
resources.app_spaces.*.permissions[*].user_name string ALL
59128
resources.apps.*.active_deployment *apps.AppDeployment ALL
60129
resources.apps.*.active_deployment.command []string ALL
61130
resources.apps.*.active_deployment.command[*] string ALL

acceptance/bundle/resources/app_spaces/update/output.txt

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -81,9 +81,7 @@ Deployment complete!
8181
>>> print_requests.py //app-spaces
8282

8383
>>> [CLI] bundle plan
84-
update app_spaces.mykey
85-
86-
Plan: 0 to add, 1 to change, 0 to delete, 0 unchanged
84+
Plan: 0 to add, 0 to change, 0 to delete, 1 unchanged
8785

8886
>>> [CLI] bundle summary
8987
Name: test-bundle

bundle/direct/dresources/apitypes.generated.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
alerts: sql.AlertV2
44

5+
app_spaces: apps.Space
6+
57
apps: apps.App
68

79
catalogs: catalog.CreateCatalog

bundle/direct/dresources/resources.generated.yml

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,32 @@ resources:
2424
- field: update_time
2525
reason: spec:output_only
2626

27+
app_spaces:
28+
29+
ignore_remote_changes:
30+
- field: create_time
31+
reason: spec:output_only
32+
- field: creator
33+
reason: spec:output_only
34+
- field: effective_usage_policy_id
35+
reason: spec:output_only
36+
- field: effective_user_api_scopes
37+
reason: spec:output_only
38+
- field: id
39+
reason: spec:output_only
40+
- field: service_principal_client_id
41+
reason: spec:output_only
42+
- field: service_principal_id
43+
reason: spec:output_only
44+
- field: service_principal_name
45+
reason: spec:output_only
46+
- field: status
47+
reason: spec:output_only
48+
- field: update_time
49+
reason: spec:output_only
50+
- field: updater
51+
reason: spec:output_only
52+
2753
apps:
2854

2955
ignore_remote_changes:

0 commit comments

Comments
 (0)