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 9931bfe commit 07403ccCopy full SHA for 07403cc
main.py
@@ -209,7 +209,7 @@ def load_processed_files_into_bigquery(event, context):
209
publisher = pubsub_v1.PublisherClient()
210
topic_path = publisher.topic_path(DEFAULT_PROJECT, PUBSUB_TOPIC)
211
print(
212
- "Publishing to {topic_path}: partition={partition},continue_publishing={str(continue_publishing)}"
+ f"Publishing to {topic_path}: partition={partition},continue_publishing={str(continue_publishing)}"
213
)
214
future = publisher.publish(
215
topic_path,
0 commit comments