Skip to content

Commit 99fc466

Browse files
committed
fixed streaming option
1 parent 351f874 commit 99fc466

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

notebooks/fraudfinder/25_dataflow_streaming_inference_featurestore.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -400,7 +400,7 @@
400400
" output_terminals_table_bq = f\"{PROJECT_ID}.tx.t_terminals_streaming_features\"\n",
401401
" \n",
402402
" # Setup pipeline options for deploying to dataflow\n",
403-
" pipeline_options = PipelineOptions(streaming=False, \n",
403+
" pipeline_options = PipelineOptions(streaming=True,\n",
404404
" save_main_session=True,\n",
405405
" runner=\"DataflowRunner\",\n",
406406
" project=PROJECT_ID,\n",

0 commit comments

Comments
 (0)