We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a04cf72 commit 60cbf22Copy full SHA for 60cbf22
python_modules/libraries/dagster-dbt/dagster_dbt/cloud_v2/asset_decorator.py
@@ -57,5 +57,5 @@ def dbt_cloud_assets(
57
dagster_dbt_translator=dagster_dbt_translator,
58
select=select,
59
exclude=exclude,
60
- )
+ ),
61
)
python_modules/libraries/dagster-dbt/dagster_dbt/cloud_v2/run_handler.py
@@ -3,12 +3,12 @@
3
4
from dagster import (
5
AssetCheckEvaluation,
6
+ AssetCheckResult,
7
AssetCheckSeverity,
8
AssetExecutionContext,
9
AssetMaterialization,
10
MetadataValue,
11
Output,
- AssetCheckResult,
12
13
from dagster._annotations import preview
14
from dagster._record import record
0 commit comments