Questions tagged [feast]

For questions about the Feast machine learning feature store, such as how to ingest and query data, deploy and operate the system, or extend it.

Feast is an end-to-end open source feature store for machine learning. It allows teams to define, manage, discover, and serve features.

21 questions
0
votes
1 answer

AssertionError for feast materialize command

I am trying to configure Feast with PostgreSQLSource as both online and offline source. I have created a table in db and edited feature_store.yaml file with proper credentials. I can successfully generate feature views and deploy infrastructure. But…
0
votes
2 answers

BigQuery.jobs.create pemission

I am trying to run a python code to create feature store. When I am running I am getting Bigquery.jobs.create permission error. I checked the permissions for my account with gcloud iam roles describe roles/viewer and Bigquery permissions are…
0
votes
1 answer

Options for Feast production datasources?

I'm looking into the FEAST feature store. I realize for production, datasources had to be either AWS redshift or Google Bigquery. (isn't this contradicts to the ideas of open source?) But I had my own small server (actually some AWS spot instance) I…
hg628193hg
  • 395
  • 3
  • 14
0
votes
3 answers

Does feast support postgresql?

Does Feast https://feast.dev support postgresql as data-ingestion. In my previous work load, I just downloaded data every second and insert into postgresql. if not, which database shall i use so that it would be the easiest migration for me? I’m…
hg628193hg
  • 395
  • 3
  • 14
0
votes
0 answers

Invoking a Lambda function that has a Python library dependency in Docker container, deployed with Zappa; 500 response code error

I am looking to invoke AWS Lambda functions, deployed using Zappa. The lambda functions will have dependencies that are too large for the usual zip file approach (even with slim_handler : true). To do this I am using Zappa with Docker containers,…
Cybernetic
  • 12,628
  • 16
  • 93
  • 132
0
votes
2 answers

How I can install feast on kubernetes

I would like to install feast on Kubernetes with helm - I follow the steps on https://docs.feast.dev/v/master/getting-started/install-feast/kubernetes-with-helm after the command helm install --debug feast feast-charts/feast Error: scheme "gs" not…
1
2