pulumi-snowflake 1.2.0a1744439488__py3-none-any.whl → 1.3.0a1744699038__py3-none-any.whl

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.

Potentially problematic release.


This version of pulumi-snowflake might be problematic. Click here for more details.

Files changed (98) hide show
  1. pulumi_snowflake/_inputs.py +27 -27
  2. pulumi_snowflake/account.py +7 -7
  3. pulumi_snowflake/alert.py +7 -7
  4. pulumi_snowflake/api_authentication_integration_with_authorization_code_grant.py +7 -7
  5. pulumi_snowflake/api_authentication_integration_with_client_credentials.py +7 -7
  6. pulumi_snowflake/api_authentication_integration_with_jwt_bearer.py +7 -7
  7. pulumi_snowflake/api_integration.py +35 -35
  8. pulumi_snowflake/authentication_policy.py +7 -7
  9. pulumi_snowflake/dynamic_table.py +21 -21
  10. pulumi_snowflake/external_function.py +28 -28
  11. pulumi_snowflake/external_table.py +21 -21
  12. pulumi_snowflake/external_volume.py +13 -9
  13. pulumi_snowflake/failover_group.py +7 -7
  14. pulumi_snowflake/function_java.py +14 -14
  15. pulumi_snowflake/function_javascript.py +14 -14
  16. pulumi_snowflake/function_python.py +21 -21
  17. pulumi_snowflake/function_scala.py +14 -14
  18. pulumi_snowflake/function_sql.py +14 -14
  19. pulumi_snowflake/get_alerts.py +6 -2
  20. pulumi_snowflake/get_cortex_search_services.py +6 -2
  21. pulumi_snowflake/get_current_account.py +6 -2
  22. pulumi_snowflake/get_current_role.py +6 -2
  23. pulumi_snowflake/get_database.py +6 -2
  24. pulumi_snowflake/get_database_role.py +6 -2
  25. pulumi_snowflake/get_databases.py +6 -6
  26. pulumi_snowflake/get_dynamic_tables.py +6 -2
  27. pulumi_snowflake/get_external_functions.py +6 -2
  28. pulumi_snowflake/get_external_tables.py +6 -2
  29. pulumi_snowflake/get_failover_groups.py +6 -2
  30. pulumi_snowflake/get_file_formats.py +6 -2
  31. pulumi_snowflake/get_functions.py +6 -2
  32. pulumi_snowflake/get_grants.py +4 -0
  33. pulumi_snowflake/get_masking_policies.py +3 -3
  34. pulumi_snowflake/get_materialized_views.py +6 -2
  35. pulumi_snowflake/get_network_policies.py +3 -3
  36. pulumi_snowflake/get_parameters.py +9 -5
  37. pulumi_snowflake/get_pipes.py +6 -2
  38. pulumi_snowflake/get_procedures.py +6 -2
  39. pulumi_snowflake/get_row_access_policies.py +3 -3
  40. pulumi_snowflake/get_schemas.py +6 -6
  41. pulumi_snowflake/get_secrets.py +7 -3
  42. pulumi_snowflake/get_security_integrations.py +3 -3
  43. pulumi_snowflake/get_sequences.py +6 -2
  44. pulumi_snowflake/get_shares.py +6 -2
  45. pulumi_snowflake/get_stages.py +6 -2
  46. pulumi_snowflake/get_storage_integrations.py +6 -2
  47. pulumi_snowflake/get_streamlits.py +3 -3
  48. pulumi_snowflake/get_streams.py +3 -3
  49. pulumi_snowflake/get_system_generate_scim_access_token.py +6 -2
  50. pulumi_snowflake/get_system_get_aws_sns_iam_policy.py +4 -0
  51. pulumi_snowflake/get_system_get_private_link_config.py +6 -2
  52. pulumi_snowflake/get_system_get_snowflake_platform_info.py +6 -2
  53. pulumi_snowflake/get_tables.py +6 -2
  54. pulumi_snowflake/get_tasks.py +3 -3
  55. pulumi_snowflake/get_users.py +6 -6
  56. pulumi_snowflake/get_views.py +3 -3
  57. pulumi_snowflake/get_warehouses.py +6 -6
  58. pulumi_snowflake/grant_privileges_to_account_role.py +28 -28
  59. pulumi_snowflake/grant_privileges_to_database_role.py +21 -21
  60. pulumi_snowflake/legacy_service_user.py +21 -21
  61. pulumi_snowflake/managed_account.py +7 -7
  62. pulumi_snowflake/masking_policy.py +7 -7
  63. pulumi_snowflake/materialized_view.py +14 -14
  64. pulumi_snowflake/network_policy_attachment.py +7 -7
  65. pulumi_snowflake/notification_integration.py +20 -7
  66. pulumi_snowflake/oauth_integration_for_custom_clients.py +35 -35
  67. pulumi_snowflake/oauth_integration_for_partner_applications.py +21 -21
  68. pulumi_snowflake/object_parameter.py +7 -7
  69. pulumi_snowflake/outputs.py +18 -18
  70. pulumi_snowflake/password_policy.py +97 -93
  71. pulumi_snowflake/pipe.py +7 -7
  72. pulumi_snowflake/procedure_java.py +14 -14
  73. pulumi_snowflake/procedure_javascript.py +14 -14
  74. pulumi_snowflake/procedure_python.py +14 -14
  75. pulumi_snowflake/procedure_scala.py +14 -14
  76. pulumi_snowflake/procedure_sql.py +14 -14
  77. pulumi_snowflake/pulumi-plugin.json +1 -1
  78. pulumi_snowflake/saml2_integration.py +28 -28
  79. pulumi_snowflake/schema.py +14 -14
  80. pulumi_snowflake/scim_integration.py +7 -7
  81. pulumi_snowflake/sequence.py +21 -21
  82. pulumi_snowflake/service_user.py +14 -14
  83. pulumi_snowflake/storage_integration.py +65 -0
  84. pulumi_snowflake/stream_on_external_table.py +7 -7
  85. pulumi_snowflake/stream_on_table.py +7 -7
  86. pulumi_snowflake/stream_on_view.py +7 -7
  87. pulumi_snowflake/table.py +14 -14
  88. pulumi_snowflake/table_constraint.py +42 -42
  89. pulumi_snowflake/tag_association.py +7 -7
  90. pulumi_snowflake/task.py +7 -7
  91. pulumi_snowflake/user.py +21 -21
  92. pulumi_snowflake/view.py +14 -14
  93. pulumi_snowflake/warehouse.py +28 -28
  94. {pulumi_snowflake-1.2.0a1744439488.dist-info → pulumi_snowflake-1.3.0a1744699038.dist-info}/METADATA +1 -1
  95. pulumi_snowflake-1.3.0a1744699038.dist-info/RECORD +148 -0
  96. pulumi_snowflake-1.2.0a1744439488.dist-info/RECORD +0 -148
  97. {pulumi_snowflake-1.2.0a1744439488.dist-info → pulumi_snowflake-1.3.0a1744699038.dist-info}/WHEEL +0 -0
  98. {pulumi_snowflake-1.2.0a1744439488.dist-info → pulumi_snowflake-1.3.0a1744699038.dist-info}/top_level.txt +0 -0
