Skip to content

Commit d7ca0be

Browse files
committed
ci: disable builtin continual tasks
1 parent c6a0480 commit d7ca0be

File tree

3 files changed

+0
-9
lines changed

3 files changed

+0
-9
lines changed

doc/user/content/sql/system-catalog/mz_internal.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1299,8 +1299,6 @@ The `mz_webhook_sources` table contains a row for each webhook source in the sys
12991299
[`timestamp with time zone`]: /sql/types/timestamp
13001300

13011301
<!-- 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 -->
13041302
<!-- RELATION_SPEC_UNDOCUMENTED mz_internal.mz_cluster_workload_classes -->
13051303
<!-- RELATION_SPEC_UNDOCUMENTED mz_internal.mz_compute_error_counts_raw_unified -->
13061304
<!-- 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
13361334
<!-- RELATION_SPEC_UNDOCUMENTED mz_internal.mz_storage_shards -->
13371335
<!-- RELATION_SPEC_UNDOCUMENTED mz_internal.mz_storage_usage_by_shard -->
13381336
<!-- RELATION_SPEC_UNDOCUMENTED mz_internal.mz_type_pg_metadata -->
1339-
<!-- RELATION_SPEC_UNDOCUMENTED mz_internal.mz_wallclock_lag_history_ct -->
13401337
<!-- RELATION_SPEC_UNDOCUMENTED mz_internal.mz_object_oid_alias -->
13411338
<!-- RELATION_SPEC_UNDOCUMENTED mz_internal.mz_objects_id_namespace_types -->
13421339
<!-- RELATION_SPEC_UNDOCUMENTED mz_internal.mz_console_cluster_utilization_overview -->

misc/python/materialize/mzcompose/__init__.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -99,9 +99,6 @@ def get_default_system_parameters(
9999
"enable_compute_correction_v2": "true",
100100
"enable_compute_logical_backpressure": "true",
101101
"enable_connection_validation_syntax": "true",
102-
"enable_continual_task_builtins": (
103-
"true" if version > MzVersion.parse_mz("v0.127.0-dev") else "false"
104-
),
105102
"enable_continual_task_create": "true",
106103
"enable_continual_task_retain": "true",
107104
"enable_continual_task_transform": "true",

test/sqllogictest/autogenerated/mz_internal.slt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -677,10 +677,8 @@ mz_cluster_deployment_lineage
677677
mz_cluster_replica_history
678678
mz_cluster_replica_metrics
679679
mz_cluster_replica_metrics_history
680-
mz_cluster_replica_metrics_history_ct
681680
mz_cluster_replica_name_history
682681
mz_cluster_replica_status_history
683-
mz_cluster_replica_status_history_ct
684682
mz_cluster_replica_statuses
685683
mz_cluster_replica_utilization
686684
mz_cluster_replica_utilization_history
@@ -790,7 +788,6 @@ mz_wallclock_global_lag_histogram_raw
790788
mz_wallclock_global_lag_history
791789
mz_wallclock_global_lag_recent_history
792790
mz_wallclock_lag_history
793-
mz_wallclock_lag_history_ct
794791
mz_webhook_sources
795792
pg_attrdef_all_databases
796793
pg_attribute_all_databases

0 commit comments

Comments
 (0)