Skip to content

Commit e71f856

Browse files
committed
remove snapshots from export
1 parent 33e4c23 commit e71f856

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reporting/model_export.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
sheet = service.spreadsheets()
4444

4545
# List of tables (CSV files)
46-
tables = ["traffic_performance", "attribution", "visitors_snapshot", "visitors"]
46+
tables = ["traffic_performance", "attribution", "visitors"]
4747

4848
# Read each CSV file and upload to Google Sheets
4949
for table in tables:

0 commit comments

Comments
 (0)