Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-asawicki committed Dec 10, 2024
1 parent bfab298 commit ded4b41
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/resources/function_java.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,9 +87,11 @@ Read-Only:
- `catalog_name` (String)
- `created_on` (String)
- `description` (String)
- `external_access_integrations` (String)
- `is_aggregate` (Boolean)
- `is_ansi` (Boolean)
- `is_builtin` (Boolean)
- `is_data_metric` (Boolean)
- `is_external_function` (Boolean)
- `is_memoizable` (Boolean)
- `is_secure` (Boolean)
Expand All @@ -99,4 +101,5 @@ Read-Only:
- `min_num_arguments` (Number)
- `name` (String)
- `schema_name` (String)
- `secrets` (String)
- `valid_for_clustering` (Boolean)
3 changes: 3 additions & 0 deletions docs/resources/function_javascript.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,11 @@ Read-Only:
- `catalog_name` (String)
- `created_on` (String)
- `description` (String)
- `external_access_integrations` (String)
- `is_aggregate` (Boolean)
- `is_ansi` (Boolean)
- `is_builtin` (Boolean)
- `is_data_metric` (Boolean)
- `is_external_function` (Boolean)
- `is_memoizable` (Boolean)
- `is_secure` (Boolean)
Expand All @@ -83,4 +85,5 @@ Read-Only:
- `min_num_arguments` (Number)
- `name` (String)
- `schema_name` (String)
- `secrets` (String)
- `valid_for_clustering` (Boolean)
3 changes: 3 additions & 0 deletions docs/resources/function_python.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,9 +87,11 @@ Read-Only:
- `catalog_name` (String)
- `created_on` (String)
- `description` (String)
- `external_access_integrations` (String)
- `is_aggregate` (Boolean)
- `is_ansi` (Boolean)
- `is_builtin` (Boolean)
- `is_data_metric` (Boolean)
- `is_external_function` (Boolean)
- `is_memoizable` (Boolean)
- `is_secure` (Boolean)
Expand All @@ -99,4 +101,5 @@ Read-Only:
- `min_num_arguments` (Number)
- `name` (String)
- `schema_name` (String)
- `secrets` (String)
- `valid_for_clustering` (Boolean)
3 changes: 3 additions & 0 deletions docs/resources/function_scala.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,9 +87,11 @@ Read-Only:
- `catalog_name` (String)
- `created_on` (String)
- `description` (String)
- `external_access_integrations` (String)
- `is_aggregate` (Boolean)
- `is_ansi` (Boolean)
- `is_builtin` (Boolean)
- `is_data_metric` (Boolean)
- `is_external_function` (Boolean)
- `is_memoizable` (Boolean)
- `is_secure` (Boolean)
Expand All @@ -99,4 +101,5 @@ Read-Only:
- `min_num_arguments` (Number)
- `name` (String)
- `schema_name` (String)
- `secrets` (String)
- `valid_for_clustering` (Boolean)
3 changes: 3 additions & 0 deletions docs/resources/function_sql.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,11 @@ Read-Only:
- `catalog_name` (String)
- `created_on` (String)
- `description` (String)
- `external_access_integrations` (String)
- `is_aggregate` (Boolean)
- `is_ansi` (Boolean)
- `is_builtin` (Boolean)
- `is_data_metric` (Boolean)
- `is_external_function` (Boolean)
- `is_memoizable` (Boolean)
- `is_secure` (Boolean)
Expand All @@ -83,4 +85,5 @@ Read-Only:
- `min_num_arguments` (Number)
- `name` (String)
- `schema_name` (String)
- `secrets` (String)
- `valid_for_clustering` (Boolean)

0 comments on commit ded4b41

Please sign in to comment.