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
Description:
I would like to request the addition of the event table feature to the Snowflake provider in Terraform. Currently, this feature is not supported by the provider. The event table is used for logging and tracing purposes in Snowflake. You can find an example of setting up an event table in the Snowflake documentation: Event Table - Setting Up.
Solution:
I suggest adding two new resources to the Snowflake provider: snowflake_event_table and snowflake_event_table_grant. These resources will allow users to create an event table and grant permissions to it it. Additionally, the provider can utilize the existing snowflake_account_parameter resource to set the account's event table.
Alternatives Considered:
As an alternative, users can manually create the event table and associate it with their account using SQL.
Additional Context:
Please note that the event table is still in public preview.
The text was updated successfully, but these errors were encountered:
Description:
I would like to request the addition of the event table feature to the Snowflake provider in Terraform. Currently, this feature is not supported by the provider. The event table is used for logging and tracing purposes in Snowflake. You can find an example of setting up an event table in the Snowflake documentation: Event Table - Setting Up.
Solution:
I suggest adding two new resources to the Snowflake provider:
snowflake_event_table
andsnowflake_event_table_grant
. These resources will allow users to create an event table and grant permissions to it it. Additionally, the provider can utilize the existingsnowflake_account_parameter
resource to set the account's event table.Alternatives Considered:
As an alternative, users can manually create the event table and associate it with their account using SQL.
Additional Context:
Please note that the event table is still in public preview.
The text was updated successfully, but these errors were encountered: