Skip to content

Commit

Permalink
Update pipelines.json
Browse files Browse the repository at this point in the history
  • Loading branch information
poffo authored Oct 23, 2024
1 parent c166cef commit 99b97a8
Showing 1 changed file with 54 additions and 0 deletions.
54 changes: 54 additions & 0 deletions mastering-carol/sql-pipelines-manifest-v2/pipelines.json
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,60 @@
}
]
}
},
{
"pipelineName": "user_pipeline",
"pipelineDescription": "Pipeline para usuários com dados fixos",
"outputDataModelName": "mdmuser",
"checkExistsDataToProcess": false,
"overlapDeltaMinutes": 60,
"fanOut": true,
"useBatchNotification": false,
"tempTableRetentionPeriodDays": 1,
"sendTo":
{
"realtime": false,
"bigquery":
{
"customer": true,
"unified": false
},
"subscriptions":
{
"customer": true,
"unified": false
}
},
"clear":
{
"realtime": false,
"bigquery":
{
"customer": false,
"unified": false
},
"subscriptions":
{
"customer": false,
"unified": false
}
},
"additionalParameters":
{
},
"cronExpressions":
[
"0 0 * * * ?"
],
"processScript": "user.csql",
"sourceEntities":
{
"dataModels":
[],
"stagings":
[
]
}
}
]
}

0 comments on commit 99b97a8

Please sign in to comment.