Skip to content

Commit

Permalink
Documentation: table utilization updates (#2755)
Browse files Browse the repository at this point in the history
## Changes

This PR adds updates the table utilization table:

 - Missing linter tables.
- Since #2678 the assessment workflow also writes to
`workflow_problems`.
  • Loading branch information
asnare authored Sep 26, 2024
1 parent 615dafa commit e3d34d1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/table_persistence.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ Table Utilization:
| permissions | RW | | RW | RO | | RO | | |
| jobs | RW | RW | | | RO | | | |
| clusters | RW | RW | | | | | | |
| directfs_in_paths | RW | | | | | | | RW |
| directfs_in_queries | RW | | | | | | | RW |
| external_locations | RW | | | RO | | | | |
| workspace | RW | | RO | | RO | | | |
| workspace_objects | RW | | | | | | | |
Expand All @@ -25,7 +27,8 @@ Table Utilization:
| submit_runs | RW | | | | | | | |
| policies | RW | RW | | | | | | |
| migration_status | | RW | | RW | | RW | | |
| workflow_problems | | | | | | | | RW |
| query_problems | RW | | | | | | | RW |
| workflow_problems | RW | | | | | | | RW |
| udfs | RW | RW | RO | | | | | |
| logs | RW | | RW | RW | | RW | RW | |
| recon_results | | | | | | | RW | |
Expand Down

0 comments on commit e3d34d1

Please sign in to comment.