-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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 Google Workspace Admin: use SAT #6878
Conversation
/test connector=connectors/source-google-workspace-admin-reports
|
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.
LGTM
basic_read: | ||
- config_path: "secrets/config.json" | ||
configured_catalog_path: "integration_tests/configured_catalog.json" | ||
validate_schema: False |
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.
could you please add a comment explaining why we have skipped this check?
} | ||
} | ||
} |
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.
here and in other places we need new line character
|
||
| Version | Date | Pull Request | Subject | | ||
| :------ | :-------- | :----- | :------ | | ||
| 0.1.5 | 2021-10-07 | [6878](https://github.com/airbytehq/airbyte/pull/6878) | Implement SAT | |
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.
| 0.1.5 | 2021-10-07 | [6878](https://github.com/airbytehq/airbyte/pull/6878) | Implement SAT | | |
| 0.1.5 | 2021-10-07 | [6878](https://github.com/airbytehq/airbyte/pull/6878) | Integrate SAT | |
@@ -48,7 +46,7 @@ | |||
"type": "string" | |||
}, | |||
"events": { | |||
"type": "array", | |||
"type": "object", | |||
"items": [ |
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.
if it is an object can it have items?
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.
see comments
/test connector=connectors/source-google-workspace-admin-reports
|
/test connector=connectors/source-google-workspace-admin-reports
|
/test connector=connectors/source-google-workspace-admin-reports
|
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.
LGTM, only few questions.
{ | ||
"stream": { | ||
"name": "admin", | ||
"json_schema": { |
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.
I think, we can leave it empty.
@@ -1,8 +1,17 @@ | |||
{ | |||
"drive": { | |||
"time": "2021-04-04T22:01:22.313Z" | |||
"time": "2121-04-04T22:01:22.313Z" |
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.
Do we need abnormal state in sample?
/test connector=connectors/source-google-workspace-admin-reports
|
/test connector=connectors/source-google-workspace-admin-reports
|
"type": "string" | ||
}, | ||
"multiValue": { |
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.
💪🏼
Co-authored-by: Sherif A. Nada <[email protected]>
/test connector=connectors/source-google-workspace-admin-reports
|
/publish connector=connectors/source-google-workspace-admin-reports
|
* Add SAT * Upd changelog * Refactor * Upd acceptance-test-config * Upd schemas * Update docs Co-authored-by: Sherif A. Nada <[email protected]> Co-authored-by: Sherif A. Nada <[email protected]>
Closes #6820
Adds SAT and stops using the old integration tests
Pre-merge Checklist
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