File tree 3 files changed +0
-9
lines changed
doc/user/content/sql/system-catalog
misc/python/materialize/mzcompose
test/sqllogictest/autogenerated 3 files changed +0
-9
lines changed Original file line number Diff line number Diff line change @@ -1299,8 +1299,6 @@ The `mz_webhook_sources` table contains a row for each webhook source in the sys
1299
1299
[ `timestamp with time zone` ] : /sql/types/timestamp
1300
1300
1301
1301
<!-- RELATION_SPEC_UNDOCUMENTED mz_internal.mz_activity_log_thinned -->
1302
- <!-- RELATION_SPEC_UNDOCUMENTED mz_internal.mz_cluster_replica_metrics_history_ct -->
1303
- <!-- RELATION_SPEC_UNDOCUMENTED mz_internal.mz_cluster_replica_status_history_ct -->
1304
1302
<!-- RELATION_SPEC_UNDOCUMENTED mz_internal.mz_cluster_workload_classes -->
1305
1303
<!-- RELATION_SPEC_UNDOCUMENTED mz_internal.mz_compute_error_counts_raw_unified -->
1306
1304
<!-- RELATION_SPEC_UNDOCUMENTED mz_internal.mz_continual_tasks -->
@@ -1336,7 +1334,6 @@ The `mz_webhook_sources` table contains a row for each webhook source in the sys
1336
1334
<!-- RELATION_SPEC_UNDOCUMENTED mz_internal.mz_storage_shards -->
1337
1335
<!-- RELATION_SPEC_UNDOCUMENTED mz_internal.mz_storage_usage_by_shard -->
1338
1336
<!-- RELATION_SPEC_UNDOCUMENTED mz_internal.mz_type_pg_metadata -->
1339
- <!-- RELATION_SPEC_UNDOCUMENTED mz_internal.mz_wallclock_lag_history_ct -->
1340
1337
<!-- RELATION_SPEC_UNDOCUMENTED mz_internal.mz_object_oid_alias -->
1341
1338
<!-- RELATION_SPEC_UNDOCUMENTED mz_internal.mz_objects_id_namespace_types -->
1342
1339
<!-- RELATION_SPEC_UNDOCUMENTED mz_internal.mz_console_cluster_utilization_overview -->
Original file line number Diff line number Diff line change @@ -99,9 +99,6 @@ def get_default_system_parameters(
99
99
"enable_compute_correction_v2" : "true" ,
100
100
"enable_compute_logical_backpressure" : "true" ,
101
101
"enable_connection_validation_syntax" : "true" ,
102
- "enable_continual_task_builtins" : (
103
- "true" if version > MzVersion .parse_mz ("v0.127.0-dev" ) else "false"
104
- ),
105
102
"enable_continual_task_create" : "true" ,
106
103
"enable_continual_task_retain" : "true" ,
107
104
"enable_continual_task_transform" : "true" ,
Original file line number Diff line number Diff line change @@ -677,10 +677,8 @@ mz_cluster_deployment_lineage
677
677
mz_cluster_replica_history
678
678
mz_cluster_replica_metrics
679
679
mz_cluster_replica_metrics_history
680
- mz_cluster_replica_metrics_history_ct
681
680
mz_cluster_replica_name_history
682
681
mz_cluster_replica_status_history
683
- mz_cluster_replica_status_history_ct
684
682
mz_cluster_replica_statuses
685
683
mz_cluster_replica_utilization
686
684
mz_cluster_replica_utilization_history
@@ -790,7 +788,6 @@ mz_wallclock_global_lag_histogram_raw
790
788
mz_wallclock_global_lag_history
791
789
mz_wallclock_global_lag_recent_history
792
790
mz_wallclock_lag_history
793
- mz_wallclock_lag_history_ct
794
791
mz_webhook_sources
795
792
pg_attrdef_all_databases
796
793
pg_attribute_all_databases
You can’t perform that action at this time.
0 commit comments