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]: "ORDER" | "NOORDER" setting for the identity column #3221

Open
1 task
kanomaxb opened this issue Nov 25, 2024 · 1 comment
Open
1 task

[Feature]: "ORDER" | "NOORDER" setting for the identity column #3221

kanomaxb opened this issue Nov 25, 2024 · 1 comment
Labels
feature-request Used to mark issues with provider's missing functionalities resource:table Issue connected to the snowflake_table resource

Comments

@kanomaxb
Copy link

Company Name

No response

Use Cases or Problem Statement

In one of recent releases Snowflake decided that identity columns (and sequences) will no longer keep order by default. There is a new setting to enforce this order, it's called "ORDER" https://docs.snowflake.com/en/sql-reference/sql/create-table

Category

category:resource

Object type(s)

No response

Proposal

In addition to start_num and step_num, the identity definition should also have order property.

How much impact is this issue causing?

Medium

Additional Information

No response

Would you like to implement a fix?

  • Yeah, I'll take it 😎
@kanomaxb kanomaxb added the feature-request Used to mark issues with provider's missing functionalities label Nov 25, 2024
@sfc-gh-jmichalak sfc-gh-jmichalak added the resource:table Issue connected to the snowflake_table resource label Nov 25, 2024
@sfc-gh-jmichalak
Copy link
Collaborator

Hi @kanomaxb 👋

We'll add this feature while reworking the table resource. We'll go through the documentation and make sure all fields are possible to set in the configuration.

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:table Issue connected to the snowflake_table resource
Projects
None yet
Development

No branches or pull requests

2 participants