-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
🐛 Source Gitlab: fix pattern field in spec file, remove unused fields from config files, improve caching mechanism #6932
Conversation
/test connector=source-gitlab
|
/test connector=source-gitlab
|
airbyte-integrations/connectors/source-gitlab/source_gitlab/streams.py
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please use caching features provided by CDK
/test connector=source-gitlab
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
dont forget to bump version on dockerfile and airbyte-config dir
/publish connector=connectors/source-gitlab
|
… from config files, improve caching mechanism (airbytehq#6932) * Fix SAT Fix how cache is used in this connector. Fix pattern field in spec file. Remove unused fields from invalid_config.json and sample_config.json files. * Update docs * Use cache from CDK * Bump connector's version + update docs
Closes #6822.
Fix how cache is being used in this connector.
Fix pattern field in spec file.
Remove unused fields from invalid_config.json and sample_config.json files.
Pre-merge Checklist
airbyte_secret
./gradlew :airbyte-integrations:connectors:<name>:integrationTest
.README.md
bootstrap.md
. See description and examplesdocs/integrations/<source or destination>/<name>.md
including changelog. See changelog example