Skip to content

Commit

Permalink
fix(Navigation): add missing attribute for flow tab [YTFRONT-4665]
Browse files Browse the repository at this point in the history
  • Loading branch information
KostyaAvtushko committed Jan 31, 2025
1 parent 32d0cb8 commit 7e429ef
Showing 1 changed file with 51 additions and 27 deletions.
78 changes: 51 additions & 27 deletions packages/ui/src/ui/store/actions/navigation/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -276,42 +276,66 @@ export function navigateParent() {
}

const attributesToLoad = [
'id',
'type',
'path',
'schema',
'schema_mode',
'_format',
'_read_schema',
'_restore_path',
'_yql_key_meta',
'_yql_row_spec',
'_yql_subkey_meta',
'_yql_type',
'_yql_value_meta',
'access_time',
'account',
'acl',
'atomicity',
'cluster_name',
'chunk_count',
'chunk_row_count',
'compressed_data_size',
'compression_codec',
'compression_ratio',
'creation_time',
'data_weight',
'default_disk_space',
'disk_space',
'dynamic',
'enable_dynamic_store_read',
'replicated_table_options',
'replica_path',
'erasure_codec',
'id',
'in_memory_mode',
'key',
'owner',
'account',
'creation_time',
'key_columns',
'lock_count',
'lock_mode',
'locks',
'modification_time',
'access_time',
'primary_medium',
'monitoring_cluster',
'monitoring_project',
'mode',
'optimize_for',
'compression_ratio',
'compression_codec',
'owner',
'path',
'pipeline_format_version',
'primary_medium',
'replication_factor',
'key_columns',
'resource_usage',
'schema',
'schema_mode',
'security_tags',
'erasure_codec',
'sorted',
'sorted_by',
'chunk_row_count',
'chunk_count',
'uncompressed_data_size',
'compressed_data_size',
'disk_space',
'default_disk_space',
'data_weight',
'resource_usage',
'locks',
'lock_count',
'lock_mode',
'tablet_state',
'start_time',
'state',
'tablet_cell_bundle',
'tablet_error_count',
'in_memory_mode',
'tablet_state',
'target_path',
'type',
'title',
'timeout',
'uncompressed_data_size',
'leader_controller_address',
'treat_as_queue_consumer',
];

0 comments on commit 7e429ef

Please sign in to comment.