Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d94946b

Browse files
authored
https prepend to pipeline host string (#88)
1 parent 3c622f5 commit d94946b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

ml/notebook_examples/hosted_kfp/event_triggered_kfp_pipeline_bw.ipynb

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -772,7 +772,8 @@
772772
"\n",
773773
"<a href=\"https://storage.googleapis.com/amy-jo/images/kf-pls/kfp_host_uri.png\" target=\"_blank\"><img src=\"https://storage.googleapis.com/amy-jo/images/kf-pls/kfp_host_uri.png\" width=\"80%\"/></a>\n",
774774
"\n",
775-
"**Edit the following cell with your host URI before running it**."
775+
"**Edit the following cell with your host URI before running it**. \n",
776+
"Even if the popup window snippet does not include it, **prepend `https://` to the host string**."
776777
]
777778
},
778779
{
@@ -784,7 +785,7 @@
784785
"outputs": [],
785786
"source": [
786787
"import kfp\n",
787-
"PIPELINE_HOST = 'your-host-uri.pipelines.googleusercontent.com' # CHANGE THIS"
788+
"PIPELINE_HOST = 'https://your-host-uri.pipelines.googleusercontent.com' # CHANGE THIS"
788789
]
789790
},
790791
{

0 commit comments

Comments
 (0)