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

Add Daily Refresh Workflow (Scheduled Job) #9

Merged
merged 1 commit into from
Apr 29, 2024

Conversation

luffyofproduct
Copy link
Owner

Summary:

This PR adds functionality to refresh production models on a consistent schedule.

Details:

  • Added a GitHub Actions workflow file for:
    • daily_refresh.yml - Automatically deploy & test warehouse & marts models in prod on a Cron schedule
  • Does not refresh the following:
    • staging - These are views, meaning they do not store data and do not require a refresh.
    • dim_calendar_dates - This is static data that does not require a refresh.
    • New logic changes for these would be implemented during the post_merge_deploy workflow.

Links:

@luffyofproduct luffyofproduct merged commit 6ab406d into main Apr 29, 2024
1 check passed
@luffyofproduct luffyofproduct deleted the add-daily-refresh branch April 29, 2024 05:59
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.

1 participant