Skip to content

Commit d8520a4

Browse files
committed
fix(data profile): fix the generation profile
1 parent 7367ca7 commit d8520a4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

alias/src/alias/agent/agents/data_source/_data_profiler_factory.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@ def generate_profile(self) -> Dict[str, Any]:
5050
Dictionary containing the complete data profile
5151
"""
5252
try:
53-
self.profile = self.generate_profile()
5453
self.data = self._read_data()
5554
content = self._generate_content(self.prompt, self.data)
5655
# content = self.prompt.format(data=self.data)

0 commit comments

Comments
 (0)