Skip to content

Instantly share code, notes, and snippets.

@amacal
Last active November 1, 2020 14:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save amacal/6ed7e4fc915ee3d9903c387e9868affc to your computer and use it in GitHub Desktop.
Save amacal/6ed7e4fc915ee3d9903c387e9868affc to your computer and use it in GitHub Desktop.
create transient table ecds_db.playground.orders
(
-- meta
_etl_id bigint autoincrement start 1 increment 1,
_etl_id_prev bigint,
_etl_updated_at timestamp_ntz,
_etl_deleted_at timestamp_ntz,
-- key
id bigint,
-- attributes
-- ...
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment