Skip to content

Commit

Permalink
added submodule for databricks
Browse files Browse the repository at this point in the history
  • Loading branch information
dishadas168 committed Oct 21, 2023
1 parent a049168 commit c3a043d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
[submodule "demand-forecasting-ebay-azureml"]
path = demand-forecasting-ebay-azureml
url = https://github.com/dishadas168/demand-forecasting-ebay-azureml.git
branch = main
[submodule "demand-forecasting-ebay-databricks"]
path = demand-forecasting-ebay-databricks
url = https://github.com/dishadas168/demand-forecasting-ebay-databricks.git
branch = main
1 change: 1 addition & 0 deletions demand-forecasting-ebay-databricks
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,14 @@ python3 -m venv .venv
(Download MS Python extension)
(Choose python interpreter)

(To start a function)
func init
pip install -r requirements.txt
func new
func start


(To publish the function)
curl -sL https://aka.ms/InstallAzureCLIDeb | sudo bash
az login --use-device-code
func azure functionapp publish scrape-ebay-fns

0 comments on commit c3a043d

Please sign in to comment.