We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbcf134 commit ba68dbbCopy full SHA for ba68dbb
.github/workflows/run.yml
@@ -30,12 +30,10 @@ jobs:
30
run: |
31
make load
32
33
- - uses: actions/checkout@v3
34
- with:
35
- ref: main
36
-
37
- name: Run dbt + PipeRider for main branch
38
+ git fetch
+ git checkout main
39
dbt deps
40
dbt run
41
piperider run --dbt-state target/
models/marts/metrics.yml
@@ -27,5 +27,10 @@ metrics:
27
time_grains: [ day, week, month ]
28
dimensions: [ repo ]
29
+ filters:
+ - field: author
+ operator: '!='
+ value: "'github-actions[bot]'"
+
tags:
- piperider
0 commit comments