@@ -40,14 +40,14 @@ class TableConstraintArgs:
40
40
  :param pulumi.Input[builtins.str] table_id: Identifier for table to create constraint on. Format must follow: "\\"<db*name>\\".\\"<schema*name>\\".\\"<table*name>\\"" or "<db*name>.<schema*name>.<table*name>" (snowflake*table.my*table.id)
41
41
  :param pulumi.Input[builtins.str] type: Type of constraint, one of 'UNIQUE', 'PRIMARY KEY', or 'FOREIGN KEY'
42
42
  :param pulumi.Input[builtins.str] comment: Comment for the table constraint
43
- :param pulumi.Input[builtins.bool] deferrable: Whether the constraint is deferrable
44
- :param pulumi.Input[builtins.bool] enable: Specifies whether the constraint is enabled or disabled. These properties are provided for compatibility with Oracle.
45
- :param pulumi.Input[builtins.bool] enforced: Whether the constraint is enforced
43
+ :param pulumi.Input[builtins.bool] deferrable: (Default: `true`) Whether the constraint is deferrable
44
+ :param pulumi.Input[builtins.bool] enable: (Default: `true`) Specifies whether the constraint is enabled or disabled. These properties are provided for compatibility with Oracle.
45
+ :param pulumi.Input[builtins.bool] enforced: (Default: `false`) Whether the constraint is enforced
46
46
  :param pulumi.Input['TableConstraintForeignKeyPropertiesArgs'] foreign_key_properties: Additional properties when type is set to foreign key. Not applicable for primary/unique keys
47
- :param pulumi.Input[builtins.str] initially: Whether the constraint is initially deferred or immediate
47
+ :param pulumi.Input[builtins.str] initially: (Default: `DEFERRED`) Whether the constraint is initially deferred or immediate
48
48
  :param pulumi.Input[builtins.str] name: Name of constraint
49
- :param pulumi.Input[builtins.bool] rely: Specifies whether a constraint in NOVALIDATE mode is taken into account during query rewrite.
50
- :param pulumi.Input[builtins.bool] validate: Specifies whether to validate existing data on the table when a constraint is created. Only used in conjunction with the ENABLE property.
49
+ :param pulumi.Input[builtins.bool] rely: (Default: `true`) Specifies whether a constraint in NOVALIDATE mode is taken into account during query rewrite.
50
+ :param pulumi.Input[builtins.bool] validate: (Default: `false`) Specifies whether to validate existing data on the table when a constraint is created. Only used in conjunction with the ENABLE property.
51
51
  """
52
52
  pulumi.set(__self__, "columns", columns)
53
53
  pulumi.set(__self__, "table_id", table_id)
@@ -127,7 +127,7 @@ class TableConstraintArgs:
127
127
  @pulumi.getter
128
128
  def deferrable(self) -> Optional[pulumi.Input[builtins.bool]]:
129
129
  """
130
- Whether the constraint is deferrable
130
+ (Default: `true`) Whether the constraint is deferrable
131
131
  """
132
132
  return pulumi.get(self, "deferrable")
133
133
 
@@ -139,7 +139,7 @@ class TableConstraintArgs:
139
139
  @pulumi.getter
140
140
  def enable(self) -> Optional[pulumi.Input[builtins.bool]]:
141
141
  """
142
- Specifies whether the constraint is enabled or disabled. These properties are provided for compatibility with Oracle.
142
+ (Default: `true`) Specifies whether the constraint is enabled or disabled. These properties are provided for compatibility with Oracle.
143
143
  """
144
144
  return pulumi.get(self, "enable")
145
145
 
@@ -151,7 +151,7 @@ class TableConstraintArgs:
151
151
  @pulumi.getter
152
152
  def enforced(self) -> Optional[pulumi.Input[builtins.bool]]:
153
153
  """
154
- Whether the constraint is enforced
154
+ (Default: `false`) Whether the constraint is enforced
155
155
  """
156
156
  return pulumi.get(self, "enforced")
157
157
 
@@ -175,7 +175,7 @@ class TableConstraintArgs:
175
175
  @pulumi.getter
176
176
  def initially(self) -> Optional[pulumi.Input[builtins.str]]:
177
177
  """
178
- Whether the constraint is initially deferred or immediate
178
+ (Default: `DEFERRED`) Whether the constraint is initially deferred or immediate
179
179
  """
180
180
  return pulumi.get(self, "initially")
181
181
 
@@ -199,7 +199,7 @@ class TableConstraintArgs:
199
199
  @pulumi.getter
200
200
  def rely(self) -> Optional[pulumi.Input[builtins.bool]]:
201
201
  """
