Features / Enhancements
* **Schedule**: Allow submit jobs to create or update schedules idempotently, 3254, liranbg
* **Jupyter**: Change Mlrun demos branch, 2687, aviaIguazio
* **Demos**: Deploy with python 3.9, 3251, liranbg
* **Examples**: Replace removed `NewTask` with `new_task`, 3256, alonmr
* **Tests**: Add logs to `TestFeatureStoreSparkEngine::test_as_of_join_result`, 3255, davesh0812
* **Run**: Warn artifact path is local and no volume mounts, 3243, alonmr
* **Requirments**: Bump storey to v1.3.14, 3253, assaf758
* **Project**: Add another test case to `artifact_path` usage, 3249, tankilevitch
* **Serving**: Add logger prints, 3244, guy1992l
* **Project**: Add workflows getter and setter, 3247, alonmr
* **Nuclio**: Populate errors to clients, 3241, liranbg
* **Docs**: Jobs and workflows, 3239, yevgenykhazan
* **Test**: Make go test deterministic, 3242, liranbg
* **Projects**: Remove owner name when loading project from remote, 3240, Eyal-Danieli
* **FeatureStore**: Change MLRunStep validate input-params to kwargs., 3217, tomerm-iguazio
* **Runtimes**: Ignore comments on provided requirements file, 3237, liranbg
* **UI**: [Features & enhancement](https://github.com/mlrun/ui/releases/tag/v1.3.0-rc36#features-and-enhancements)
Bug fixes
* **Serving**: Fix serving log prints, 3250, liranbg
* **Projecs**: Fix passed `artifact_path` to have precedence over `project/pipeline_context.artifact_path`, 3246, tankilevitch
* **Data Store**: Fix raise `SQLTarget` don't support aggregation, 3196, davesh0812
* **Datastore**: Fix Spark ingest to Redis with numeric index, 3227, alxtkr77
* **Tests**: Fix system test `test_remote_workflow_source` assertion, 3238, yonishelach
* **UI**: [Bug fixes](https://github.com/mlrun/ui/releases/tag/v1.3.0-rc36#bug-fixes)
Pull requests:
f12e93e8 [Schedule] Allow submit jobs to create or update schedules idempotently (3254)
9a366997 [Jupyter] Change Mlrun demos branch (2687)
edf5fae2 [Demos] Deploy with python 3.9 (3251)
14c9dd96 [Examples] Replace removed `NewTask` with `new_task` (3256)
1a2e96ce [Tests] Add logs to `TestFeatureStoreSparkEngine::test_as_of_join_result` (3255)
edb52339 [Run] Warn artifact path is local and no volume mounts (3243)
6d5efd43 [Requirments] Bump storey to v1.3.14 (3253)
ac3adea1 [Serving] Fix serving log prints (3250)
11200341 [Project] Add another test case to `artifact_path` usage (3249)
f48081a3 [Serving] Add logger prints (3244)
f02b8501 [Project] Add workflows getter and setter (3247)
0c02d007 [Projecs] Fix passed `artifact_path` to have precedence over `project/pipeline_context.artifact_path` (3246)
8452115e [Nuclio] Populate errors to clients (3241)
0509a7af [Data Store] Fix raise `SQLTarget` don't support aggregation (3196)
0365e556 [Datastore] Fix Spark ingest to Redis with numeric index (3227)
8b6dce67 [Docs] Jobs and workflows (3239)
4469e7fa [Test] Make go test deterministic (3242)
f1400c03 [Projects] Remove owner name when loading project from remote (3240)
e9a0b233 [Tests] Fix system test `test_remote_workflow_source` assertion (3238)
50df6c52 [FeatureStore] Change MLRunStep validate input-params to kwargs. (3217)
e8cdd3a6 [Runtimes] Ignore comments on provided requirements file (3237)