Skip to content

Commit 7e525bc

Browse files
committed
hide from doc
1 parent 1a3fde9 commit 7e525bc

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -381,7 +381,7 @@ class TableauConfig(
381381
fetch_size: int = Field(
382382
default=250,
383383
description="[deprecated] Use page_size instead. Specifies the number of records to retrieve in each batch during a query execution.",
384-
exclude=True,
384+
hidden_from_docs=True,
385385
)
386386

387387
# We've found that even with a small workbook page size (e.g. 10), the Tableau API often

0 commit comments

Comments
 (0)