Skip to content

Commit

Permalink
another bump for ci
Browse files Browse the repository at this point in the history
Signed-off-by: Robin Neufeld <metavee@users.noreply.github.com>
  • Loading branch information
metavee committed Jul 21, 2023
1 parent 786f786 commit 6529b2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/python/feast/infra/offline_stores/redshift_source.py
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ def fully_qualified_table_name(self) -> str:
Returns:
A string in the format of <database>.<schema>.<table>
May be empty or None if the table is not set.
May be empty or None if the table is not set
"""

if not self.table:
Expand Down

0 comments on commit 6529b2a

Please sign in to comment.