We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2da0ce commit 4da5845Copy full SHA for 4da5845
cognite/extractorutils/unstable/core/runtime.py
@@ -278,7 +278,7 @@ def _verify_connection_config(self, connection_config: ConnectionConfig) -> bool
278
self._cognite_client.post(
279
f"/api/v1/projects/{self._cognite_client.config.project}/odin/checkin",
280
json={
281
- "externalId": connection_config.integration,
+ "externalId": connection_config.integration.external_id,
282
},
283
headers={"cdf-version": "alpha"},
284
)
0 commit comments