Skip to content

Commit

Permalink
Merge pull request #565 from aviaIguazio/stocks
Browse files Browse the repository at this point in the history
[stocks] update deploy ingestion service api
  • Loading branch information
aviaIguazio authored Jan 16, 2024
2 parents f175acc + e92a62c commit df75a36
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 df75a36

Please sign in to comment.