Skip to content

Commit db48d2c

Browse files
committed
uncomment integration tests & fix dupicate migration
1 parent 9993f37 commit db48d2c

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

.circleci/continue_config.yml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -300,23 +300,23 @@ workflows:
300300
name: cloud_engine_<< matrix.engine >>
301301
context:
302302
- sqlmesh_cloud_database_integration
303-
# requires:
304-
# - engine_tests_docker
303+
requires:
304+
- engine_tests_docker
305305
matrix:
306306
parameters:
307307
engine:
308-
# - snowflake
309-
# - databricks
310-
# - redshift
308+
- snowflake
309+
- databricks
310+
- redshift
311311
- bigquery
312-
# - clickhouse-cloud
313-
# - athena
314-
# - fabric
315-
# - gcp-postgres
316-
# filters:
317-
# branches:
318-
# only:
319-
# - main
312+
- clickhouse-cloud
313+
- athena
314+
- fabric
315+
- gcp-postgres
316+
filters:
317+
branches:
318+
only:
319+
- main
320320
- ui_style
321321
- ui_test
322322
- vscode_test

sqlmesh/migrations/v0099_add_grants_and_grants_target_layer.py renamed to sqlmesh/migrations/v0100_add_grants_and_grants_target_layer.py

File renamed without changes.

0 commit comments

Comments
 (0)