Skip to content

chore: Update labels #3457

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Mar 27, 2025
Merged
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
90 changes: 76 additions & 14 deletions .github/ISSUE_TEMPLATE/01-bug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,38 +72,59 @@ body:
label: Category
description: |
Choose an appropriate category for the issue:
- **resource** - an issue with resource(s).
- **grants** - an issue with resource(s) / data source(s) dedicated for access management (granting privileges, roles, etc.).
- **data_source** - an issue with data source(s).
- **import** - difficulties when importing resource(s) / data source(s) with the **terraform import** command.
- **sdk** - an issue with the underlying SDK (could be deduced by looking into stack traces in logs).
- **identifiers** - an issue with resource(s) / data source(s) having problems with accepting particular form of identifier.
- **provider_config** - an issue with the provider configuration.
- **other** - for any other type of issue in the provider.
- **data_source** - issue connected to one of the existing/new data sources,
- **data_type** - issue connected with Snowflake data types handling in the provider,
- **grants** - issue connected in any way with the grants handling,
- **identifiers** - issue connected in any way with the object identifier,
- **import** - issue connected in any way with importing objects into terraform state,
- **migration** - issue connected with moving between the provider versions,
- **open-tofu** - topics about OpenTofu,
- **other** - issue not falling into any existing category,
- **preview** - issue connected with a preview feature,
- **provider_config** - issue connected with setting up the provider (configuration, connection, authorization, etc.),
- **resource** - issue connected to one of the existing/new resources,
- **show_output** - issue connected with the `show_output,` `describe_output,` and `parameters` computed attributes,
- **snowflake** - issue ending with missing features in Snowflake or improper Snowflake behavior,
- **stable** - issue connected with a stable feature,
multiple: true
options:
- category:resource
- category:data_source
- category:import
- category:sdk
- category:identifiers
- category:provider_config
- category:data_type
- category:grants
- category:identifiers
- category:import
- category:migration
- category:open-tofu
- category:other
- category:preview
- category:provider_config
- category:resource
- category:show_output
- category:snowflake
- category:stable
validations:
required: true

- id: object_type
type: dropdown
attributes:
label: Object type(s)
description: Choose object type(s) causing the issue (if any).
description: Choose object type(s) causing the issue (if any). Note that for some of the features, the label is shortened due to GitHub limitations.
multiple: true
options:
- resource:account
- resource:account_authentication_policy_attachment
- resource:account_role
- resource:account_password_policy_attachment
- resource:account_parameter
- resource:account_password_policy
- resource:alert
- resource:api_authn_integration_authz_code_grant
- resource:api_authn_integration_client_credentials
- resource:api_authn_integration_jwt_bearer
- resource:api_integration
- resource:authentication_policy
- resource:cortex_search_service
- resource:database
- resource:database_role
- resource:dynamic_table
Expand All @@ -112,39 +133,69 @@ body:
- resource:external_function
- resource:external_oauth_integration
- resource:external_table
- resource:external_volume
- resource:failover_group
- resource:file_format
- resource:function
- resource:function_java
- resource:function_javascript
- resource:function_python
- resource:function_scala
- resource:function_sql
- resource:grant_account_role
- resource:grant_application_role
- resource:grant_database_role
- resource:grant_ownership
- resource:grant_privileges_to_account_role
- resource:grant_privileges_to_database_role
- resource:grant_privileges_to_share
- resource:legacy_service_user
- resource:managed_account
- resource:masking_policy
- resource:materialized_view
- resource:network_policy
- resource:network_policy_attachment
- resource:network_rule
- resource:notification_integration
- resource:oauth_integration
- resource:oauth_integration_for_partner_application
- resource:oauth_integration_for_custom_clients
- resource:object_parameter
- resource:password_policy
- resource:pipe
- resource:primary_connection
- resource:procedure
- resource:procedure_java
- resource:procedure_javascript
- resource:procedure_python
- resource:procedure_scala
- resource:procedure_sql
- resource:resource_monitor
- resource:role
- resource:row_access_policy
- resource:saml_integration
- resource:saml2_integration
- resource:schema
- resource:scim_integration
- resource:secondary_connection
- resource:secondary_database
- resource:secret_with_authorization_code_grant
- resource:secret_with_basic_authentication
- resource:secret_with_client_credentials
- resource:secret_with_generic_string
- resource:sequence
- resource:session_parameter
- resource:service_user
- resource:share
- resource:shared_database
- resource:stage
- resource:storage_integration
- resource:stream
- resource:stream_on_directory_table
- resource:stream_on_external_table
- resource:stream_on_table
- resource:stream_on_view
- resource:streamlit
- resource:table
- resource:table_column_masking_policy_application
- resource:table_constraint
Expand All @@ -154,15 +205,21 @@ body:
- resource:task
- resource:unsafe_execute
- resource:user
- resource:user_authentication_policy_attachment
- resource:user_password_policy_attachment
- resource:user_public_keys
- resource:view
- resource:warehouse

