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/b3eaef376f197b616cbde0146bdb7749 to your computer and use it in GitHub Desktop.
Save scynthiadunlop/b3eaef376f197b616cbde0146bdb7749 to your computer and use it in GitHub Desktop.
create table feature_store.narrow_example(
feature_id INT,
feature_name TEXT,
feature_value FLOAT
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment