Skip to content

Commit

Permalink
DWX-18764 Generate docs for Hive
Browse files Browse the repository at this point in the history
  • Loading branch information
tevesz authored and gregito committed Oct 31, 2024
1 parent 38e4223 commit ed86938
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions docs/resources/vw_hive.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,23 @@ description: |-
- `database_catalog_id` (String) The id of the Database Catalog which the Hive Virtual Warehouse is attached to.
- `name` (String) The name of the Hive Virtual Warehouse.

### Optional

- `polling_options` (Attributes) Polling related configuration options that could specify various values that will be used during CDP resource creation. (see [below for nested schema](#nestedatt--polling_options))

### Read-Only

- `id` (String) The ID of this resource.
- `last_updated` (String) Timestamp of the last Terraform update of the order.
- `status` (String) The status of the database catalog.

<a id="nestedatt--polling_options"></a>
### Nested Schema for `polling_options`

Optional:

- `async` (Boolean) Boolean value that specifies if Terraform should wait for resource creation/deletion.
- `call_failure_threshold` (Number) Threshold value that specifies how many times should a single call failure happen before giving up the polling.
- `polling_timeout` (Number) Timeout value in minutes that specifies for how long should the polling go for resource creation/deletion.


0 comments on commit ed86938

Please sign in to comment.