Skip to content

Commit 46ff270

Browse files
committed
add required, but empty data for pubsub publish
1 parent ffd8d27 commit 46ff270

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

main.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -204,6 +204,7 @@ def load_processed_files_into_bigquery(event, context):
204204
topic_path = publisher.topic_path(DEFAULT_PROJECT, PUBSUB_TOPIC)
205205
publisher.publish(
206206
topic_path,
207+
b'',
207208
partition=partition,
208209
continue_publishing=str(continue_publishing),
209210
)

0 commit comments

Comments
 (0)