We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07f4bac commit d50f087Copy full SHA for d50f087
1 file changed
sqlmesh/core/engine_adapter/bigquery.py
@@ -67,7 +67,6 @@ class BigQueryEngineAdapter(ClusteredByMixin, RowDiffMixin):
67
MAX_TABLE_COMMENT_LENGTH = 1024
68
MAX_COLUMN_COMMENT_LENGTH = 1024
69
SUPPORTS_QUERY_EXECUTION_TRACKING = True
70
- SUPPORTS_EXTERNAL_MODEL_FRESHNESS = True
71
SUPPORTED_DROP_CASCADE_OBJECT_KINDS = ["SCHEMA"]
72
INSERT_OVERWRITE_STRATEGY = InsertOverwriteStrategy.MERGE
73
0 commit comments