-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Set default feature naming to not include feature view name. Add option to include feature view name in feature naming. #1641
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 42 commits
21e47d2
06e0c77
4b7dd18
579e08f
462da43
df95ee8
e383575
dd25ad6
cef2869
c2e2b4d
d2cda24
4ab4c60
64a2cb5
9e4c907
b951282
a68b12b
094dbf3
0a148f9
0ce8210
d71e4c5
c14023f
d138648
c02b9eb
12dbbea
d0fe0a9
6e8670e
5314024
eb1da5e
183a0b9
b714a12
c78894f
20c9461
d36d1a0
651bce3
f3b92c3
f400d65
082fca7
3aca976
79aa736
d7d08ef
2ab8eea
650340d
5d582a6
8724e0b
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -182,6 +182,8 @@ def to_proto(self) -> FeatureViewProto: | |
| ttl_duration = Duration() | ||
| ttl_duration.FromTimedelta(self.ttl) | ||
|
|
||
| print(f"Stream soruce: {self.stream_source}, {type(self.stream_source)}") | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Should this be removed?
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This has been removed in #1678
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Will remove and push, must have gotten added when I rebased. |
||
|
|
||
| spec = FeatureViewSpecProto( | ||
| name=self.name, | ||
| entities=self.entities, | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.