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 c389686 commit 9659705Copy full SHA for 9659705
ads/opctl/operator/lowcode/common/data.py
@@ -24,7 +24,6 @@ def __init__(self, spec: dict, name="input_data"):
24
self.data = None
25
self._data_dict = dict()
26
self.name = name
27
- self.data_with_all_cols = None
28
self.load_transform_ingest_data(spec)
29
30
def get_raw_data_by_cat(self, category):
0 commit comments