Skip to content

Commit d50f087

Browse files
committed
Temporarily disable BQ from testing due to hangs
1 parent 07f4bac commit d50f087

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

sqlmesh/core/engine_adapter/bigquery.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,6 @@ class BigQueryEngineAdapter(ClusteredByMixin, RowDiffMixin):
6767
MAX_TABLE_COMMENT_LENGTH = 1024
6868
MAX_COLUMN_COMMENT_LENGTH = 1024
6969
SUPPORTS_QUERY_EXECUTION_TRACKING = True
70-
SUPPORTS_EXTERNAL_MODEL_FRESHNESS = True
7170
SUPPORTED_DROP_CASCADE_OBJECT_KINDS = ["SCHEMA"]
7271
INSERT_OVERWRITE_STRATEGY = InsertOverwriteStrategy.MERGE
7372

0 commit comments

Comments
 (0)