| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Minimal Databricks bundle workspace with a single example:
setup_python_env.batOptional model groups:
setup_python_env.bat --group activitysim
setup_python_env.bat --group populationsimNote: The default group is now activitysim. Running setup_python_env.bat without --group will install activitysim dependencies.
Generate and upload example CSV:
setup_python_env.bat src\examples\01_local_upload_data.pyDeploy and run resources:
databricks bundle validate --target dev
databricks bundle deploy --target dev
databricks bundle run hello_world_example --target dev
databricks bundle run hello_world_example_pipeline --target devUse notebooks/hello-world.ipynb to run the same example interactively.
Tip: run local upload first so the notebook has data to read:
setup_python_env.bat src\examples\01_local_upload_data.py| Back | FazBrowse Home | New Git URL |