Skip to content

Commit 4da5845

Browse files
committed
fix: another miss
1 parent a2da0ce commit 4da5845

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cognite/extractorutils/unstable/core/runtime.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ def _verify_connection_config(self, connection_config: ConnectionConfig) -> bool
278278
self._cognite_client.post(
279279
f"/api/v1/projects/{self._cognite_client.config.project}/odin/checkin",
280280
json={
281-
"externalId": connection_config.integration,
281+
"externalId": connection_config.integration.external_id,
282282
},
283283
headers={"cdf-version": "alpha"},
284284
)

0 commit comments

Comments
 (0)