Fix linting and add type to input settings.

This commit is contained in:
Greg Watson
2023-05-04 20:48:15 -04:00
committed by Dannon Baker
parent 27e613a7b0
commit ef11cb9f17
2 changed files with 2 additions and 0 deletions
@@ -16,6 +16,7 @@
<input>
<name>explorer</name>
<value>false</value>
<type>boolean</type>
</input>
</settings>
</visualization>
@@ -108,6 +108,7 @@ class DatasetContentType(str, Enum):
stats = "stats"
data = "data"
class ConcreteObjectStoreQuotaSourceDetails(Model):
source: Optional[str] = Field(
description="The quota source label corresponding to the object store the dataset is stored in (or would be stored in)"