Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kellyjadams/bigquery-python-weekly-report
A script to automate a weekly report that runs BigQuery in Python.
https://github.com/kellyjadams/bigquery-python-weekly-report
bigquery python
Last synced: about 2 months ago
JSON representation
A script to automate a weekly report that runs BigQuery in Python.
- Host: GitHub
- URL: https://github.com/kellyjadams/bigquery-python-weekly-report
- Owner: kellyjadams
- Created: 2024-05-22T06:07:34.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-09-11T18:57:22.000Z (4 months ago)
- Last Synced: 2024-10-14T01:22:36.324Z (3 months ago)
- Topics: bigquery, python
- Language: Python
- Homepage:
- Size: 29.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# bigquery-python-weekly-report
The Python script I use to automate part of my process for generating a weekly report.
## Files
### Part 2
New updated Python script that automatically updates the dates based on the current date. Read the article on that [here](https://www.kellyjadams.com/post/how-i-automated-my-weekly-python-script).
- [`weekly_sales_report_automatic.py`](weekly_sales_report_automatic.py) - Actual Python script which can be run by itself.
- [`run_weekly_report_script.bat`](run_weekly_report_script.bat) - A batch job that I use with Windows Task Scheduler to automatically run this script on my local computer. This only works with the `weekly_sales_report_automatic.py` file.### Part 1
Original python script to automate weekly report. Read the article on that [here](https://www.kellyjadams.com/post/how-i-saved-10-minutes-with-a-python-script).- [`weekly_sales_report.py`](weekly_sales_report.py)
## Notes
While the code is almost the same as I use, database/table names and query structure have been changed to protect private information.