Skip to content
This repository was archived by the owner on May 17, 2024. It is now read-only.

Commit 642cdd5

Browse files
authored
Merge pull request #732 from datafold/cloud_refactor_bug
adjust DatafoldAPI for attrs
2 parents df5efe0 + 09221fa commit 642cdd5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

data_diff/cloud/datafold_api.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -178,9 +178,10 @@ class TCloudApiDataSourceTestResult(pydantic.BaseModel):
178178
result: Optional[TCloudDataSourceTestResult]
179179

180180

181-
@attrs.define(frozen=True)
181+
@attrs.define(frozen=False)
182182
class DatafoldAPI:
183183
api_key: str
184+
headers: str = ""
184185
host: str = "https://app.datafold.com"
185186
timeout: int = 30
186187

0 commit comments

Comments
 (0)