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

[Issue 2665] Add new job to initialize EtlDb #2778

Merged
merged 1 commit into from
Nov 7, 2024

Conversation

DavidDudas-Intuitial
Copy link
Collaborator

Summary

Fixes #2665

Time to review: 1 min

Changes proposed

What was added, updated, or removed in this PR.
Added scheduled job to run make init-db

Context for reviewers

Testing instructions, background context, more in-depth details of the implementation, and anything else you'd like to call out or ask reviewers. Explain how the changes were verified.

The GitHub data export, transform, and load job (see #2759) depends on a certain schema existing in Postgres. This PR creates a job to ensure the schema exists.

Additional information

Screenshots, GIF demos, code examples or output to help show the changes working as expected.

@DavidDudas-Intuitial DavidDudas-Intuitial merged commit f8c2fbe into main Nov 7, 2024
6 of 7 checks passed
@DavidDudas-Intuitial DavidDudas-Intuitial deleted the issue-2665-init-db-job branch November 7, 2024 19:42
babebe pushed a commit that referenced this pull request Nov 7, 2024
## Summary
Fixes #2665 

### Time to review: __1 min__

## Changes proposed
> What was added, updated, or removed in this PR.
Added scheduled job to run `make init-db` 

## Context for reviewers
> Testing instructions, background context, more in-depth details of the
implementation, and anything else you'd like to call out or ask
reviewers. Explain how the changes were verified.

The GitHub data export, transform, and load job (see
#2759) depends on a
certain schema existing in Postgres. This PR creates a job to ensure the
schema exists.

## Additional information
> Screenshots, GIF demos, code examples or output to help show the
changes working as expected.
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.

Load GitHub data into Postgres in Dev
2 participants