mozupwork

Results 2 comments of mozupwork

@franciscojavierarceo thanks for your reply. here's our Feature View definition: ``` guided_search_freelancer_fv = FeatureView( name="guided_search_freelancer", description="Feature view for guided search freelancer profiles", entities=[guided_search_freelancer_entity], schema=[ Field(name="CONTRACTOR_UID", dtype=String), Field(name="L3_UIDS", dtype=Array(String)) ], source=guided_search_freelancer_source,...

this is our feature.yaml for online-server: ``` project: feast-umx provider: local registry: registry_type: remote path: online_store: type: dynamodb region: us-west-2 table_name_template: ddb-feast-fs-staging-{table_name} entity_key_serialization_version: 3 auth: type: kubernetes ```