A simple Streamlit app template for you to modify!
-
Install the requirements
$ pip install -r requirements.txt
-
Run the app
$ streamlit run streamlit_app.py
- analyst
- data_owner
Column Name | Column Type |
---|---|
uid | SERIAL ->PK |
first_name | VARCHAR(50) |
last_name | VARCHAR(50) |
role | user_rol] |
- Created
- Ready
- Running
- Failed
- Completed
Column Name | Column Type |
---|---|
aid | SERIAL ->PK |
analysis_name | TEXT NOT NULL |
analyst_id | INTEGER REFERENCES user(user_id) |
time_created | datetime DEFAULT NOW() |
details | JSONB NOT NULL |
owners_registered | SERIAL[] |
status | analysis_status NOT NULL |