Skip to content

Commit 9821635

Browse files
committed
address review comment
1 parent c53d647 commit 9821635

File tree

1 file changed

+0
-6
lines changed
  • metadata-ingestion/src/datahub/ingestion/source/tableau

1 file changed

+0
-6
lines changed

metadata-ingestion/src/datahub/ingestion/source/tableau/tableau.py

-6
Original file line numberDiff line numberDiff line change
@@ -381,12 +381,6 @@ class TableauConfig(
381381
description="[advanced] Number of metadata objects (e.g. CustomSQLTable, PublishedDatasource, etc) to query at a time using the Tableau API.",
382382
)
383383

384-
fetch_size: int = Field(
385-
default=250,
386-
description="[removed] The 'fetch_size' field is no longer used. Please use 'page_size' instead.",
387-
hidden_from_docs=True,
388-
)
389-
390384
# We've found that even with a small workbook page size (e.g. 10), the Tableau API often
391385
# returns warnings like this:
392386
# {

0 commit comments

Comments
 (0)