Skip to content
This repository was archived by the owner on Jun 30, 2022. It is now read-only.

Commit c6efa09

Browse files
silviulicagildea
authored andcommitted
Add message with Dataflow monitoring URL for the submitted job
----Release Notes---- [] ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=117271003
1 parent cfc6c76 commit c6efa09

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

google/cloud/dataflow/internal/apiclient.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -428,6 +428,10 @@ def create_job(self, job):
428428
logging.info('Create job: %s', response)
429429
# The response is a Job proto with the id for the new job.
430430
logging.info('Created job with id: [%s]', response.id)
431+
logging.info(
432+
'To accesss the Dataflow monitoring console, please navigate to '
433+
'https://console.developers.google.com/project/%s/dataflow/job/%s',
434+
self.google_cloud_options.project, response.id)
431435

432436
# Show the whitelisting warning. Projects should be whitelisted prior to
433437
# submitting jobs to Google Cloud Dataflow service. Please see documentation

0 commit comments

Comments
 (0)