Skip to content

Commit

Permalink
pipeline: force using tiflash for sync_org_repo_participants pipeline (
Browse files Browse the repository at this point in the history
  • Loading branch information
Mini256 authored Dec 6, 2023
1 parent 38e2ee7 commit 5bcc5e0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions configs/pipelines/sync_org_repo_participants/process.sql
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
INSERT INTO mv_repo_participants(repo_id, user_login, first_engagement_at, last_engagement_at)
SELECT
/*+ READ_FROM_STORAGE(TIFLASH[ge]) */
ge.repo_id,
ge.actor_login AS user_login,
MIN(ge.created_at) AS new_first_engagement_at,
Expand Down

0 comments on commit 5bcc5e0

Please sign in to comment.