Skip to content

Commit

Permalink
Fixing issue feast-dev#4688
Browse files Browse the repository at this point in the history
Signed-off-by: Dharmisha Doshi <[email protected]>
  • Loading branch information
nishantgaurav-dev authored and dharmisha committed Jan 15, 2025
1 parent 23abc42 commit ba4901b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sdk/python/feast/infra/offline_stores/offline_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -262,3 +262,4 @@ def enclose_in_backticks(value):
return [f'`{v}`' for v in value]
else:
return f'`{value}`'

0 comments on commit ba4901b

Please sign in to comment.