smellslikeml commited on
Commit
8b74918
1 Parent(s): 5169ca2

initial commit

Browse files
Files changed (1) hide show
  1. sheet_extractor.py +2 -0
sheet_extractor.py CHANGED
@@ -32,6 +32,8 @@ class GoogleSheetExtractorTool(DataExtractorTool):
32
  e.x. source_link='https://docs.google.com/spreadsheets/d/SHEETS_ID/'.
33
  Output is a string.
34
  """
 
 
35
 
36
  def fetch_data(self, source_link: str) -> str:
37
  # Set up the credentials
 
32
  e.x. source_link='https://docs.google.com/spreadsheets/d/SHEETS_ID/'.
33
  Output is a string.
34
  """
35
+ inputs = ["text"]
36
+ outputs = ["text"]
37
 
38
  def fetch_data(self, source_link: str) -> str:
39
  # Set up the credentials