This commit is contained in:
Yonatan Most 2021-06-17 16:54:11 +03:00
Родитель 589209bf5f
Коммит 327319a3b7
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -1054,7 +1054,7 @@ class ColumnGenerator:
return _AnyTypeColumn(name, quote=True)
# Recommended usage: from pykusto.expressions import column_generator as col
# Recommended usage: from pykusto import column_generator as col
# TODO: Is there a way to enforce this to be a singleton?
column_generator = ColumnGenerator()