feat: Output DataFrame only from Directory (#8516)
* feat: Output DataFrame only from Directory * [autofix.ci] apply automated fixes --------- Co-authored-by: Edwin Jose <edwin.jose@datastax.com> Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com> Co-authored-by: Cristhian Zanforlin Lousa <cristhian.lousa@gmail.com>
This commit is contained in:
parent
667b370ca8
commit
955f99ac30
1 changed files with 1 additions and 2 deletions
|
|
@ -67,8 +67,7 @@ class DirectoryComponent(Component):
|
|||
]
|
||||
|
||||
outputs = [
|
||||
Output(display_name="Data", name="data", method="load_directory"),
|
||||
Output(display_name="DataFrame", name="dataframe", method="as_dataframe"),
|
||||
Output(display_name="Loaded Files", name="dataframe", method="as_dataframe"),
|
||||
]
|
||||
|
||||
def load_directory(self) -> list[Data]:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue