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 f897fb6 commit 384303cCopy full SHA for 384303c
src/macaron/build_spec_generator/macaron_db_extractor.py
@@ -236,7 +236,7 @@ def get_sql_stmt_build_as_code_check(component_id: int) -> Select[tuple[BuildAsC
236
.select_from(Component)
237
.join(
238
MappedCheckResult,
239
- onclause=MappedCheckResult.id == Component.id,
+ onclause=MappedCheckResult.component_id == Component.id,
240
)
241
242
CheckFacts,
0 commit comments