Skip to content

Commit bb321ee

Browse files
committed
fix: var name
1 parent d9f02c5 commit bb321ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

functions-python/tasks_executor/src/tasks/data_import/data_import_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
from google.cloud import pubsub_v1
66

77
PROJECT_ID = os.getenv("PROJECT_ID")
8-
DATASET_BATCH_TOPIC = os.getenv("DATASET_BATCH_TOPIC_NAME")
8+
DATASET_BATCH_TOPIC = os.getenv("DATASET_PROCESSING_TOPIC_NAME")
99

1010

1111
def trigger_dataset_download(

0 commit comments

Comments
 (0)