Assigned
Status Update
Comments
am...@google.com <am...@google.com> #2
Great point on the regression between Merge! It’s crucial to ensure that foundational standards like ISO/IEC 27001 are added to solidify security and risk management. This certification helps organizations align with best practices, making it a vital step forward in maintaining robust data protection. Thanks for bringing that up! More Info:- https://riskprofs.com/product-category/trainings/information-security/iso-iec-27001/
ts...@monoxer.com <ts...@monoxer.com> #3
I am also interested in this feature for exactly the same purpose (calling Cloud SQL export API with a timestamp). I believe that having very basic variable substitution would greatly expand what Cloud Scheduler can do by itself. It'd be great if you can share any update on this. Thanks!
Description
What you would like to accomplish:
Ability to use time and date macros like
YEAR
,MONTH
,DAY
,HOUR
andMINUTE
of the Cloud Scheduler job invocation time inHttpTarget
fieldsuri
,headers
andbody
.This would allow for example elegant scheduled Cloud SQL exports using the Cloud SQL API directly, without the use of Cloud Functions.
How this might work:
Create a job that creates a Cloud SQL export using date and time macros in the export file name:
If applicable, reasons why alternative solutions are not sufficient:
One could create a Cloud Functions method as a "proxy" for the API call to use macros/variables there but this makes things much more complicated. No-code approach of the Cloud Scheduler calling Google Cloud APIs directly should be preferred.
Other information (workarounds you have tried, documentation consulted, etc):