liferoad commented on PR #32737:
URL: https://github.com/apache/beam/pull/32737#issuecomment-2405625821
To make the notebook running fine with Dataproc Flink, we also need to do
this:
```python
from apache_beam.options.pipeline_options import DebugOptions
options.view_as(DebugOptions).add_experiment('disable_logging_submission_environment')
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]