We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8608499 commit 2b0d1d1Copy full SHA for 2b0d1d1
gcp_cloud_function_sql_export/main.py
@@ -93,6 +93,11 @@ def main(event, context):
93
}
94
95
try:
96
+ logging.info("Requesting project '%s' database instance '%s' runs a backup export to bucket '%s' path '%s'",
97
+ project,
98
+ instance,
99
+ bucket,
100
+ backup_uri)
101
request = service.instances().export(
102
project=project,
103
instance=instance,
0 commit comments