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

[Feature]: Support is_memoizable for SQL functions #2859

Open
1 task
lepepe-stack opened this issue Jun 7, 2024 · 4 comments
Open
1 task

[Feature]: Support is_memoizable for SQL functions #2859

lepepe-stack opened this issue Jun 7, 2024 · 4 comments
Labels
feature-request Used to mark issues with provider's missing functionalities resource:function Issue connected to the snowflake_function resource

Comments

@lepepe-stack
Copy link

Use Cases or Problem Statement

We are using a memoizable function that returns an array of ids which is extensively used in many sqls to validate existence.

It is currently not supported to pass memoizable boolean parameters in the snowflake provider however SDK implementation does exist for it.

Category

category:resource

Object type(s)

resource:function

Proposal

We want to be able to pass a boolean is_memoizable in resource block. Same way how it is currently supported for is_secure flag.

How much impact is this issue causing?

Medium

Additional Information

No response

Would you like to implement a fix?

  • Yeah, I'll take it 😎
@lepepe-stack lepepe-stack added the feature-request Used to mark issues with provider's missing functionalities label Jun 7, 2024
@lepepe-stack lepepe-stack changed the title [Feature]: [Feature]: Support is_memoizable for SQL functions Jun 7, 2024
@sfc-gh-jcieslak
Copy link
Collaborator

Hey @lepepe-stack 👋
As we are focusing right now on preparing essential resources for v1 (including functions). I'll add this issue as one of the things that needs to be done for functions.

@lepepe-stack
Copy link
Author

Thanks @sfc-gh-jcieslak for the quick response. I couldn't find much details around execution timelines, but do you know approximately when the team could tackle this?

@sfc-gh-jmichalak
Copy link
Collaborator

Hi @lepepe-stack 👋 We only provide a general roadmap linked above. According to it, we'll be working on functions to prepare them for v1. But we don't have any specific date.

@sfc-gh-asawicki sfc-gh-asawicki added the resource:function Issue connected to the snowflake_function resource label Sep 5, 2024
@sfc-gh-asawicki
Copy link
Collaborator

sfc-gh-asawicki commented Dec 13, 2024

Hey @lepepe-stack.

In v0.100.0 we have introduced new function resources. They are split into dedicated resource. SQL one is not yet supporting memoizable but we will shortly address it.

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

No branches or pull requests

4 participants