Skip to content

Commit e3d34d1

Browse files
authored
Documentation: table utilization updates (#2755)
## Changes This PR adds updates the table utilization table: - Missing linter tables. - Since #2678 the assessment workflow also writes to `workflow_problems`.
1 parent 615dafa commit e3d34d1

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

docs/table_persistence.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ Table Utilization:
1414
| permissions | RW | | RW | RO | | RO | | |
1515
| jobs | RW | RW | | | RO | | | |
1616
| clusters | RW | RW | | | | | | |
17+
| directfs_in_paths | RW | | | | | | | RW |
18+
| directfs_in_queries | RW | | | | | | | RW |
1719
| external_locations | RW | | | RO | | | | |
1820
| workspace | RW | | RO | | RO | | | |
1921
| workspace_objects | RW | | | | | | | |
@@ -25,7 +27,8 @@ Table Utilization:
2527
| submit_runs | RW | | | | | | | |
2628
| policies | RW | RW | | | | | | |
2729
| migration_status | | RW | | RW | | RW | | |
28-
| workflow_problems | | | | | | | | RW |
30+
| query_problems | RW | | | | | | | RW |
31+
| workflow_problems | RW | | | | | | | RW |
2932
| udfs | RW | RW | RO | | | | | |
3033
| logs | RW | | RW | RW | | RW | RW | |
3134
| recon_results | | | | | | | RW | |

0 commit comments

Comments
 (0)