Skip to content

Commit

Permalink
recompile python lock files and build proto
Browse files Browse the repository at this point in the history
Signed-off-by: zerafachris PERSONAL <[email protected]>
  • Loading branch information
zerafachris committed Jan 6, 2025
1 parent 57e773f commit 555c614
Show file tree
Hide file tree
Showing 18 changed files with 386 additions and 303 deletions.
4 changes: 3 additions & 1 deletion sdk/python/feast/protos/feast/core/DataSource_pb2.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

15 changes: 15 additions & 0 deletions sdk/python/feast/protos/feast/core/DataSource_pb2.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -557,3 +557,18 @@ class DataSource(google.protobuf.message.Message):
def WhichOneof(self, oneof_group: typing_extensions.Literal["options", b"options"]) -> typing_extensions.Literal["file_options", "bigquery_options", "kafka_options", "kinesis_options", "redshift_options", "request_data_options", "custom_options", "snowflake_options", "push_options", "spark_options", "trino_options", "athena_options"] | None: ...

global___DataSource = DataSource

class DataSourceList(google.protobuf.message.Message):
DESCRIPTOR: google.protobuf.descriptor.Descriptor

DATASOURCES_FIELD_NUMBER: builtins.int
@property
def datasources(self) -> google.protobuf.internal.containers.RepeatedCompositeFieldContainer[global___DataSource]: ...
def __init__(
self,
*,
datasources: collections.abc.Iterable[global___DataSource] | None = ...,
) -> None: ...
def ClearField(self, field_name: typing_extensions.Literal["datasources", b"datasources"]) -> None: ...

global___DataSourceList = DataSourceList
4 changes: 3 additions & 1 deletion sdk/python/feast/protos/feast/core/Entity_pb2.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

15 changes: 15 additions & 0 deletions sdk/python/feast/protos/feast/core/Entity_pb2.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -128,3 +128,18 @@ class EntityMeta(google.protobuf.message.Message):
def ClearField(self, field_name: typing_extensions.Literal["created_timestamp", b"created_timestamp", "last_updated_timestamp", b"last_updated_timestamp"]) -> None: ...

global___EntityMeta = EntityMeta

class EntityList(google.protobuf.message.Message):
DESCRIPTOR: google.protobuf.descriptor.Descriptor

ENTITIES_FIELD_NUMBER: builtins.int
@property
def entities(self) -> google.protobuf.internal.containers.RepeatedCompositeFieldContainer[global___Entity]: ...
def __init__(
self,
*,
entities: collections.abc.Iterable[global___Entity] | None = ...,
) -> None: ...
def ClearField(self, field_name: typing_extensions.Literal["entities", b"entities"]) -> None: ...

global___EntityList = EntityList
Loading

0 comments on commit 555c614

Please sign in to comment.