Skip to content
This repository has been archived by the owner on Jan 23, 2024. It is now read-only.

Use bash to schedule queries #66

Closed
davidstanke opened this issue Jan 23, 2021 · 0 comments · Fixed by #68
Closed

Use bash to schedule queries #66

davidstanke opened this issue Jan 23, 2021 · 0 comments · Fixed by #68
Assignees

Comments

@davidstanke
Copy link
Collaborator

davidstanke commented Jan 23, 2021

As seen in #47, using Python to set up the scheduled queries is fragile. I had a better time calling the gcloud CLI directly from bash. Let's replace /queries/schedule.py with a bash script.

It's important to preserve the ability to re-run the schedule setter-upper any time (independent of setup.sh), so this script should be an independent module that setup.sh will invoke.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant