Skip to content

Commit

Permalink
Adding 2022 data to the nightly Prefect pull
Browse files Browse the repository at this point in the history
- Needed to add the year and corresponding datasource to the Prefect config.toml file
  • Loading branch information
mattyweb authored Feb 7, 2022
1 parent 7cbb445 commit 2bf3ed7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion server/prefect/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ token = "6b5lwk1jHSQTgx7PAVFKOOdt2"
2019 = "pvft-t768"
2020 = "rq3b-xjk8"
2021 = "97z7-y5bt"
2022 = "i5ke-k6by"

[data]
# years to load
Expand All @@ -39,7 +40,8 @@ years = [
2018,
2019,
2020,
2021
2021,
2022
]
# name of table to load
target = "requests"
Expand Down

0 comments on commit 2bf3ed7

Please sign in to comment.