You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: website/docs/d/dataflow_application.html.markdown
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -75,4 +75,5 @@ The following attributes are exported:
75
75
*`time_updated` - The date and time the resource was updated, expressed in [RFC 3339](https://tools.ietf.org/html/rfc3339) timestamp format. Example: `2018-04-03T21:10:29.600Z`
76
76
*`type` - The Spark application processing type.
77
77
*`warehouse_bucket_uri` - An Oracle Cloud Infrastructure URI of the bucket to be used as default warehouse directory for BATCH SQL runs. See https://docs.cloud.oracle.com/iaas/Content/API/SDKDocs/hdfsconnector.htm#uriformat.
78
+
*`terminate_runs_on_deletion` - A boolean flag which indicates whether related non-terminal Run(s) for the Application should be terminated along with Application deletion or not.
@@ -109,7 +110,7 @@ The following arguments are supported:
109
110
*`spark_version` - (Required) (Updatable) The Spark version utilized to run the application.
110
111
*`type` - (Optional) The Spark application processing type.
111
112
*`warehouse_bucket_uri` - (Optional) (Updatable) An Oracle Cloud Infrastructure URI of the bucket to be used as default warehouse directory for BATCH SQL runs. See https://docs.cloud.oracle.com/iaas/Content/API/SDKDocs/hdfsconnector.htm#uriformat.
112
-
113
+
*`terminate_runs_on_deletion` - (Optional) A boolean flag which indicates whether related non-terminal Run(s) for the Application should be terminated along with Application deletion or not.
113
114
114
115
** IMPORTANT **
115
116
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
0 commit comments