202
- Specifies whether a constraint in NOVALIDATE mode is taken into account during query rewrite.
202
+ (Default: `true`) Specifies whether a constraint in NOVALIDATE mode is taken into account during query rewrite.
203
203
  """
204
204
  return pulumi.get(self, "rely")
205
205
 
@@ -211,7 +211,7 @@ class TableConstraintArgs:
211
211
  @pulumi.getter
212
212
  def validate(self) -> Optional[pulumi.Input[builtins.bool]]:
213
213
  """
214
- Specifies whether to validate existing data on the table when a constraint is created. Only used in conjunction with the ENABLE property.
214
+ (Default: `false`) Specifies whether to validate existing data on the table when a constraint is created. Only used in conjunction with the ENABLE property.
215
215
  """
216
216
  return pulumi.get(self, "validate")
217
217
 
@@ -239,16 +239,16 @@ class _TableConstraintState:
239
239
  Input properties used for looking up and filtering TableConstraint resources.
240
240
  :param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] columns: Columns to use in constraint key
241
241
  :param pulumi.Input[builtins.str] comment: Comment for the table constraint
242
- :param pulumi.Input[builtins.bool] deferrable: Whether the constraint is deferrable
243
- :param pulumi.Input[builtins.bool] enable: Specifies whether the constraint is enabled or disabled. These properties are provided for compatibility with Oracle.
244
- :param pulumi.Input[builtins.bool] enforced: Whether the constraint is enforced
242
+ :param pulumi.Input[builtins.bool] deferrable: (Default: `true`) Whether the constraint is deferrable
243
+ :param pulumi.Input[builtins.bool] enable: (Default: `true`) Specifies whether the constraint is enabled or disabled. These properties are provided for compatibility with Oracle.
244
+ :param pulumi.Input[builtins.bool] enforced: (Default: `false`) Whether the constraint is enforced
245
245
  :param pulumi.Input['TableConstraintForeignKeyPropertiesArgs'] foreign_key_properties: Additional properties when type is set to foreign key. Not applicable for primary/unique keys
246
- :param pulumi.Input[builtins.str] initially: Whether the constraint is initially deferred or immediate
246
+ :param pulumi.Input[builtins.str] initially: (Default: `DEFERRED`) Whether the constraint is initially deferred or immediate
247
247
  :param pulumi.Input[builtins.str] name: Name of constraint
248
- :param pulumi.Input[builtins.bool] rely: Specifies whether a constraint in NOVALIDATE mode is taken into account during query rewrite.
248
+ :param pulumi.Input[builtins.bool] rely: (Default: `true`) Specifies whether a constraint in NOVALIDATE mode is taken into account during query rewrite.
249
249
  :param pulumi.Input[builtins.str] table_id: Identifier for table to create constraint on. Format must follow: "\\"<db*name>\\".\\"<schema*name>\\".\\"<table*name>\\"" or "<db*name>.<schema*name>.<table*name>" (snowflake*table.my*table.id)
250
250
  :param pulumi.Input[builtins.str] type: Type of constraint, one of 'UNIQUE', 'PRIMARY KEY', or 'FOREIGN KEY'
251
- :param pulumi.Input[builtins.bool] validate: Specifies whether to validate existing data on the table when a constraint is created. Only used in conjunction with the ENABLE property.
251
+ :param pulumi.Input[builtins.bool] validate: (Default: `false`) Specifies whether to validate existing data on the table when a constraint is created. Only used in conjunction with the ENABLE property.
252
252
  """
253
253
  if columns is not None:
254
254
  pulumi.set(__self__, "columns", columns)
@@ -307,7 +307,7 @@ class _TableConstraintState:
307
307
  @pulumi.getter
308
308
  def deferrable(self) -> Optional[pulumi.Input[builtins.bool]]:
309
309
  """
310
- Whether the constraint is deferrable
310
+ (Default: `true`) Whether the constraint is deferrable
311
311
  """
312
312
  return pulumi.get(self, "deferrable")
313
313
 
@@ -319,7 +319,7 @@ class _TableConstraintState:
319
319
  @pulumi.getter
320
320
  def enable(self) -> Optional[pulumi.Input[builtins.bool]]:
321
321
  """
322
- Specifies whether the constraint is enabled or disabled. These properties are provided for compatibility with Oracle.
322
+ (Default: `true`) Specifies whether the constraint is enabled or disabled. These properties are provided for compatibility with Oracle.
323
323
  """
324
324
  return pulumi.get(self, "enable")
325
325
 
@@ -331,7 +331,7 @@ class _TableConstraintState:
331
331
  @pulumi.getter
332
332
  def enforced(self) -> Optional[pulumi.Input[builtins.bool]]:
333
333
  """
334
- Whether the constraint is enforced
334
+ (Default: `false`) Whether the constraint is enforced
335
335
  """
336
336
  return pulumi.get(self, "enforced")
337
337
 
@@ -355,7 +355,7 @@ class _TableConstraintState:
355
355
  @pulumi.getter
356
356
  def initially(self) -> Optional[pulumi.Input[builtins.str]]:
357
357
  """
358
- Whether the constraint is initially deferred or immediate
358
+ (Default: `DEFERRED`) Whether the constraint is initially deferred or immediate
359
359
  """
360
360
  return pulumi.get(self, "initially")
361
361
 
@@ -379,7 +379,7 @@ class _TableConstraintState:
379
379
  @pulumi.getter
380
380
  def rely(self) -> Optional[pulumi.Input[builtins.bool]]:
381
381
  """
382
- Specifies whether a constraint in NOVALIDATE mode is taken into account during query rewrite.
382
+ (Default: `true`) Specifies whether a constraint in NOVALIDATE mode is taken into account during query rewrite.
383
383
  """
