-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Resolves #72 and addresses some other missing fields along the way. See a list of the errors of missing fields I collected from the logs after fixing the schema issue with `events`. Curiously, some of the missing fields do not appear in the 2023-10-15 API revision docs, nor do I see them in the latest revision docs. Those which did not appear I removed. This included `profiles.attributes.anonymous_id`,`metrics.attributes.integration.object',` and `'metrics.attributes.integration.key` and a few others. I am most interested in fixing the events schema and while I eyeballed the results for the others, please feel free to further validate. I am also unclear on styling conventions. Feel free to edit as needed. ``` Properties ('type', 'attributes.audiences', 'attributes.send_options', 'attributes.tracking_options', 'attributes.send_strategy', 'relationships', 'links', 'filter') were present in the 'campaigns' stream but not found in catalog schema. Ignoring. Properties ('relationships', 'links') were present in the 'flows' stream but not found in catalog schema. Ignoring. Properties ('type', 'attributes.opt_in_process', 'relationships', 'links') were present in the 'lists' stream but not found in catalog schema. Ignoring. Properties ('type', 'attributes.integration.object', 'attributes.integration.key', 'links') were present in the 'metrics' stream but not found in catalog schema. Ignoring. Properties ('attributes.anonymous_id', 'attributes.location.ip', 'relationships', 'links') were present in the 'profiles' stream but not found in catalog schema. Ignoring. Properties ('links',) were present in the 'templates' stream but not found in catalog schema. Ignoring. ``` --------- Co-authored-by: Edgar Ramírez Mondragón <16805946+edgarrmondragon@users.noreply.github.com>
- Loading branch information
1 parent
2591211
commit fabc5fd
Showing
7 changed files
with
137 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters