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 b8be612 commit 91b62edCopy full SHA for 91b62ed
api/py/ai/chronon/group_by.py
@@ -559,6 +559,7 @@ def _normalize_source(source):
559
validate_group_by(group_by)
560
return group_by
561
562
+
563
def _copy_source(source: ttypes.Source) -> ttypes.Source:
564
# Hold a reference to the join in a join source so that the
565
# module name can be extracted from GC referrers later on
@@ -574,4 +575,4 @@ def _copy_source(source: ttypes.Source) -> ttypes.Source:
574
575
source_copy.join = join
576
elif isinstance(source_copy, ttypes.Source) and source_copy.joinSource:
577
source_copy.joinSource.join = join
- return source_copy
578
+ return source_copy
0 commit comments