384
384
  return pulumi.get(self, "rely")
385
385
 
@@ -415,7 +415,7 @@ class _TableConstraintState:
415
415
  @pulumi.getter
416
416
  def validate(self) -> Optional[pulumi.Input[builtins.bool]]:
417
417
  """
418
- Specifies whether to validate existing data on the table when a constraint is created. Only used in conjunction with the ENABLE property.
418
+ (Default: `false`) Specifies whether to validate existing data on the table when a constraint is created. Only used in conjunction with the ENABLE property.
419
419
  """
420
420
  return pulumi.get(self, "validate")
421
421
 
@@ -453,16 +453,16 @@ class TableConstraint(pulumi.CustomResource):
453
453
  :param pulumi.ResourceOptions opts: Options for the resource.
454
454
  :param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] columns: Columns to use in constraint key
455
455
  :param pulumi.Input[builtins.str] comment: Comment for the table constraint
456
- :param pulumi.Input[builtins.bool] deferrable: Whether the constraint is deferrable
457
- :param pulumi.Input[builtins.bool] enable: Specifies whether the constraint is enabled or disabled. These properties are provided for compatibility with Oracle.
458
- :param pulumi.Input[builtins.bool] enforced: Whether the constraint is enforced
456
+ :param pulumi.Input[builtins.bool] deferrable: (Default: `true`) Whether the constraint is deferrable
457
+ :param pulumi.Input[builtins.bool] enable: (Default: `true`) Specifies whether the constraint is enabled or disabled. These properties are provided for compatibility with Oracle.
458
+ :param pulumi.Input[builtins.bool] enforced: (Default: `false`) Whether the constraint is enforced
459
459
  :param pulumi.Input[Union['TableConstraintForeignKeyPropertiesArgs', 'TableConstraintForeignKeyPropertiesArgsDict']] foreign_key_properties: Additional properties when type is set to foreign key. Not applicable for primary/unique keys
460
- :param pulumi.Input[builtins.str] initially: Whether the constraint is initially deferred or immediate
460
+ :param pulumi.Input[builtins.str] initially: (Default: `DEFERRED`) Whether the constraint is initially deferred or immediate
461
461
  :param pulumi.Input[builtins.str] name: Name of constraint
462
- :param pulumi.Input[builtins.bool] rely: Specifies whether a constraint in NOVALIDATE mode is taken into account during query rewrite.
462
+ :param pulumi.Input[builtins.bool] rely: (Default: `true`) Specifies whether a constraint in NOVALIDATE mode is taken into account during query rewrite.
463
463
  :param pulumi.Input[builtins.str] table_id: Identifier for table to create constraint on. Format must follow: "\\"<db*name>\\".\\"<schema*name>\\".\\"<table*name>\\"" or "<db*name>.<schema*name>.<table*name>" (snowflake*table.my*table.id)
464
464
  :param pulumi.Input[builtins.str] type: Type of constraint, one of 'UNIQUE', 'PRIMARY KEY', or 'FOREIGN KEY'
465
- :param pulumi.Input[builtins.bool] validate: Specifies whether to validate existing data on the table when a constraint is created. Only used in conjunction with the ENABLE property.
465
+ :param pulumi.Input[builtins.bool] validate: (Default: `false`) Specifies whether to validate existing data on the table when a constraint is created. Only used in conjunction with the ENABLE property.
466
466
  """
467
467
  ...
468
468
  @overload
@@ -562,16 +562,16 @@ class TableConstraint(pulumi.CustomResource):
562
562
  :param pulumi.ResourceOptions opts: Options for the resource.
563
563
  :param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] columns: Columns to use in constraint key
564
564
  :param pulumi.Input[builtins.str] comment: Comment for the table constraint
565
- :param pulumi.Input[builtins.bool] deferrable: Whether the constraint is deferrable
566
- :param pulumi.Input[builtins.bool] enable: Specifies whether the constraint is enabled or disabled. These properties are provided for compatibility with Oracle.
567
- :param pulumi.Input[builtins.bool] enforced: Whether the constraint is enforced
565
+ :param pulumi.Input[builtins.bool] deferrable: (Default: `true`) Whether the constraint is deferrable
566
+ :param pulumi.Input[builtins.bool] enable: (Default: `true`) Specifies whether the constraint is enabled or disabled. These properties are provided for compatibility with Oracle.
567
+ :param pulumi.Input[builtins.bool] enforced: (Default: `false`) Whether the constraint is enforced
568
568
  :param pulumi.Input[Union['TableConstraintForeignKeyPropertiesArgs', 'TableConstraintForeignKeyPropertiesArgsDict']] foreign_key_properties: Additional properties when type is set to foreign key. Not applicable for primary/unique keys
569
- :param pulumi.Input[builtins.str] initially: Whether the constraint is initially deferred or immediate
569
+ :param pulumi.Input[builtins.str] initially: (Default: `DEFERRED`) Whether the constraint is initially deferred or immediate
570
570
  :param pulumi.Input[builtins.str] name: Name of constraint
571
- :param pulumi.Input[builtins.bool] rely: Specifies whether a constraint in NOVALIDATE mode is taken into account during query rewrite.
571
+ :param pulumi.Input[builtins.bool] rely: (Default: `true`) Specifies whether a constraint in NOVALIDATE mode is taken into account during query rewrite.
572
572
  :param pulumi.Input[builtins.str] table_id: Identifier for table to create constraint on. Format must follow: "\\"<db*name>\\".\\"<schema*name>\\".\\"<table*name>\\"" or "<db*name>.<schema*name>.<table*name>" (snowflake*table.my*table.id)
573
573
  :param pulumi.Input[builtins.str] type: Type of constraint, one of 'UNIQUE', 'PRIMARY KEY', or 'FOREIGN KEY'
574
- :param pulumi.Input[builtins.bool] validate: Specifies whether to validate existing data on the table when a constraint is created. Only used in conjunction with the ENABLE property.
574
+ :param pulumi.Input[builtins.bool] validate: (Default: `false`) Specifies whether to validate existing data on the table when a constraint is created. Only used in conjunction with the ENABLE property.
575
575
  """
