Skip to content

Commit c16a209

Browse files
awalker4claude
andcommitted
feat(PLU-354): remove connector config models from the SDK
Replace the typed unions in CreateSourceConnectorConfig, CreateDestinationConnectorConfig, etc. with Dict[str, Any] and delete the generated per-connector config models. New connector fields work without an SDK upgrade. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 68facfd commit c16a209

182 files changed

Lines changed: 31 additions & 7808 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 0.44.0
2+
3+
### Breaking changes
4+
* Removed deprecated connector config models from the SDK (e.g. `S3SourceConnectorConfig`, `AzureDestinationConnectorConfig`). Pass connector configs as plain dicts with arbitrary fields. The SDK is no longer coupled to backend connector schemas — new fields work without an SDK upgrade.
5+
16
## 0.43.4
27

38
### Enhancements

docs/models/shared/astradbconnectorconfig.md

Lines changed: 0 additions & 14 deletions
This file was deleted.

docs/models/shared/astradbconnectorconfiginput.md

Lines changed: 0 additions & 15 deletions
This file was deleted.

docs/models/shared/azureaisearchconnectorconfig.md

Lines changed: 0 additions & 10 deletions
This file was deleted.

docs/models/shared/azureaisearchconnectorconfiginput.md

Lines changed: 0 additions & 10 deletions
This file was deleted.

docs/models/shared/azuredestinationconnectorconfig.md

Lines changed: 0 additions & 12 deletions
This file was deleted.

docs/models/shared/azuredestinationconnectorconfiginput.md

Lines changed: 0 additions & 12 deletions
This file was deleted.

docs/models/shared/azuresourceconnectorconfig.md

Lines changed: 0 additions & 13 deletions
This file was deleted.

docs/models/shared/azuresourceconnectorconfiginput.md

Lines changed: 0 additions & 13 deletions
This file was deleted.

docs/models/shared/boxsourceconnectorconfig.md

Lines changed: 0 additions & 9 deletions
This file was deleted.

0 commit comments

Comments
 (0)