Skip to content

Commit

Permalink
Updating Scope and Exe sample
Browse files Browse the repository at this point in the history
  • Loading branch information
sanpil committed Dec 13, 2018
1 parent 2295649 commit 791099f
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@
" script_name='script.script',\n",
" inputs=[input_data],\n",
" outputs=[output_ref],\n",
" allow_reuse=False,\n",
" allow_reuse=True,\n",
" adla_account_name='amlplayground-c09', #ADLA Name, could be any ADLA name\n",
" source_directory=script_folder)"
]
Expand Down Expand Up @@ -390,7 +390,7 @@
"outputs": [],
"source": [
"pipeline = Pipeline(\n",
" description=\"Pipeline10\",\n",
" description=\"ScopeAndExePool\",\n",
" workspace=ws, \n",
"# steps=[script_step])\n",
" steps=[script_step, transfer_adls_to_blob, batch_step])"
Expand All @@ -402,7 +402,7 @@
"metadata": {},
"outputs": [],
"source": [
"pipeline_run = exp.submit(pipeline, regenerate_outputs=True)\n",
"pipeline_run = exp.submit(pipeline, regenerate_outputs=False)\n",
"#pipeline_run.wait_for_completion()"
]
},
Expand Down

0 comments on commit 791099f

Please sign in to comment.