Skip to content

Conversation

@sudo-suhas
Copy link
Contributor

Compass request data structure did not support sending the create_time and update_time parsed from data present in extractors. For example, this would be the time a table was created in a database and the time it was last updated at.

  • Update Proton's commit ID to pull in changes that add create_time and update_time fields in each of the asset metadata types - table, user, topic etc.
  • Populate Asset.Data.{CreateTime, UpdateTime} and stop populating Asset.{CreateTime,UpdateTime} (these fields are used by the system to track the first and last injestion run that inserted/updated the asset).

Depends on raystack/proton#191.
Closes #409.

@sudo-suhas sudo-suhas marked this pull request as draft September 23, 2022 13:01
@sudo-suhas
Copy link
Contributor Author

@StewartJingga this PR can be reviewed now. Have verified changes to the best of my ability. Will remove the draft status once raystack/proton#191 is merged and the proton commit is updated.

@ravisuhag ravisuhag marked this pull request as ready for review September 26, 2022 11:32
Compass request data structure did not support sending the create_time
and update_time parsed from data present in extractors. For example,
this would be the time a table was created in a database and the time it
was last updated at.

- Update Proton's commit ID to pull in changes that add create_time and
  update_time fields in each of the asset metadata types - table, user,
  topic etc.
- Populate Asset.Data.{CreateTime, UpdateTime} and stop populating
  Asset.{CreateTime,UpdateTime} (these fields are used by the system to
  track the first and last injestion run that inserted/updated the
  asset).
@sudo-suhas sudo-suhas merged commit b925b86 into main Sep 27, 2022
@sudo-suhas sudo-suhas deleted the create_update_time branch September 27, 2022 05:10
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.

bug(compass): create_time and update_time are not being sent

3 participants