Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
55 changes: 55 additions & 0 deletions docs/data-sources/catalog_metadatas.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
---
# generated by https://github.com/hashicorp/terraform-plugin-docs
page_title: "galaxy_catalog_metadatas Data Source - galaxy"
subcategory: ""
description: |-

---

# galaxy_catalog_metadatas (Data Source)





<!-- schema generated by tfplugindocs -->
## Schema

### Required

- `catalog_id` (String) - A catalog
- This parameter can be looked up using `name` instead of its Id. Use `name=value` instead of an Id to lookup/search using the `value`. `value` must be encoded ([see RFC](https://www.rfc-editor.org/rfc/rfc3986#section-2.2) including `=`)

### Read-Only

- `catalog_name` (String) Catalog name (read only)
- `contacts` (Attributes List) Any contacts set for this catalog (read only) (see [below for nested schema](#nestedatt--contacts))
- `description` (String) Any description set for this catalog (read only)
- `owner` (Attributes) The role that owns this resource (read only) (see [below for nested schema](#nestedatt--owner))
- `tags` (Attributes List) Any tags set for this catalog (read only) (see [below for nested schema](#nestedatt--tags))

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

Read-Only:

- `email` (String) User email
- `user_id` (String) User ID


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

Read-Only:

- `role_id` (String) Role ID (read only)
- `role_name` (String) Role name (read only)


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

Read-Only:

- `name` (String) Tag name (read only)
- `tag_id` (String) Tag ID (read only)
47 changes: 47 additions & 0 deletions docs/data-sources/columns.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
---
# generated by https://github.com/hashicorp/terraform-plugin-docs
page_title: "galaxy_columns Data Source - galaxy"
subcategory: ""
description: |-

---

# galaxy_columns (Data Source)





<!-- schema generated by tfplugindocs -->
## Schema

### Required

- `catalog_id` (String) - A catalog
- This parameter can be looked up using `name` instead of its Id. Use `name=value` instead of an Id to lookup/search using the `value`. `value` must be encoded ([see RFC](https://www.rfc-editor.org/rfc/rfc3986#section-2.2) including `=`)
- `schema_id` (String) A schema from a catalog
- `table_id` (String) A table from a catalog

### Read-Only

- `result` (Attributes List) A page of results. (see [below for nested schema](#nestedatt--result))

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

Read-Only:

- `column_default` (String) Any column default returned from the data source (read only)
- `column_id` (String) Column ID (read only)
- `data_type` (String) Any data type returned from the data source (read only)
- `description` (String) Any description set for this column (read only)
- `nullable` (Boolean) Whether the column is nullable or not (read only)
- `tags` (Attributes List) Any tags set for this column (read only) (see [below for nested schema](#nestedatt--result--tags))

<a id="nestedatt--result--tags"></a>
### Nested Schema for `result.tags`

Read-Only:

- `name` (String) Tag name (read only)
- `tag_id` (String) Tag ID (read only)
42 changes: 42 additions & 0 deletions docs/data-sources/data_quality_schedules.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
---
# generated by https://github.com/hashicorp/terraform-plugin-docs
page_title: "galaxy_data_quality_schedules Data Source - galaxy"
subcategory: ""
description: |-

---

# galaxy_data_quality_schedules (Data Source)





<!-- schema generated by tfplugindocs -->
## Schema

### Required

- `catalog_id` (String) - A catalog
- This parameter can be looked up using `name` instead of its Id. Use `name=value` instead of an Id to lookup/search using the `value`. `value` must be encoded ([see RFC](https://www.rfc-editor.org/rfc/rfc3986#section-2.2) including `=`)
- `schema_id` (String) A schema from a catalog
- `table_id` (String) A table from a catalog

### Read-Only

- `cluster_id` (String) Cluster in which checks are executed
- `cron_expression` (String) Cron expression which determines execution interval
- `data_quality_checks` (Attributes List) List of data quality checks (read only) (see [below for nested schema](#nestedatt--data_quality_checks))
- `data_quality_schedule_id` (String) Data Quality Schedule ID (read only)
- `enabled` (Boolean) Is schedule enabled
- `next_execution` (String) Date and time of the next scheduled execution
- `role_id` (String) Role used when checks are executed
- `timezone` (String) Timezone in which CRON is evaluated

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

Read-Only:

- `data_quality_check_id` (String) Data Quality check ID (read only)
- `name` (String) Data Quality check name
43 changes: 43 additions & 0 deletions docs/data-sources/evaluations.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
---
# generated by https://github.com/hashicorp/terraform-plugin-docs
page_title: "galaxy_evaluations Data Source - galaxy"
subcategory: ""
description: |-

---

# galaxy_evaluations (Data Source)





<!-- schema generated by tfplugindocs -->
## Schema

### Required

- `data_quality_check_id` (String) Data quality check

### Read-Only

- `catalog_id` (String) Catalog ID
- `category` (String) Category of data quality check
- `description` (String) Description of what this check validates
- `evaluations` (Attributes List) List of evaluations (see [below for nested schema](#nestedatt--evaluations))
- `kind` (String) Kind of data quality check.
- `name` (String) Data Quality check name
- `query` (String) Either expression or SQL query that implements the data quality check logic.
- `schema_id` (String) Schema ID
- `severity` (String) Severity level of check failures
- `table_id` (String) Table ID

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

Read-Only:

- `based_on_stats_at` (String) For 'QualityExpression' kind quality checks - time of stats that were used to evaluate. (read only)
- `evaluated_at` (String) Time of evaluation (read only)
- `predicate` (String) Predicate used for evaluation (read only)
- `status` (String) Evaluation Status (read only)
47 changes: 47 additions & 0 deletions docs/data-sources/rolegrants.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
---
# generated by https://github.com/hashicorp/terraform-plugin-docs
page_title: "galaxy_rolegrants Data Source - galaxy"
subcategory: ""
description: |-

---

# galaxy_rolegrants (Data Source)





<!-- schema generated by tfplugindocs -->
## Schema

### Required

- `role_id` (String) - A role
- This parameter can be looked up using `name` instead of its Id. Use `name=value` instead of an Id to lookup/search using the `value`. `value` must be encoded ([see RFC](https://www.rfc-editor.org/rfc/rfc3986#section-2.2) including `=`)

### Optional

- `type` (String) Query filter

### Read-Only

- `result` (Attributes List) A page of results. (see [below for nested schema](#nestedatt--result))

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

Read-Only:

- `admin_option` (Boolean) Admin option
- `principal` (Attributes) Principal (read only) (see [below for nested schema](#nestedatt--result--principal))
- `role_id` (String) Role ID
- `role_name` (String) Role name

<a id="nestedatt--result--principal"></a>
### Nested Schema for `result.principal`

Read-Only:

- `id` (String) Principal ID
- `type` (String) Principal type
2 changes: 1 addition & 1 deletion docs/data-sources/schema.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ description: |-
- `contacts` (Attributes List) Any contacts set for this schema (read only) (see [below for nested schema](#nestedatt--contacts))
- `description` (String) Any description set for this schema (read only)
- `links` (Attributes List) Any links set for this schema (read only) (see [below for nested schema](#nestedatt--links))
- `owner` (Attributes) The role that owns this schema (read only) (see [below for nested schema](#nestedatt--owner))
- `owner` (Attributes) The role that owns this resource (read only) (see [below for nested schema](#nestedatt--owner))
- `tags` (Attributes List) Any tags set for this schema (read only) (see [below for nested schema](#nestedatt--tags))

<a id="nestedatt--contacts"></a>
Expand Down
72 changes: 72 additions & 0 deletions docs/data-sources/schemas.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,72 @@
---
# generated by https://github.com/hashicorp/terraform-plugin-docs
page_title: "galaxy_schemas Data Source - galaxy"
subcategory: ""
description: |-

---

# galaxy_schemas (Data Source)





<!-- schema generated by tfplugindocs -->
## Schema

### Required

- `catalog_id` (String) - A catalog
- This parameter can be looked up using `name` instead of its Id. Use `name=value` instead of an Id to lookup/search using the `value`. `value` must be encoded ([see RFC](https://www.rfc-editor.org/rfc/rfc3986#section-2.2) including `=`)

### Read-Only

- `result` (Attributes List) A page of results. (see [below for nested schema](#nestedatt--result))

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

Read-Only:

- `contacts` (Attributes List) Any contacts set for this schema (read only) (see [below for nested schema](#nestedatt--result--contacts))
- `description` (String) Any description set for this schema (read only)
- `links` (Attributes List) Any links set for this schema (read only) (see [below for nested schema](#nestedatt--result--links))
- `owner` (Attributes) The role that owns this resource (read only) (see [below for nested schema](#nestedatt--result--owner))
- `schema_id` (String) Schema ID (read only)
- `tags` (Attributes List) Any tags set for this schema (read only) (see [below for nested schema](#nestedatt--result--tags))

<a id="nestedatt--result--contacts"></a>
### Nested Schema for `result.contacts`

Read-Only:

- `email` (String) User email
- `user_id` (String) User ID


<a id="nestedatt--result--links"></a>
### Nested Schema for `result.links`

Read-Only:

- `name` (String) The name of the link
- `uri` (String) The link URI


<a id="nestedatt--result--owner"></a>
### Nested Schema for `result.owner`

Read-Only:

- `role_id` (String) Role ID (read only)
- `role_name` (String) Role name (read only)


<a id="nestedatt--result--tags"></a>
### Nested Schema for `result.tags`

Read-Only:

- `name` (String) Tag name (read only)
- `tag_id` (String) Tag ID (read only)
2 changes: 1 addition & 1 deletion docs/data-sources/table.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ description: |-

- `contacts` (Attributes List) Any contacts set for this table (read only) (see [below for nested schema](#nestedatt--contacts))
- `description` (String) Any description set for this table (read only)
- `owner` (Attributes) The role that owns this table (read only) (see [below for nested schema](#nestedatt--owner))
- `owner` (Attributes) The role that owns this resource (read only) (see [below for nested schema](#nestedatt--owner))
- `table_type` (String) Any table type returned from the data source (read only)
- `tags` (Attributes List) Any tags set for this table (read only) (see [below for nested schema](#nestedatt--tags))

Expand Down
64 changes: 64 additions & 0 deletions docs/data-sources/tables.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,64 @@
---
# generated by https://github.com/hashicorp/terraform-plugin-docs
page_title: "galaxy_tables Data Source - galaxy"
subcategory: ""
description: |-

---

# galaxy_tables (Data Source)





<!-- schema generated by tfplugindocs -->
## Schema

### Required

- `catalog_id` (String) - A catalog
- This parameter can be looked up using `name` instead of its Id. Use `name=value` instead of an Id to lookup/search using the `value`. `value` must be encoded ([see RFC](https://www.rfc-editor.org/rfc/rfc3986#section-2.2) including `=`)
- `schema_id` (String) A schema from a catalog

### Read-Only

- `result` (Attributes List) A page of results. (see [below for nested schema](#nestedatt--result))

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

Read-Only:

- `contacts` (Attributes List) Any contacts set for this table (read only) (see [below for nested schema](#nestedatt--result--contacts))
- `description` (String) Any description set for this table (read only)
- `owner` (Attributes) The role that owns this resource (read only) (see [below for nested schema](#nestedatt--result--owner))
- `table_id` (String) Table ID (read only)
- `table_type` (String) Any table type returned from the data source (read only)
- `tags` (Attributes List) Any tags set for this table (read only) (see [below for nested schema](#nestedatt--result--tags))

<a id="nestedatt--result--contacts"></a>
### Nested Schema for `result.contacts`

Read-Only:

- `email` (String) User email
- `user_id` (String) User ID


<a id="nestedatt--result--owner"></a>
### Nested Schema for `result.owner`

Read-Only:

- `role_id` (String) Role ID (read only)
- `role_name` (String) Role name (read only)


<a id="nestedatt--result--tags"></a>
### Nested Schema for `result.tags`

Read-Only:

- `name` (String) Tag name (read only)
- `tag_id` (String) Tag ID (read only)
Loading
Loading