@@ -233,11 +233,11 @@ resources.catalogs.*.effective_predictive_optimization_flag.inherited_from_type
233233resources.catalogs.*.effective_predictive_optimization_flag.value catalog.EnablePredictiveOptimization REMOTE
234234resources.catalogs.*.enable_predictive_optimization catalog.EnablePredictiveOptimization REMOTE
235235resources.catalogs.*.full_name string REMOTE
236- resources.catalogs.*.grants []resources.CatalogGrant INPUT
237- resources.catalogs.*.grants[*] resources.CatalogGrant INPUT
236+ resources.catalogs.*.grants []catalog.PrivilegeAssignment INPUT
237+ resources.catalogs.*.grants[*] catalog.PrivilegeAssignment INPUT
238238resources.catalogs.*.grants[*].principal string INPUT
239- resources.catalogs.*.grants[*].privileges []resources.CatalogGrantPrivilege INPUT
240- resources.catalogs.*.grants[*].privileges[*] resources.CatalogGrantPrivilege INPUT
239+ resources.catalogs.*.grants[*].privileges []catalog.Privilege INPUT
240+ resources.catalogs.*.grants[*].privileges[*] catalog.Privilege INPUT
241241resources.catalogs.*.id string INPUT
242242resources.catalogs.*.isolation_mode catalog.CatalogIsolationMode REMOTE
243243resources.catalogs.*.lifecycle resources.Lifecycle INPUT
@@ -261,8 +261,8 @@ resources.catalogs.*.updated_at int64 REMOTE
261261resources.catalogs.*.updated_by string REMOTE
262262resources.catalogs.*.url string INPUT
263263resources.catalogs.*.grants.full_name string ALL
264- resources.catalogs.*.grants.grants []dresources.GrantAssignment ALL
265- resources.catalogs.*.grants.grants[*] dresources.GrantAssignment ALL
264+ resources.catalogs.*.grants.grants []catalog.PrivilegeAssignment ALL
265+ resources.catalogs.*.grants.grants[*] catalog.PrivilegeAssignment ALL
266266resources.catalogs.*.grants.grants[*].principal string ALL
267267resources.catalogs.*.grants.grants[*].privileges []catalog.Privilege ALL
268268resources.catalogs.*.grants.grants[*].privileges[*] catalog.Privilege ALL
@@ -710,11 +710,11 @@ resources.external_locations.*.file_event_queue.provided_pubsub.subscription_nam
710710resources.external_locations.*.file_event_queue.provided_sqs *catalog.AwsSqsQueue ALL
711711resources.external_locations.*.file_event_queue.provided_sqs.managed_resource_id string ALL
712712resources.external_locations.*.file_event_queue.provided_sqs.queue_url string ALL
713- resources.external_locations.*.grants []resources.ExternalLocationGrant INPUT
714- resources.external_locations.*.grants[*] resources.ExternalLocationGrant INPUT
713+ resources.external_locations.*.grants []catalog.PrivilegeAssignment INPUT
714+ resources.external_locations.*.grants[*] catalog.PrivilegeAssignment INPUT
715715resources.external_locations.*.grants[*].principal string INPUT
716- resources.external_locations.*.grants[*].privileges []resources.ExternalLocationGrantPrivilege INPUT
717- resources.external_locations.*.grants[*].privileges[*] resources.ExternalLocationGrantPrivilege INPUT
716+ resources.external_locations.*.grants[*].privileges []catalog.Privilege INPUT
717+ resources.external_locations.*.grants[*].privileges[*] catalog.Privilege INPUT
718718resources.external_locations.*.id string INPUT
719719resources.external_locations.*.isolation_mode catalog.IsolationMode REMOTE
720720resources.external_locations.*.lifecycle resources.Lifecycle INPUT
@@ -729,8 +729,8 @@ resources.external_locations.*.updated_at int64 REMOTE
729729resources.external_locations.*.updated_by string REMOTE
730730resources.external_locations.*.url string ALL
731731resources.external_locations.*.grants.full_name string ALL
732- resources.external_locations.*.grants.grants []dresources.GrantAssignment ALL
733- resources.external_locations.*.grants.grants[*] dresources.GrantAssignment ALL
732+ resources.external_locations.*.grants.grants []catalog.PrivilegeAssignment ALL
733+ resources.external_locations.*.grants.grants[*] catalog.PrivilegeAssignment ALL
734734resources.external_locations.*.grants.grants[*].principal string ALL
735735resources.external_locations.*.grants.grants[*].privileges []catalog.Privilege ALL
736736resources.external_locations.*.grants.grants[*].privileges[*] catalog.Privilege ALL
@@ -2748,11 +2748,11 @@ resources.registered_models.*.comment string ALL
27482748resources.registered_models.*.created_at int64 ALL
27492749resources.registered_models.*.created_by string ALL
27502750resources.registered_models.*.full_name string ALL
2751- resources.registered_models.*.grants []resources.Grant INPUT
2752- resources.registered_models.*.grants[*] resources.Grant INPUT
2751+ resources.registered_models.*.grants []catalog.PrivilegeAssignment INPUT
2752+ resources.registered_models.*.grants[*] catalog.PrivilegeAssignment INPUT
27532753resources.registered_models.*.grants[*].principal string INPUT
2754- resources.registered_models.*.grants[*].privileges []string INPUT
2755- resources.registered_models.*.grants[*].privileges[*] string INPUT
2754+ resources.registered_models.*.grants[*].privileges []catalog.Privilege INPUT
2755+ resources.registered_models.*.grants[*].privileges[*] catalog.Privilege INPUT
27562756resources.registered_models.*.id string INPUT
27572757resources.registered_models.*.lifecycle resources.Lifecycle INPUT
27582758resources.registered_models.*.lifecycle.prevent_destroy bool INPUT
@@ -2766,8 +2766,8 @@ resources.registered_models.*.updated_at int64 ALL
27662766resources.registered_models.*.updated_by string ALL
27672767resources.registered_models.*.url string INPUT
27682768resources.registered_models.*.grants.full_name string ALL
2769- resources.registered_models.*.grants.grants []dresources.GrantAssignment ALL
2770- resources.registered_models.*.grants.grants[*] dresources.GrantAssignment ALL
2769+ resources.registered_models.*.grants.grants []catalog.PrivilegeAssignment ALL
2770+ resources.registered_models.*.grants.grants[*] catalog.PrivilegeAssignment ALL
27712771resources.registered_models.*.grants.grants[*].principal string ALL
27722772resources.registered_models.*.grants.grants[*].privileges []catalog.Privilege ALL
27732773resources.registered_models.*.grants.grants[*].privileges[*] catalog.Privilege ALL
@@ -2784,11 +2784,11 @@ resources.schemas.*.effective_predictive_optimization_flag.inherited_from_type c
27842784resources.schemas.*.effective_predictive_optimization_flag.value catalog.EnablePredictiveOptimization REMOTE
27852785resources.schemas.*.enable_predictive_optimization catalog.EnablePredictiveOptimization REMOTE
27862786resources.schemas.*.full_name string REMOTE
2787- resources.schemas.*.grants []resources.SchemaGrant INPUT
2788- resources.schemas.*.grants[*] resources.SchemaGrant INPUT
2787+ resources.schemas.*.grants []catalog.PrivilegeAssignment INPUT
2788+ resources.schemas.*.grants[*] catalog.PrivilegeAssignment INPUT
27892789resources.schemas.*.grants[*].principal string INPUT
2790- resources.schemas.*.grants[*].privileges []resources.SchemaGrantPrivilege INPUT
2791- resources.schemas.*.grants[*].privileges[*] resources.SchemaGrantPrivilege INPUT
2790+ resources.schemas.*.grants[*].privileges []catalog.Privilege INPUT
2791+ resources.schemas.*.grants[*].privileges[*] catalog.Privilege INPUT
27922792resources.schemas.*.id string INPUT
27932793resources.schemas.*.lifecycle resources.Lifecycle INPUT
27942794resources.schemas.*.lifecycle.prevent_destroy bool INPUT
@@ -2805,8 +2805,8 @@ resources.schemas.*.updated_at int64 REMOTE
28052805resources.schemas.*.updated_by string REMOTE
28062806resources.schemas.*.url string INPUT
28072807resources.schemas.*.grants.full_name string ALL
2808- resources.schemas.*.grants.grants []dresources.GrantAssignment ALL
2809- resources.schemas.*.grants.grants[*] dresources.GrantAssignment ALL
2808+ resources.schemas.*.grants.grants []catalog.PrivilegeAssignment ALL
2809+ resources.schemas.*.grants.grants[*] catalog.PrivilegeAssignment ALL
28102810resources.schemas.*.grants.grants[*].principal string ALL
28112811resources.schemas.*.grants.grants[*].privileges []catalog.Privilege ALL
28122812resources.schemas.*.grants.grants[*].privileges[*] catalog.Privilege ALL
@@ -2970,11 +2970,11 @@ resources.volumes.*.encryption_details.sse_encryption_details *catalog.SseEncryp
29702970resources.volumes.*.encryption_details.sse_encryption_details.algorithm catalog.SseEncryptionDetailsAlgorithm REMOTE
29712971resources.volumes.*.encryption_details.sse_encryption_details.aws_kms_key_arn string REMOTE
29722972resources.volumes.*.full_name string REMOTE
2973- resources.volumes.*.grants []resources.VolumeGrant INPUT
2974- resources.volumes.*.grants[*] resources.VolumeGrant INPUT
2973+ resources.volumes.*.grants []catalog.PrivilegeAssignment INPUT
2974+ resources.volumes.*.grants[*] catalog.PrivilegeAssignment INPUT
29752975resources.volumes.*.grants[*].principal string INPUT
2976- resources.volumes.*.grants[*].privileges []resources.VolumeGrantPrivilege INPUT
2977- resources.volumes.*.grants[*].privileges[*] resources.VolumeGrantPrivilege INPUT
2976+ resources.volumes.*.grants[*].privileges []catalog.Privilege INPUT
2977+ resources.volumes.*.grants[*].privileges[*] catalog.Privilege INPUT
29782978resources.volumes.*.id string INPUT
29792979resources.volumes.*.lifecycle resources.Lifecycle INPUT
29802980resources.volumes.*.lifecycle.prevent_destroy bool INPUT
@@ -2990,8 +2990,8 @@ resources.volumes.*.url string INPUT
29902990resources.volumes.*.volume_id string REMOTE
29912991resources.volumes.*.volume_type catalog.VolumeType ALL
29922992resources.volumes.*.grants.full_name string ALL
2993- resources.volumes.*.grants.grants []dresources.GrantAssignment ALL
2994- resources.volumes.*.grants.grants[*] dresources.GrantAssignment ALL
2993+ resources.volumes.*.grants.grants []catalog.PrivilegeAssignment ALL
2994+ resources.volumes.*.grants.grants[*] catalog.PrivilegeAssignment ALL
29952995resources.volumes.*.grants.grants[*].principal string ALL
29962996resources.volumes.*.grants.grants[*].privileges []catalog.Privilege ALL
29972997resources.volumes.*.grants.grants[*].privileges[*] catalog.Privilege ALL
0 commit comments