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 USE_LOGICAL_TYPE on snowflake file_format #3250

Closed
1 task
nickw-adonis opened this issue Dec 5, 2024 · 1 comment
Closed
1 task

[Feature]: Support USE_LOGICAL_TYPE on snowflake file_format #3250

nickw-adonis opened this issue Dec 5, 2024 · 1 comment
Labels
feature-request Used to mark issues with provider's missing functionalities resource:file_format Issue connected to the snowflake_file_format resource

Comments

@nickw-adonis
Copy link

nickw-adonis commented Dec 5, 2024

Use Cases or Problem Statement

We're setting up snowflake as our primary data warehouse. We are provisioning our schemas via terraform using the snowflake terraform provider. We need FILE_FORMATs with the USE_LOGICAL_TYPE option set to true as our stage will be storing parquet files. This format option was introduced in 2023, but it does not appear from the documentation that this option is supported.

We've needed to manually modify our file formats to, for example, set the timestamp_format property to the format we expect which is iso 27001 i believe.

Category

category:resource

Object type(s)

resource:file_format

Proposal

Have the FILE_FORMAT object type support the USE_LOGICAL_TYPE option.

How much impact is this issue causing?

Low

Additional Information

This provider has been very useful to us! Thank you for building and maintaining it.

Would you like to implement a fix?

  • Yeah, I'll take it 😎
@nickw-adonis nickw-adonis added the feature-request Used to mark issues with provider's missing functionalities label Dec 5, 2024
@nickw-adonis
Copy link
Author

Duplicate of #3185

@sfc-gh-asawicki sfc-gh-asawicki added the resource:file_format Issue connected to the snowflake_file_format resource label Feb 5, 2025
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:file_format Issue connected to the snowflake_file_format resource
Projects
None yet
Development

No branches or pull requests

2 participants