576
576
  opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
577
577
 
@@ -612,7 +612,7 @@ class TableConstraint(pulumi.CustomResource):
612
612
  @pulumi.getter
613
613
  def deferrable(self) -> pulumi.Output[Optional[builtins.bool]]:
614
614
  """
615
- Whether the constraint is deferrable
615
+ (Default: `true`) Whether the constraint is deferrable
616
616
  """
617
617
  return pulumi.get(self, "deferrable")
618
618
 
@@ -620,7 +620,7 @@ class TableConstraint(pulumi.CustomResource):
620
620
  @pulumi.getter
621
621
  def enable(self) -> pulumi.Output[Optional[builtins.bool]]:
622
622
  """
623
- Specifies whether the constraint is enabled or disabled. These properties are provided for compatibility with Oracle.
623
+ (Default: `true`) Specifies whether the constraint is enabled or disabled. These properties are provided for compatibility with Oracle.
624
624
  """
625
625
  return pulumi.get(self, "enable")
626
626
 
@@ -628,7 +628,7 @@ class TableConstraint(pulumi.CustomResource):
628
628
  @pulumi.getter
629
629
  def enforced(self) -> pulumi.Output[Optional[builtins.bool]]:
630
630
  """
631
- Whether the constraint is enforced
631
+ (Default: `false`) Whether the constraint is enforced
632
632
  """
633
633
  return pulumi.get(self, "enforced")
634
634
 
@@ -644,7 +644,7 @@ class TableConstraint(pulumi.CustomResource):
644
644
  @pulumi.getter
645
645
  def initially(self) -> pulumi.Output[Optional[builtins.str]]:
646
646
  """
647
- Whether the constraint is initially deferred or immediate
647
+ (Default: `DEFERRED`) Whether the constraint is initially deferred or immediate
648
648
  """
649
649
  return pulumi.get(self, "initially")
650
650
 
@@ -660,7 +660,7 @@ class TableConstraint(pulumi.CustomResource):
660
660
  @pulumi.getter
661
661
  def rely(self) -> pulumi.Output[Optional[builtins.bool]]:
662
662
  """
663
- Specifies whether a constraint in NOVALIDATE mode is taken into account during query rewrite.
663
+ (Default: `true`) Specifies whether a constraint in NOVALIDATE mode is taken into account during query rewrite.
664
664
  """
665
665
  return pulumi.get(self, "rely")
666
666
 
@@ -684,7 +684,7 @@ class TableConstraint(pulumi.CustomResource):
684
684
  @pulumi.getter
685
685
  def validate(self) -> pulumi.Output[Optional[builtins.bool]]:
686
686
  """
687
- Specifies whether to validate existing data on the table when a constraint is created. Only used in conjunction with the ENABLE property.
687
+ (Default: `false`) Specifies whether to validate existing data on the table when a constraint is created. Only used in conjunction with the ENABLE property.
688
688
  """
689
689
  return pulumi.get(self, "validate")
690
690
 
@@ -31,7 +31,7 @@ class TagAssociationArgs:
31
31
  :param pulumi.Input[builtins.str] object_type: Specifies the type of object to add a tag. Allowed object types: [ACCOUNT APPLICATION APPLICATION PACKAGE DATABASE FAILOVER GROUP INTEGRATION NETWORK POLICY REPLICATION GROUP ROLE SHARE USER WAREHOUSE DATABASE ROLE SCHEMA ALERT SNOWFLAKE.CORE.BUDGET SNOWFLAKE.ML.CLASSIFICATION EXTERNAL FUNCTION EXTERNAL TABLE FUNCTION GIT REPOSITORY ICEBERG TABLE MATERIALIZED VIEW PIPE MASKING POLICY PASSWORD POLICY ROW ACCESS POLICY SESSION POLICY PRIVACY POLICY PROCEDURE STAGE STREAM TABLE TASK VIEW COLUMN EVENT TABLE].
32
32
  :param pulumi.Input[builtins.str] tag_id: Specifies the identifier for the tag.
33
33
  :param pulumi.Input[builtins.str] tag_value: Specifies the value of the tag, (e.g. 'finance' or 'engineering')
34
- :param pulumi.Input[builtins.bool] skip_validation: If true, skips validation of the tag association.
34
+ :param pulumi.Input[builtins.bool] skip_validation: (Default: `true`) If true, skips validation of the tag association.
35
35
  """
36
36
  pulumi.set(__self__, "object_identifiers", object_identifiers)
37
37
  pulumi.set(__self__, "object_type", object_type)
@@ -92,7 +92,7 @@ class TagAssociationArgs:
92
92
  @pulumi.getter(name="skipValidation")
93
93
  def skip_validation(self) -> Optional[pulumi.Input[builtins.bool]]:
94
94
  """
