Skip to content
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

Add Event Table to Snowflake Provide #1888

Open
Antupis opened this issue Jun 16, 2023 · 4 comments
Open

Add Event Table to Snowflake Provide #1888

Antupis opened this issue Jun 16, 2023 · 4 comments
Labels
category:resource feature-request Used to mark issues with provider's missing functionalities

Comments

@Antupis
Copy link

Antupis commented Jun 16, 2023

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 Antupis added the feature-request Used to mark issues with provider's missing functionalities label Jun 16, 2023
@philippeboyd
Copy link
Contributor

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

@sfc-gh-swinkler
Copy link
Collaborator

It is the first step toward getting resource added.

@bob-zarkoob
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category:resource feature-request Used to mark issues with provider's missing functionalities
Projects
None yet
Development

No branches or pull requests

6 participants