- data_source:accounts
- data_source:account_roles
- data_source:alerts
- data_source:connections
- data_source:cortex_search_services
- data_source:current_account
- data_source:current_role
- data_source:database
- data_source:database_role
- data_source:database_roles
- data_source:databases
- data_source:dynamic_tables
Expand All @@ -174,23 +231,28 @@ body:
- data_source:grants
- data_source:masking_policies
- data_source:materialized_views
- data_source:network_policies
- data_source:parameters
- data_source:pipes
- data_source:procedures
- data_source:resource_monitors
- data_source:roles
- data_source:row_access_policies
- data_source:schemas
- data_source:secrets
- data_source:security_integrations
- data_source:sequences
- data_source:shares
- data_source:stages
- data_source:storage_integrations
- data_source:streams
- data_source:streamlits
- data_source:system_generate_scim_access_token
- data_source:system_get_aws_sns_iam_policy
- data_source:system_get_privatelink_config
- data_source:system_get_snowflake_platform_info
- data_source:tables
- data_source:tags
- data_source:tasks
- data_source:users
- data_source:views
Expand Down
90 changes: 76 additions & 14 deletions .github/ISSUE_TEMPLATE/02-general-usage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,38 +70,59 @@ body:
label: Category
description: |
Choose an appropriate category for the issue:
- **resource** - an issue with resource(s)
- **grants** - an issue with resource(s) / data source(s) dedicated for access management (granting privileges, roles, etc.)
- **data_source** - an issue with data source(s)
- **import** - difficulties when importing resource(s) / data source(s) with the *terraform import* command
- **sdk** - an issue with the underlying SDK (could be deduced by looking into stack traces in logs)
- **identifiers** - an issue with resource(s) / data source(s) having problems with accepting particular form of identifier
- **provider_config** - an issue with the provider configuration
- **other** - for any other type of issue in the provider
- **data_source** - issue connected to one of the existing/new data sources,
- **data_type** - issue connected with Snowflake data types handling in the provider,
- **grants** - issue connected in any way with the grants handling,
- **identifiers** - issue connected in any way with the object identifier,
- **import** - issue connected in any way with importing objects into terraform state,
- **migration** - issue connected with moving between the provider versions,
- **open-tofu** - topics about OpenTofu,
- **other** - issue not falling into any existing category,
- **preview** - issue connected with a preview feature,
- **provider_config** - issue connected with setting up the provider (configuration, connection, authorization, etc.),
- **resource** - issue connected to one of the existing/new resources,
- **show_output** - issue connected with the `show_output,` `describe_output,` and `parameters` computed attributes,
- **snowflake** - issue ending with missing features in Snowflake or improper Snowflake behavior,
- **stable** - issue connected with a stable feature,
multiple: true
options:
- category:resource
- category:data_source
- category:import
- category:sdk
- category:identifiers
- category:provider_config
- category:data_type
- category:grants
- category:identifiers
- category:import
- category:migration
- category:open-tofu
- category:other
- category:preview
- category:provider_config
- category:resource
- category:show_output
- category:snowflake
- category:stable
validations:
required: true

