{"id":22353941,"url":"https://github.com/ffatahillah7/snowflake-transform-table-data-warehouses","last_synced_at":"2026-05-01T03:34:17.927Z","repository":{"id":262799176,"uuid":"888388705","full_name":"ffatahillah7/Snowflake-Transform-Table-Data-Warehouses","owner":"ffatahillah7","description":"Welcome to the Powered by Tasty Bytes - Zero to Snowflake Quickstart focused on Transformation!  Within this Quickstart we will walk through a large set of Snowflake functionality covering key features like Zero Copy Cloning and Time-Travel to deliver on a Tasty Bytes business requirement.","archived":false,"fork":false,"pushed_at":"2024-11-14T14:05:21.000Z","size":13,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-05-01T03:34:17.174Z","etag":null,"topics":["database","mysql","snowflake","sql"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ffatahillah7.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-11-14T10:09:34.000Z","updated_at":"2024-11-14T14:05:25.000Z","dependencies_parsed_at":null,"dependency_job_id":"5573144f-50d3-4bf0-8ad2-2bc1c1281298","html_url":"https://github.com/ffatahillah7/Snowflake-Transform-Table-Data-Warehouses","commit_stats":null,"previous_names":["ffatahillah7/snowflake-transform-table-data-warehouses"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ffatahillah7/Snowflake-Transform-Table-Data-Warehouses","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ffatahillah7%2FSnowflake-Transform-Table-Data-Warehouses","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ffatahillah7%2FSnowflake-Transform-Table-Data-Warehouses/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ffatahillah7%2FSnowflake-Transform-Table-Data-Warehouses/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ffatahillah7%2FSnowflake-Transform-Table-Data-Warehouses/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ffatahillah7","download_url":"https://codeload.github.com/ffatahillah7/Snowflake-Transform-Table-Data-Warehouses/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ffatahillah7%2FSnowflake-Transform-Table-Data-Warehouses/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32484352,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-30T13:12:12.517Z","status":"online","status_checked_at":"2026-05-01T02:00:05.856Z","response_time":64,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["database","mysql","snowflake","sql"],"created_at":"2024-12-04T13:10:31.154Z","updated_at":"2026-05-01T03:34:17.903Z","avatar_url":"https://github.com/ffatahillah7.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Snowflake-Transform-Table-Data-Warehouses\nWelcome to the Powered by Tasty Bytes - Zero to Snowflake Quickstart focused on Transformation!  Within this Quickstart we will walk through a large set of Snowflake functionality covering key features like Zero Copy Cloning and Time-Travel to deliver on a Tasty Bytes business requirement.\n\n# Prerequisites\nBefore beginning, please make sure you have completed the Introduction to Tasty Bytes Quickstart which provides a walkthrough on setting up a trial account and deploying the Tasty Bytes Foundation required to complete this Quickstart.\nlink quickstart : https://quickstarts.snowflake.com/guide/tasty_bytes_zero_to_snowflake_transformation/index.html?index=..%2F..index#0\n\n# What You Will Learn\n1.  How to Clone a Table\n2.  How to Use Snowflake's Result Set Cache\n3.  How to Add a Column to a Table\n4.  How to Update Data in a Column\n5.  How to Use Time-Travel\n6.  How to Swap, Drop and Undrop a Table\n   \n# What You Will Build\n1.  An Understanding of Important Snowflake Transformation Functionality\n2.  A Development Table Clone of a Production Table\n3.  A New Column in a Table Complete with Calculated Food Truck Ages in Years\n\n# Lesson Result\n1.   Cloning one table to another table using Clone function. For example, clone table truck_food to truck_food_dev.\n2.   Update the Table with alter table, add or drop column. Add new column with concat query from another column. It's convenient way to merge or combine more than one column.\n3.   It's Convenient for rollback from a mistake on the Update statement earlier (update or delete). The way is check query_id from information schema. Replace the table with previous data using query replace before statement query_id.\n4.   Table swap , drop and undrop table if we made a drop mistake.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fffatahillah7%2Fsnowflake-transform-table-data-warehouses","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fffatahillah7%2Fsnowflake-transform-table-data-warehouses","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fffatahillah7%2Fsnowflake-transform-table-data-warehouses/lists"}