We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 769e2b4 commit d28a172Copy full SHA for d28a172
.github/workflows/test_cloud.yml
@@ -6,7 +6,7 @@ on: # yamllint disable-line rule:truthy
6
pull_request:
7
branches: main
8
schedule:
9
- - cron: '0 2 * * *' # Nightly run at 2:00 AM UTC
+ - cron: '0 2 * * *' # Nightly run at 2:00 AM UTC
10
11
jobs:
12
cloud_smt_tests:
tests/integration/adapter/materialized_view/test_materialized_view.py
@@ -7,8 +7,8 @@
import pytest
from dbt.adapters.clickhouse.query import quote_identifier
-from dbt.tests.util import check_relation_types, run_dbt
from dbt.tests.fixtures.project import TestProjInfo
+from dbt.tests.util import check_relation_types, run_dbt
13
PEOPLE_SEED_CSV = """
14
id,name,age,department
0 commit comments