- id: object_type
type: dropdown
attributes:
label: Object type(s)
description: Choose object type(s) causing the issue (if any).
description: Choose object type(s) causing the issue (if any). Note that for some of the features, the label is shortened due to GitHub limitations.
multiple: true
options:
- resource:account
- resource:account_authentication_policy_attachment
- resource:account_role
- resource:account_password_policy_attachment
- resource:account_parameter
- resource:account_password_policy
- resource:alert
- resource:api_authn_integration_authz_code_grant
- resource:api_authn_integration_client_credentials
- resource:api_authn_integration_jwt_bearer
- resource:api_integration
- resource:authentication_policy
- resource:cortex_search_service
- resource:database
- resource:database_role
- resource:dynamic_table
Expand All @@ -110,39 +131,69 @@ body:
- resource:external_function
- resource:external_oauth_integration
- resource:external_table
- resource:external_volume
- resource:failover_group
- resource:file_format
- resource:function
- resource:function_java
- resource:function_javascript
- resource:function_python
- resource:function_scala
- resource:function_sql
- resource:grant_account_role
- resource:grant_application_role
- resource:grant_database_role
- resource:grant_ownership
- resource:grant_privileges_to_account_role
- resource:grant_privileges_to_database_role
- resource:grant_privileges_to_share
- resource:legacy_service_user
- resource:managed_account
- resource:masking_policy
- resource:materialized_view
- resource:network_policy
- resource:network_policy_attachment
- resource:network_rule
- resource:notification_integration
- resource:oauth_integration
- resource:oauth_integration_for_partner_application
- resource:oauth_integration_for_custom_clients
- resource:object_parameter
- resource:password_policy
- resource:pipe
- resource:primary_connection
- resource:procedure
- resource:procedure_java
- resource:procedure_javascript
- resource:procedure_python
- resource:procedure_scala
- resource:procedure_sql
- resource:resource_monitor
- resource:role
- resource:row_access_policy
- resource:saml_integration
- resource:saml2_integration
- resource:schema
- resource:scim_integration
- resource:secondary_connection
- resource:secondary_database
- resource:secret_with_authorization_code_grant
- resource:secret_with_basic_authentication
- resource:secret_with_client_credentials
- resource:secret_with_generic_string
- resource:sequence
- resource:session_parameter
- resource:service_user
- resource:share
- resource:shared_database
- resource:stage
- resource:storage_integration
- resource:stream
- resource:stream_on_directory_table
- resource:stream_on_external_table
- resource:stream_on_table
- resource:stream_on_view
- resource:streamlit
- resource:table
- resource:table_column_masking_policy_application
- resource:table_constraint
Expand All @@ -152,15 +203,21 @@ body:
- resource:task
- resource:unsafe_execute
- resource:user
- resource:user_authentication_policy_attachment
- resource:user_password_policy_attachment
- resource:user_public_keys
- resource:view
- resource:warehouse

- data_source:accounts
- data_source:account_roles
- data_source:alerts
- data_source:connections
- data_source:cortex_search_services
- data_source:current_account
- data_source:current_role
- data_source:database
- data_source:database_role
- data_source:database_roles
- data_source:databases
- data_source:dynamic_tables
Expand All @@ -172,23 +229,28 @@ body:
- data_source:grants
- data_source:masking_policies
- data_source:materialized_views
- data_source:network_policies
- data_source:parameters
- data_source:pipes
- data_source:procedures
- data_source:resource_monitors
- data_source:roles
- data_source:row_access_policies
- data_source:schemas
- data_source:secrets
- data_source:security_integrations
- data_source:sequences
- data_source:shares
- data_source:stages
- data_source:storage_integrations
- data_source:streams
- data_source:streamlits
- data_source:system_generate_scim_access_token
- data_source:system_get_aws_sns_iam_policy
- data_source:system_get_privatelink_config
- data_source:system_get_snowflake_platform_info
- data_source:tables
- data_source:tags
- data_source:tasks
- data_source:users
- data_source:views
Expand Down
Loading
Loading