We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2235073 commit 7084820Copy full SHA for 7084820
functions-python/batch_process_dataset/src/main.py
@@ -314,6 +314,7 @@ def process_dataset(cloud_event: CloudEvent):
314
}
315
"""
316
logging.info("Function Started")
317
+ print("Function Started print")
318
stable_id = "UNKNOWN"
319
bucket_name = os.getenv("DATASETS_BUCKET_NAME")
320
0 commit comments