Skip to content

Commit c5ec3c9

Browse files
bootstrap
Co-authored-by: Thomas Chow <[email protected]>
1 parent f1709a4 commit c5ec3c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/python/ai/chronon/repo/dag_builder.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ def add_table_info(node: Union[GroupBy, Join, BootstrapPart]):
2222
elif isinstance(node, BootstrapPart):
2323
part_col = node.query.partitionColumn
2424
table_info = TableInfo(
25-
table=c_utils.get_table,
25+
table=f"{node.table}_bootstrap",
2626
partitionColumn=part_col
2727
)
2828
else:

0 commit comments

Comments
 (0)