We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a3fde9 commit 7e525bcCopy full SHA for 7e525bc
metadata-ingestion/src/datahub/ingestion/source/tableau/tableau.py
@@ -381,7 +381,7 @@ class TableauConfig(
381
fetch_size: int = Field(
382
default=250,
383
description="[deprecated] Use page_size instead. Specifies the number of records to retrieve in each batch during a query execution.",
384
- exclude=True,
+ hidden_from_docs=True,
385
)
386
387
# We've found that even with a small workbook page size (e.g. 10), the Tableau API often
0 commit comments