Spaces:
Sleeping
Sleeping
Jon Solow
commited on
Commit
·
d016050
1
Parent(s):
4ae4cc7
Add snap counts
Browse files
src/dbt_yfdash/models/nflverse/raw_snap_counts.sql
ADDED
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
1 |
+
SELECT *
|
2 |
+
FROM read_parquet('{{ var("repo") }}/snap_counts/snap_counts_{{ var("season") }}.parquet')
|
src/dbt_yfdash/models/nflverse/schema.yml
CHANGED
@@ -7,3 +7,6 @@ models:
|
|
7 |
- name: raw_players
|
8 |
description: "players"
|
9 |
|
|
|
|
|
|
|
|
7 |
- name: raw_players
|
8 |
description: "players"
|
9 |
|
10 |
+
- name: raw_snap_counts
|
11 |
+
description: "snap_counts"
|
12 |
+
|