Skip to content

Commit

Permalink
Added new properties for all projects
Browse files Browse the repository at this point in the history
  • Loading branch information
dwest77a committed Dec 10, 2024
1 parent 11ce98c commit 03e49c6
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion padocc/core/mixins.py
Original file line number Diff line number Diff line change
Expand Up @@ -197,5 +197,9 @@ def isparq(self) -> bool:
return (self.detail_cfg['type'] == 'parq')

@property
def cloud_format(self) -> bool:
def cloud_format(self) -> str:
return None

@property
def source_format(self) -> str:
return None

0 comments on commit 03e49c6

Please sign in to comment.