Felipe

Results 5 issues of Felipe

**Is your feature request related to a problem? Please describe.** _s3_staging_location field_ I would like to understand why was associated a deployment environment name in this variable name: `s3_staging_location`. It's...

kind/feature
keep-open
not-critical

Related issue: https://github.com/feast-dev/feast/issues/3770 ## Expected Behavior The expected behavior is run the get_app successfully: ``` from feast.ui_server import get_app as ui_server ``` ## Current Behavior ``` > from feast.ui_server import...

kind/bug
priority/p2

**Is your feature request related to a problem? Please describe.** Would it be possible to disable the serialization process? **Describe the solution you'd like** An option to disable the serialization...

kind/feature

## Expected Behavior Import hybrid_online_store module correctly, according to this documentation: https://github.com/feast-dev/feast/blob/master/docs/reference/online-stores/hybrid.md. ## Current Behavior Could not import module 'hybrid_online_store' ## Steps to reproduce Use the following RepoConfig: ``` repo_config...

good first issue
kind/bug
priority/p2
starter-ticket

## Expected Behavior Expected behavior when the following environment variables are set: ``` FEAST_SPARK_STAGING_LOCATION=s3://... FEAST_SPARK_LAUNCHER="emr" FEAST_EMR_CLUSTER_ID="" FEAST_EMR_LOG_LOCATION="" ``` 1. Successfully connect to the specified EMR cluster. 2. Initialize a SparkSession...

kind/bug
priority/p2