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 c574fb4 commit 3e5bca5Copy full SHA for 3e5bca5
api/python/ai/chronon/group_by.py
@@ -342,7 +342,7 @@ def validate_group_by(group_by: ttypes.GroupBy):
342
for agg in aggregations:
343
print(agg, group_by.metaData.name)
344
assert agg.inputColumn, (
345
- f"inputColumn is required for all operations, found: inputColumn = {agg.inputColumn} "
+ f"input_column is required for all operations, found: input_column = {agg.inputColumn} "
346
f"and operation {op_to_str(agg.operation)}"
347
)
348
assert (agg.inputColumn in columns) or (agg.inputColumn == "ts"), (
0 commit comments