Title: Feast create empty online table when FeatureView attribute online=False · Issue #4616 · feast-dev/feast · GitHub
Open Graph Title: Feast create empty online table when FeatureView attribute online=False · Issue #4616 · feast-dev/feast
X Title: Feast create empty online table when FeatureView attribute online=False · Issue #4616 · feast-dev/feast
Description: Expected Behavior Feast shouldn't create any DynamoDB table when I defined FeatureView with online=False. Current Behavior Feast creates empty DynamoDB table when I defined FeatureView with online=False. Steps to reproduce Define a featu...
Open Graph Description: Expected Behavior Feast shouldn't create any DynamoDB table when I defined FeatureView with online=False. Current Behavior Feast creates empty DynamoDB table when I defined FeatureView with online=...
X Description: Expected Behavior Feast shouldn't create any DynamoDB table when I defined FeatureView with online=False. Current Behavior Feast creates empty DynamoDB table when I defined FeatureView with onl...
Opengraph URL: https://github.com/feast-dev/feast/issues/4616
X: @github
Domain: github.com
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"Feast create empty online table when FeatureView attribute online=False","articleBody":"## Expected Behavior \r\n\r\nFeast shouldn't create any DynamoDB table when I defined FeatureView with online=False.\r\n\r\n## Current Behavior\r\n\r\nFeast creates empty DynamoDB table when I defined FeatureView with online=False.\r\n\r\n## Steps to reproduce\r\n\r\nDefine a feature store like this \r\n\r\n```yaml\r\nproject: example_feature_sotre\r\n\r\nprovider: aws\r\n\r\noffline_store:\r\n type: spark\r\n spark_conf: {}\r\n\r\nonline_store:\r\n type: dynamodb\r\n region: us-east-1\r\n\r\nentity_key_serialization_version: 2\r\n```\r\n\r\nFeature view def\r\n\r\n```python\r\nfeature_view = FeatureView(\r\n name=\"abc_details_monthly\",\r\n entities=[user_id],\r\n online=False,\r\n source=SparkSource(\r\n table=\"shcema.abc_details_monthly\",\r\n name=\"abc_details_monthly\",\r\n timestamp_field=\"event_date\",,\r\n ttl=datetime.timedelta(days=27),\r\n # Schema definition\r\n schema=[\r\n Field(\r\n name=\"feature_1_1d\",\r\n dtype=types.Int32,\r\n description=\"\"\r\n )\r\n ]\r\n)\r\n```\r\n\r\n### Specifications\r\n\r\n- Version: 0.40.1\r\n- Platform: Linux\r\n- Subsystem:\r\n\r\n## Possible Solution\r\n\r\nShould distinguish list tables to keep of online store and offline store in this file.\r\n\r\nhttps://github.com/feast-dev/feast/blob/cd87562df7f55dfe888bfbbd9a33b87670681040/sdk/python/feast/infra/passthrough_provider.py#L122\r\n","author":{"url":"https://github.com/SuperBo","@type":"Person","name":"SuperBo"},"datePublished":"2024-10-11T08:03:19.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":1},"url":"https://github.com/4616/feast/issues/4616"}
| route-pattern | /_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format) |
| route-controller | voltron_issues_fragments |
| route-action | issue_layout |
| fetch-nonce | v2:86d354a2-6268-f4f3-8115-169841455b51 |
| current-catalog-service-hash | 81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114 |
| request-id | C798:375BA9:29318CA:36F0957:6971CE0C |
| html-safe-nonce | 8c7a92ec9969ec8741661c07769473fb4c7ca065491f5cddf4e8d4de2210105e |
| visitor-payload | eyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJDNzk4OjM3NUJBOToyOTMxOENBOjM2RjA5NTc6Njk3MUNFMEMiLCJ2aXNpdG9yX2lkIjoiMzg1MTkxNzIxMDQ1NjAxODQ0NSIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9 |
| visitor-hmac | fd5f7e07be5c4bed28d8dc615c358ae77dca2f6f1926864bad9a9ef760148e5d |
| hovercard-subject-tag | issue:2580731149 |
| github-keyboard-shortcuts | repository,issues,copilot |
| google-site-verification | Apib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I |
| octolytics-url | https://collector.github.com/github/collect |
| analytics-location | / |
| fb:app_id | 1401488693436528 |
| apple-itunes-app | app-id=1477376905, app-argument=https://github.com/_view_fragments/issues/show/feast-dev/feast/4616/issue_layout |
| twitter:image | https://opengraph.githubassets.com/4cce596e9663ce3a7926c7aa5b05d7adc0b6c0902afc667a861787cdb6e01fd7/feast-dev/feast/issues/4616 |
| twitter:card | summary_large_image |
| og:image | https://opengraph.githubassets.com/4cce596e9663ce3a7926c7aa5b05d7adc0b6c0902afc667a861787cdb6e01fd7/feast-dev/feast/issues/4616 |
| og:image:alt | Expected Behavior Feast shouldn't create any DynamoDB table when I defined FeatureView with online=False. Current Behavior Feast creates empty DynamoDB table when I defined FeatureView with online=... |
| og:image:width | 1200 |
| og:image:height | 600 |
| og:site_name | GitHub |
| og:type | object |
| og:author:username | SuperBo |
| hostname | github.com |
| expected-hostname | github.com |
| None | 7476eb4140129667a7530d10cfb7688f701883e35a4dcaa4673e3ec599af5199 |
| turbo-cache-control | no-preview |
| go-import | github.com/feast-dev/feast git https://github.com/feast-dev/feast.git |
| octolytics-dimension-user_id | 57027613 |
| octolytics-dimension-user_login | feast-dev |
| octolytics-dimension-repository_id | 161133770 |
| octolytics-dimension-repository_nwo | feast-dev/feast |
| octolytics-dimension-repository_public | true |
| octolytics-dimension-repository_is_fork | false |
| octolytics-dimension-repository_network_root_id | 161133770 |
| octolytics-dimension-repository_network_root_nwo | feast-dev/feast |
| turbo-body-classes | logged-out env-production page-responsive |
| disable-turbo | false |
| browser-stats-url | https://api.github.com/_private/browser/stats |
| browser-errors-url | https://api.github.com/_private/browser/errors |
| release | 2cc0827c872b538cd08371730242ae4951d2d61a |
| ui-target | full |
| theme-color | #1e2327 |
| color-scheme | light dark |
Links:
Viewport: width=device-width