diff --git a/sdks/python/scripts/generate_pydoc.sh b/sdks/python/scripts/generate_pydoc.sh index 1e25f54dc462..48b5e01d55aa 100755 --- a/sdks/python/scripts/generate_pydoc.sh +++ b/sdks/python/scripts/generate_pydoc.sh @@ -80,6 +80,7 @@ excluded_patterns=( 'apache_beam/utils/counters.*' 'apache_beam/utils/windowed_value.*' 'apache_beam/version.py' + 'apache_beam/yaml/integration_tests.py' '**/internal/*' '*_it.py' '*_pb2.py'