diff --git a/sdk/python/feast/infra/offline_stores/contrib/postgres_offline_store/postgres_source.py b/sdk/python/feast/infra/offline_stores/contrib/postgres_offline_store/postgres_source.py index be3f873412..74b7a5df8a 100644 --- a/sdk/python/feast/infra/offline_stores/contrib/postgres_offline_store/postgres_source.py +++ b/sdk/python/feast/infra/offline_stores/contrib/postgres_offline_store/postgres_source.py @@ -32,7 +32,7 @@ def __init__( date_partition_column=date_partition_column, description=description, tags=tags, - owner=owner + owner=owner, ) def __hash__(self):