Skip to content

Commit

Permalink
remove session (#110)
Browse files Browse the repository at this point in the history
  • Loading branch information
ewilliams-cloudera authored Jan 24, 2025
1 parent 5a566ce commit 8182f61
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions .project-metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,22 @@ runtimes:
edition: Standard

tasks:
- type: run_session
- type: create_job
name: Download/Install Project Dependencies
entity_label: install_dependencies
arguments: none
script: scripts/01_install_base.py
short_summary: Install Project Dependencies
short_summary: Create Job to Install Project Dependencies
kernel: python3
cpu: 2
memory: 4
environment:
TASK_TYPE: CREATE/RUN_JOB

- type: run_job
entity_label: install_dependencies
short_summary: Run Job to Install Project Dependencies
long_summary: Run Job to Install Project Dependencies

- type: create_job
name: Update/build RAG Studio
Expand Down

0 comments on commit 8182f61

Please sign in to comment.