95
- If true, skips validation of the tag association.
95
+ (Default: `true`) If true, skips validation of the tag association.
96
96
  """
97
97
  return pulumi.get(self, "skip_validation")
98
98
 
@@ -113,7 +113,7 @@ class _TagAssociationState:
113
113
  Input properties used for looking up and filtering TagAssociation resources.
114
114
  :param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] object_identifiers: Specifies the object identifiers for the tag association.
115
115
  :param pulumi.Input[builtins.str] object_type: Specifies the type of object to add a tag. Allowed object types: [ACCOUNT APPLICATION APPLICATION PACKAGE DATABASE FAILOVER GROUP INTEGRATION NETWORK POLICY REPLICATION GROUP ROLE SHARE USER WAREHOUSE DATABASE ROLE SCHEMA ALERT SNOWFLAKE.CORE.BUDGET SNOWFLAKE.ML.CLASSIFICATION EXTERNAL FUNCTION EXTERNAL TABLE FUNCTION GIT REPOSITORY ICEBERG TABLE MATERIALIZED VIEW PIPE MASKING POLICY PASSWORD POLICY ROW ACCESS POLICY SESSION POLICY PRIVACY POLICY PROCEDURE STAGE STREAM TABLE TASK VIEW COLUMN EVENT TABLE].
116
- :param pulumi.Input[builtins.bool] skip_validation: If true, skips validation of the tag association.
116
+ :param pulumi.Input[builtins.bool] skip_validation: (Default: `true`) If true, skips validation of the tag association.
117
117
  :param pulumi.Input[builtins.str] tag_id: Specifies the identifier for the tag.
118
118
  :param pulumi.Input[builtins.str] tag_value: Specifies the value of the tag, (e.g. 'finance' or 'engineering')
119
119
  """
@@ -156,7 +156,7 @@ class _TagAssociationState:
156
156
  @pulumi.getter(name="skipValidation")
157
157
  def skip_validation(self) -> Optional[pulumi.Input[builtins.bool]]:
158
158
  """
159
- If true, skips validation of the tag association.
159
+ (Default: `true`) If true, skips validation of the tag association.
160
160
  """
161
161
  return pulumi.get(self, "skip_validation")
162
162
 
@@ -213,7 +213,7 @@ class TagAssociation(pulumi.CustomResource):
213
213
  :param pulumi.ResourceOptions opts: Options for the resource.
214
214
  :param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] object_identifiers: Specifies the object identifiers for the tag association.
215
215
  :param pulumi.Input[builtins.str] object_type: Specifies the type of object to add a tag. Allowed object types: [ACCOUNT APPLICATION APPLICATION PACKAGE DATABASE FAILOVER GROUP INTEGRATION NETWORK POLICY REPLICATION GROUP ROLE SHARE USER WAREHOUSE DATABASE ROLE SCHEMA ALERT SNOWFLAKE.CORE.BUDGET SNOWFLAKE.ML.CLASSIFICATION EXTERNAL FUNCTION EXTERNAL TABLE FUNCTION GIT REPOSITORY ICEBERG TABLE MATERIALIZED VIEW PIPE MASKING POLICY PASSWORD POLICY ROW ACCESS POLICY SESSION POLICY PRIVACY POLICY PROCEDURE STAGE STREAM TABLE TASK VIEW COLUMN EVENT TABLE].
216
- :param pulumi.Input[builtins.bool] skip_validation: If true, skips validation of the tag association.
216
+ :param pulumi.Input[builtins.bool] skip_validation: (Default: `true`) If true, skips validation of the tag association.
217
217
  :param pulumi.Input[builtins.str] tag_id: Specifies the identifier for the tag.
218
218
  :param pulumi.Input[builtins.str] tag_value: Specifies the value of the tag, (e.g. 'finance' or 'engineering')
219
219
  """
@@ -298,7 +298,7 @@ class TagAssociation(pulumi.CustomResource):
298
298
  :param pulumi.ResourceOptions opts: Options for the resource.
299
299
  :param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] object_identifiers: Specifies the object identifiers for the tag association.
300
300
  :param pulumi.Input[builtins.str] object_type: Specifies the type of object to add a tag. Allowed object types: [ACCOUNT APPLICATION APPLICATION PACKAGE DATABASE FAILOVER GROUP INTEGRATION NETWORK POLICY REPLICATION GROUP ROLE SHARE USER WAREHOUSE DATABASE ROLE SCHEMA ALERT SNOWFLAKE.CORE.BUDGET SNOWFLAKE.ML.CLASSIFICATION EXTERNAL FUNCTION EXTERNAL TABLE FUNCTION GIT REPOSITORY ICEBERG TABLE MATERIALIZED VIEW PIPE MASKING POLICY PASSWORD POLICY ROW ACCESS POLICY SESSION POLICY PRIVACY POLICY PROCEDURE STAGE STREAM TABLE TASK VIEW COLUMN EVENT TABLE].
301
- :param pulumi.Input[builtins.bool] skip_validation: If true, skips validation of the tag association.
301
+ :param pulumi.Input[builtins.bool] skip_validation: (Default: `true`) If true, skips validation of the tag association.
302
302
  :param pulumi.Input[builtins.str] tag_id: Specifies the identifier for the tag.
303
303
  :param pulumi.Input[builtins.str] tag_value: Specifies the value of the tag, (e.g. 'finance' or 'engineering')
304
304
  """
@@ -333,7 +333,7 @@ class TagAssociation(pulumi.CustomResource):
333
333
  @pulumi.getter(name="skipValidation")
334
334
  def skip_validation(self) -> pulumi.Output[Optional[builtins.bool]]:
335
335
  """
336
- If true, skips validation of the tag association.
336
+ (Default: `true`) If true, skips validation of the tag association.
337
337
  """
338
338
  return pulumi.get(self, "skip_validation")
339
339
 
pulumi_snowflake/task.py CHANGED
@@ -102,7 +102,7 @@ class TaskArgs:
102
102
  :param pulumi.Input[builtins.bool] started: Specifies if the task should be started or suspended.
