terraform-provider-snowflake icon indicating copy to clipboard operation
terraform-provider-snowflake copied to clipboard

Add Event Table to Snowflake Provide

Open Antupis opened this issue 2 years ago • 8 comments

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.

Antupis avatar Jun 16 '23 08:06 Antupis

@sfc-gh-swinkler is your PR #2215 and this issue related?

philippeboyd avatar Jan 09 '24 19:01 philippeboyd

It is the first step toward getting resource added.

sfc-gh-swinkler avatar Jan 09 '24 19:01 sfc-gh-swinkler

Hi @sfc-gh-swinkler, any updates on this topic? or any estimates?

bob-zarkoob avatar May 14 '24 18:05 bob-zarkoob

Hey @bob-zarkoob, they are part of https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/ROADMAP.md#preparing-the-rest-of-the-fundamental-ga-objects-for-the-provider-v1.

sfc-gh-asawicki avatar May 15 '24 06:05 sfc-gh-asawicki