-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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 Kustomer: Clarify setup fields #8738
🎉 Source Kustomer: Clarify setup fields #8738
Conversation
/test connector=connectors/source-kustomer-singer
|
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 remove these options in other files too: invalid_config.json
And please add an integration "check" test with the old config format.
Is this |
@bazarnov This is the default value that is set by the singer (https://github.com/singer-io/tap-kustomer/blob/b56a2cc3646d57b8c1eb8876a335073a8968fd00/tap_kustomer/sync.py#L12). Permission for delete those fields from the config is based on PR description and UX handbook. |
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.
Unfortunately this connector doesn't support the relevant test framework(SAT) fully. For this the connector must be migrated to CDK. Airbyte team knows about this and has approved its publishing without adding of new tests.
@lazebnyi , please, publish this
/publish connector=connectors/source-kustomer-singer
|
/publish connector=connectors/source-kustomer-singer
|
/test connector=connectors/source-kustomer-singer
|
/publish connector=connectors/source-kustomer-singer
|
/publish connector=connectors/source-kustomer-singer
|
/publish connector=connectors/source-kustomer-singer
|
/publish connector=connectors/source-kustomer-singer
|
/publish connector=connectors/source-kustomer-singer
|
/publish connector=connectors/source-kustomer-singer
|
What
#8697 - Kustomer source connector: investigate "user_agent" deprecation
#8698 - Kustomer source connector: remove "page_limit_size" option
How
Deleted
user-agent
,date_window_size
,page_size_limit
fromspec.json
file.Default value for
date_window_size
andpage_size_limit
is 60 and 500.Pre-merge Checklist
Expand the relevant checklist and delete the others.
Updating a connector
Community member or Airbyter
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 exampleAirbyter
If this is a community PR, the Airbyte engineer reviewing this PR is responsible for the below items.
/test connector=connectors/<name>
command is passing./publish
command described here