Skip to content

Commit

Permalink
Make credential_name optional in ExternalCredential
Browse files Browse the repository at this point in the history
  • Loading branch information
mildbyte committed Aug 3, 2021
1 parent 22f0891 commit 9b5c244
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion splitgraph/cloud/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ def make_repositories(
class ListExternalCredentialsResponse(BaseModel):
class ExternalCredential(BaseModel):
plugin_name: str
credential_name: str
credential_name: Optional[str]
credential_id: str

credentials: List[ExternalCredential]
Expand Down

0 comments on commit 9b5c244

Please sign in to comment.