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] Add support for Snowflake's structured data types #1301

Open
3 tasks done
dlouseiro opened this issue Jan 29, 2025 · 0 comments
Open
3 tasks done

[Feature] Add support for Snowflake's structured data types #1301

dlouseiro opened this issue Jan 29, 2025 · 0 comments

Comments

@dlouseiro
Copy link

Is this your first time submitting a feature request?

  • I have read the expectations for open source contributors
  • I have searched the existing issues, and I could not find an existing issue for this feature
  • I am requesting a straightforward extension of existing dbt-snowflake functionality, rather than a Big Idea better suited to a discussion

Describe the feature

As Iceberg tables in Snowflake do not support semi-structured data types (e.g. ARRAY, OBJECT, etc), in order to have full support for Snowflake Iceberg tables in dbt we also need structured data types to be supported (details on Iceberg data types here and on structured data types here).

In the current implementation of the adapted, I'm not able to use these data types, getting the error:

Could not interpret data_type "ARRAY(VARCHAR(16777216))": could not convert "VARCHAR(16777216" to an integer

This issue is similar to what was previously reported for vector types here.

Describe alternatives you've considered

No response

Who will this benefit?

Everyone trying to create Snowflake Iceberg tables using dbt.

Are you interested in contributing this feature?

No response

Anything else?

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant