Skip to content
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

Added new connector: source-google-analytics-data-api #1366

Closed

Conversation

Luishfs
Copy link
Collaborator

@Luishfs Luishfs commented Mar 13, 2024

Description:

(Describe the high level scope of new or changed features)

Notes for reviewers:

(anything that might help someone review this PR)


This change is Reviewable

Luishfs added 4 commits March 13, 2024 13:19
copying the image behaviour
Remote Repo URL: git@github.com:airbytehq/airbyte.git
Source name: 019153f
Source Commit ID: 019153f178d221bbf602c21efea54f78042544ca
Source Repo Prefix: airbyte-integrations/connectors/source-google-analytics-data-api/
Import Path: source-google-analytics-data-api/
License Type: MIT
License Path: airbyte-integrations/connectors/source-google-analytics-data-api/metadata.yaml

git-merge-subpath: 019153f178d221bbf602c21efea54f78042544ca airbyte-integrations/connectors/source-google-analytics-data-api source-google-analytics-data-api
Modified spec.json to match fixups
At this point in time, all test pass

added to CI
@Luishfs Luishfs requested a review from jgraettinger March 13, 2024 16:40
@Luishfs Luishfs self-assigned this Mar 13, 2024
"object"
]
},
"key": [
"/date",
"/property_id"
"/property_id",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's crucially important that we not change around the ordering of keys, and also the schematization of keyed fields like property_id here.

There is a good reason why we had previously made them non-nullable (downstream materializations typically cannot support nullable primary keys).

Fixing this will require tweaking the schemas and keys of the connector streams. This is essentially re-applying patches we had previously used in airbyte-to-flow.

(Getting this right is the central reason I've been asking for this snapshot -> import -> update snapshots -- so that we can verify in review that nothing is changing unintentionally).

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Got it, thanks for the info, this made everything more clear, will close the PR

@Luishfs Luishfs closed this Mar 13, 2024
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