You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ A template for creating repos to [manage your Dune queries](https://dune.mintlif
12
12
13
13
### Updating Queries or CSV Tables
14
14
15
-
1. Make any changes you need to directly in the repo. Any time you push a commit to MAIN branch, `push_to_dune.py`will save your changes into Dune directly. You can run this manually too if you want.
15
+
1. Make any changes you need to directly in the repo. Any time you push a commit to MAIN branch, `push_to_dune.py`updates only the changed `.sql` queries in Dune. You can run this manually too if you want (set `FULL_SYNC=true` to force updating all queries).
16
16
17
17
2. For CSVs, update the files in the `/uploads` folder. `upload_to_dune.py` will run on commit, or can be run manually. The table name in Dune will be `dune.team_name.dataset_<filename>`.
0 commit comments