Skip to content

Commit

Permalink
Merge pull request #566 from mlrun/1.6.x-dev
Browse files Browse the repository at this point in the history
1.6.x dev
  • Loading branch information
aviaIguazio authored Jan 16, 2024
2 parents f922780 + df75a36 commit 3afb8c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stocks-prediction/01_ingest_news.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -1043,7 +1043,7 @@
"run_config = fstore.RunConfig(function=function, local=False)\n",
"\n",
"# Deploying\n",
"news_set_endpoint, function = fstore.deploy_ingestion_service_v2(featureset=news_set, run_config=run_config)"
"news_set_endpoint, function = news_set.deploy_ingestion_service(run_config=run_config)"
]
},
{
Expand Down

0 comments on commit 3afb8c8

Please sign in to comment.