Skip to content

Instantly share code, notes, and snippets.

@scynthiadunlop
Created August 3, 2023 15:06
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 scynthiadunlop/b44e35295f97cf02df07f43f6556f96a to your computer and use it in GitHub Desktop.
Save scynthiadunlop/b44e35295f97cf02df07f43f6556f96a to your computer and use it in GitHub Desktop.
create table feature_store.wide_example(
date TIMESTAMP,
feature_id INT,
feature_col1 FLOAT,
feature_col2 FLOAT,
feature_col3 FLOAT,
feature_col4 FLOAT,
feature_col5 FLOAT,
feature_col6 FLOAT,
feature_col7 FLOAT
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment