File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed
Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 6363 "google-cloud-bigquery-storage" ,
6464 "black==22.6.0" ,
6565 "dbt-core" ,
66- "dbt-duckdb" ,
66+ "dbt-duckdb>=1.4.2 " ,
6767 "Faker" ,
6868 "google-auth" ,
6969 "isort==5.10.1" ,
Original file line number Diff line number Diff line change 1010from dbt .config import Profile , Project , RuntimeConfig
1111from dbt .config .profile import read_profile
1212from dbt .config .renderer import DbtProjectYamlRenderer , ProfileRenderer
13- from dbt .contracts .graph .manifest import Macro , Manifest
14- from dbt .contracts .graph .nodes import ManifestNode , SourceDefinition
1513from dbt .parser .manifest import ManifestLoader
1614from dbt .tracking import do_not_track
1715from dbt .version import get_installed_version
2321from sqlmesh .dbt .source import SourceConfig
2422from sqlmesh .utils .jinja import MacroInfo , MacroReference
2523
24+ if t .TYPE_CHECKING :
25+ from dbt .contracts .graph .manifest import Macro , Manifest
26+ from dbt .contracts .graph .nodes import ManifestNode , SourceDefinition
27+
2628ModelConfigs = t .Dict [str , ModelConfig ]
2729SeedConfigs = t .Dict [str , SeedConfig ]
2830SourceConfigs = t .Dict [str , SourceConfig ]
You can’t perform that action at this time.
0 commit comments