103
103
  :param pulumi.Input[builtins.bool] abort_detached_query: Specifies the action that Snowflake performs for in-progress queries if connectivity is lost due to abrupt termination of a session (e.g. network outage, browser termination, service interruption). For more information, check [ABORT*DETACHED*QUERY docs](https://docs.snowflake.com/en/sql-reference/parameters#abort-detached-query).
104
104
  :param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] afters: Specifies one or more predecessor tasks for the current task. Use this option to [create a DAG](https://docs.snowflake.com/en/user-guide/tasks-graphs.html#label-task-dag) of tasks or add this task to an existing DAG. A DAG is a series of tasks that starts with a scheduled root task and is linked together by dependencies. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
105
- :param pulumi.Input[builtins.str] allow_overlapping_execution: By default, Snowflake ensures that only one instance of a particular DAG is allowed to run at a time, setting the parameter value to TRUE permits DAG runs to overlap. Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value.
105
+ :param pulumi.Input[builtins.str] allow_overlapping_execution: (Default: fallback to Snowflake default - uses special value that cannot be set in the configuration manually (`default`)) By default, Snowflake ensures that only one instance of a particular DAG is allowed to run at a time, setting the parameter value to TRUE permits DAG runs to overlap. Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value.
106
106
  :param pulumi.Input[builtins.bool] autocommit: Specifies whether autocommit is enabled for the session. Autocommit determines whether a DML statement, when executed without an active transaction, is automatically committed after the statement successfully completes. For more information, see [Transactions](https://docs.snowflake.com/en/sql-reference/transactions). For more information, check [AUTOCOMMIT docs](https://docs.snowflake.com/en/sql-reference/parameters#autocommit).
107
107
  :param pulumi.Input[builtins.str] binary_input_format: The format of VARCHAR values passed as input to VARCHAR-to-BINARY conversion functions. For more information, see [Binary input and output](https://docs.snowflake.com/en/sql-reference/binary-input-output). For more information, check [BINARY*INPUT*FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#binary-input-format).
108
108
  :param pulumi.Input[builtins.str] binary_output_format: The format for VARCHAR values returned as output by BINARY-to-VARCHAR conversion functions. For more information, see [Binary input and output](https://docs.snowflake.com/en/sql-reference/binary-input-output). For more information, check [BINARY*OUTPUT*FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#binary-output-format).
@@ -386,7 +386,7 @@ class TaskArgs:
386
386
  @pulumi.getter(name="allowOverlappingExecution")
387
387
  def allow_overlapping_execution(self) -> Optional[pulumi.Input[builtins.str]]:
388
388
  """
389
- By default, Snowflake ensures that only one instance of a particular DAG is allowed to run at a time, setting the parameter value to TRUE permits DAG runs to overlap. Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value.
389
+ (Default: fallback to Snowflake default - uses special value that cannot be set in the configuration manually (`default`)) By default, Snowflake ensures that only one instance of a particular DAG is allowed to run at a time, setting the parameter value to TRUE permits DAG runs to overlap. Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value.
390
390
  """
391
391
  return pulumi.get(self, "allow_overlapping_execution")
392
392
 
@@ -1257,7 +1257,7 @@ class _TaskState:
1257
1257
  Input properties used for looking up and filtering Task resources.
1258
1258
  :param pulumi.Input[builtins.bool] abort_detached_query: Specifies the action that Snowflake performs for in-progress queries if connectivity is lost due to abrupt termination of a session (e.g. network outage, browser termination, service interruption). For more information, check [ABORT*DETACHED*QUERY docs](https://docs.snowflake.com/en/sql-reference/parameters#abort-detached-query).
1259
1259
  :param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] afters: Specifies one or more predecessor tasks for the current task. Use this option to [create a DAG](https://docs.snowflake.com/en/user-guide/tasks-graphs.html#label-task-dag) of tasks or add this task to an existing DAG. A DAG is a series of tasks that starts with a scheduled root task and is linked together by dependencies. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
1260
- :param pulumi.Input[builtins.str] allow_overlapping_execution: By default, Snowflake ensures that only one instance of a particular DAG is allowed to run at a time, setting the parameter value to TRUE permits DAG runs to overlap. Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value.
1260
+ :param pulumi.Input[builtins.str] allow_overlapping_execution: (Default: fallback to Snowflake default - uses special value that cannot be set in the configuration manually (`default`)) By default, Snowflake ensures that only one instance of a particular DAG is allowed to run at a time, setting the parameter value to TRUE permits DAG runs to overlap. Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value.
1261
1261
  :param pulumi.Input[builtins.bool] autocommit: Specifies whether autocommit is enabled for the session. Autocommit determines whether a DML statement, when executed without an active transaction, is automatically committed after the statement successfully completes. For more information, see [Transactions](https://docs.snowflake.com/en/sql-reference/transactions). For more information, check [AUTOCOMMIT docs](https://docs.snowflake.com/en/sql-reference/parameters#autocommit).
1262
1262
  :param pulumi.Input[builtins.str] binary_input_format: The format of VARCHAR values passed as input to VARCHAR-to-BINARY conversion functions. For more information, see [Binary input and output](https://docs.snowflake.com/en/sql-reference/binary-input-output). For more information, check [BINARY*INPUT*FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#binary-input-format).
1263
1263
  :param pulumi.Input[builtins.str] binary_output_format: The format for VARCHAR values returned as output by BINARY-to-VARCHAR conversion functions. For more information, see [Binary input and output](https://docs.snowflake.com/en/sql-reference/binary-input-output). For more information, check [BINARY*OUTPUT*FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#binary-output-format).
@@ -1510,7 +1510,7 @@ class _TaskState:
1510
1510
  @pulumi.getter(name="allowOverlappingExecution")
1511
1511
  def allow_overlapping_execution(self) -> Optional[pulumi.Input[builtins.str]]:
1512
1512
  """
1513
- By default, Snowflake ensures that only one instance of a particular DAG is allowed to run at a time, setting the parameter value to TRUE permits DAG runs to overlap. Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value.
1513
+ (Default: fallback to Snowflake default - uses special value that cannot be set in the configuration manually (`default`)) By default, Snowflake ensures that only one instance of a particular DAG is allowed to run at a time, setting the parameter value to TRUE permits DAG runs to overlap. Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value.
1514
1514
  """
1515
1515
  return pulumi.get(self, "allow_overlapping_execution")
1516
1516
 
@@ -2472,7 +2472,7 @@ class Task(pulumi.CustomResource):
2472
2472
  :param pulumi.ResourceOptions opts: Options for the resource.
2473
2473
  :param pulumi.Input[builtins.bool] abort_detached_query: Specifies the action that Snowflake performs for in-progress queries if connectivity is lost due to abrupt termination of a session (e.g. network outage, browser termination, service interruption). For more information, check [ABORT*DETACHED*QUERY docs](https://docs.snowflake.com/en/sql-reference/parameters#abort-detached-query).
2474
2474
  :param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] afters: Specifies one or more predecessor tasks for the current task. Use this option to [create a DAG](https://docs.snowflake.com/en/user-guide/tasks-graphs.html#label-task-dag) of tasks or add this task to an existing DAG. A DAG is a series of tasks that starts with a scheduled root task and is linked together by dependencies. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
2475
- :param pulumi.Input[builtins.str] allow_overlapping_execution: By default, Snowflake ensures that only one instance of a particular DAG is allowed to run at a time, setting the parameter value to TRUE permits DAG runs to overlap. Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value.
2475
+ :param pulumi.Input[builtins.str] allow_overlapping_execution: (Default: fallback to Snowflake default - uses special value that cannot be set in the configuration manually (`default`)) By default, Snowflake ensures that only one instance of a particular DAG is allowed to run at a time, setting the parameter value to TRUE permits DAG runs to overlap. Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value.
2476
2476
  :param pulumi.Input[builtins.bool] autocommit: Specifies whether autocommit is enabled for the session. Autocommit determines whether a DML statement, when executed without an active transaction, is automatically committed after the statement successfully completes. For more information, see [Transactions](https://docs.snowflake.com/en/sql-reference/transactions). For more information, check [AUTOCOMMIT docs](https://docs.snowflake.com/en/sql-reference/parameters#autocommit).
2477
2477
  :param pulumi.Input[builtins.str] binary_input_format: The format of VARCHAR values passed as input to VARCHAR-to-BINARY conversion functions. For more information, see [Binary input and output](https://docs.snowflake.com/en/sql-reference/binary-input-output). For more information, check [BINARY*INPUT*FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#binary-input-format).
2478
2478
  :param pulumi.Input[builtins.str] binary_output_format: The format for VARCHAR values returned as output by BINARY-to-VARCHAR conversion functions. For more information, see [Binary input and output](https://docs.snowflake.com/en/sql-reference/binary-input-output). For more information, check [BINARY*OUTPUT*FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#binary-output-format).
@@ -2829,7 +2829,7 @@ class Task(pulumi.CustomResource):
2829
2829
  :param pulumi.ResourceOptions opts: Options for the resource.
2830
2830
  :param pulumi.Input[builtins.bool] abort_detached_query: Specifies the action that Snowflake performs for in-progress queries if connectivity is lost due to abrupt termination of a session (e.g. network outage, browser termination, service interruption). For more information, check [ABORT*DETACHED*QUERY docs](https://docs.snowflake.com/en/sql-reference/parameters#abort-detached-query).
2831
2831
  :param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] afters: Specifies one or more predecessor tasks for the current task. Use this option to [create a DAG](https://docs.snowflake.com/en/user-guide/tasks-graphs.html#label-task-dag) of tasks or add this task to an existing DAG. A DAG is a series of tasks that starts with a scheduled root task and is linked together by dependencies. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
2832
- :param pulumi.Input[builtins.str] allow_overlapping_execution: By default, Snowflake ensures that only one instance of a particular DAG is allowed to run at a time, setting the parameter value to TRUE permits DAG runs to overlap. Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value.
2832
+ :param pulumi.Input[builtins.str] allow_overlapping_execution: (Default: fallback to Snowflake default - uses special value that cannot be set in the configuration manually (`default`)) By default, Snowflake ensures that only one instance of a particular DAG is allowed to run at a time, setting the parameter value to TRUE permits DAG runs to overlap. Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value.
2833
2833
  :param pulumi.Input[builtins.bool] autocommit: Specifies whether autocommit is enabled for the session. Autocommit determines whether a DML statement, when executed without an active transaction, is automatically committed after the statement successfully completes. For more information, see [Transactions](https://docs.snowflake.com/en/sql-reference/transactions). For more information, check [AUTOCOMMIT docs](https://docs.snowflake.com/en/sql-reference/parameters#autocommit).
2834
2834
  :param pulumi.Input[builtins.str] binary_input_format: The format of VARCHAR values passed as input to VARCHAR-to-BINARY conversion functions. For more information, see [Binary input and output](https://docs.snowflake.com/en/sql-reference/binary-input-output). For more information, check [BINARY*INPUT*FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#binary-input-format).
2835
2835
  :param pulumi.Input[builtins.str] binary_output_format: The format for VARCHAR values returned as output by BINARY-to-VARCHAR conversion functions. For more information, see [Binary input and output](https://docs.snowflake.com/en/sql-reference/binary-input-output). For more information, check [BINARY*OUTPUT*FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#binary-output-format).
@@ -3004,7 +3004,7 @@ class Task(pulumi.CustomResource):
3004
3004
  @pulumi.getter(name="allowOverlappingExecution")
3005
3005
  def allow_overlapping_execution(self) -> pulumi.Output[Optional[builtins.str]]:
3006
3006
  """
3007
- By default, Snowflake ensures that only one instance of a particular DAG is allowed to run at a time, setting the parameter value to TRUE permits DAG runs to overlap. Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value.
3007
+ (Default: fallback to Snowflake default - uses special value that cannot be set in the configuration manually (`default`)) By default, Snowflake ensures that only one instance of a particular DAG is allowed to run at a time, setting the parameter value to TRUE permits DAG runs to overlap. Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value.
3008
3008
  """
3009
3009
  return pulumi.get(self, "allow_overlapping_execution")
3010
3010