Skip to content

Connector secrets and pydantic migration #39

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 37 commits into from
Feb 12, 2025

Conversation

PabloPardoGarcia
Copy link
Member

New features

  • Migrate dataclass models to pydantic
  • Add secret CRUD operations
  • Allow to pass secrets to pipeline connectors through source_config_secret_refs and sink_config_secret_refs

Imprvements

  • Add pydantic and native python cross references in docs
  • Fix custom classes references in docs

Copy link

Coverage

Coverage Report
FileStmtsMissCoverMissing
__init__.py100100% 
api_client.py240100% 
client.py43490%101, 158, 195, 244
config.py70100% 
pipeline.py2031194%112, 234, 237, 244, 421–422, 425, 448, 506, 514, 530
pipeline_data.py69198%64
secret.py44295%55, 117
space.py41392%106–108
models
   __init__.py00100% 
models/api
   __init__.py20100% 
   api.py3590100% 
models/errors
   __init__.py60100% 
   clienterror.py26676%47–49, 51, 70–71
   error.py5180%14
   pipeline.py19194%43
   secret.py100100% 
   space.py10190%20
models/operations
   __init__.py20100% 
   pipeline.py170100% 
models/responses
   __init__.py40100% 
   pipeline.py70494%174, 208–210
   secret.py60100% 
   space.py100100% 
TOTAL9873496% 

Tests Skipped Failures Errors Time
69 0 💤 0 ❌ 0 🔥 43.083s ⏱️

@PabloPardoGarcia PabloPardoGarcia merged commit d976290 into release/v2.1.0 Feb 12, 2025
3 checks passed
@PabloPardoGarcia PabloPardoGarcia deleted the connector-secrets branch February 12, 2025 17:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants