feast-dev / feast

The Open Source Feature Store for Machine Learning
https://feast.dev
Apache License 2.0
5.62k stars 1k forks source link

Any way to automate the creation of feature view ? #4745

Open prk2331 opened 2 weeks ago

prk2331 commented 2 weeks ago

Is there any inbuilt way through which we can pass the

  1. feature view name
  2. Pass the query name and get the columns for schema creation.
  3. and pass the column names for entities and event timestamp.
  4. and apply feast 

Is there a way to automate the process of creating feature views?