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

feat: Add created_at to workflow_run_jobs schema #275

Conversation

santhosh-fit
Copy link
Contributor

Summary

This pull request adds the created_at property to the workflow_run_jobs schema. This allows users to extract the creation time of workflow run jobs and would be helpful in the tracking individual jobs queue_time.

Changes

  • Updated repository_streams.py to include created_at in the schema definition of the workflow_run_jobs stream.

Testing

  1. Confirmed that Github REST API endpoint for workflow jobs response returns created_at field in the response.
  2. Tested the changes locally using Meltano to ensure the created_at field is correctly included and populated.

@edgarrmondragon edgarrmondragon changed the title feat: Add created_at to workflow_run_jobs schema feat: Add created_at to workflow_run_jobs schema Jul 18, 2024
@edgarrmondragon
Copy link
Member

Thanks you @santhosh-fit!

@edgarrmondragon edgarrmondragon merged commit 052cc49 into MeltanoLabs:main Jul 18, 2024
7 of 8 checks passed
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