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

Allow table creation with initial data populating #1032

Open
doino-gretchenliev opened this issue May 30, 2022 · 0 comments
Open

Allow table creation with initial data populating #1032

doino-gretchenliev opened this issue May 30, 2022 · 0 comments
Labels
category:resource feature-request Used to mark issues with provider's missing functionalities resource:table Issue connected to the snowflake_table resource

Comments

@doino-gretchenliev
Copy link
Contributor

It's possible to populate a Snowflake table with initial data while creating it. For example:

CREATE OR REPLACE TABLE BACK.TO_THE.FUTURE (
  destination_time DATE,
  present_time DATE
)
AS 
SELECT TO_DATE('1985-10-26'), TO_DATE('2015-10-21');

It would be great to have a population SQL query option on the snowflake_table resource.

@sfc-gh-jalin sfc-gh-jalin added the feature-request Used to mark issues with provider's missing functionalities label Jun 2, 2022
@sfc-gh-jcieslak sfc-gh-jcieslak added category:resource resource:table Issue connected to the snowflake_table resource labels May 20, 2024
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 resource:table Issue connected to the snowflake_table resource
Projects
None yet
Development

No branches or pull requests

3 participants