Sergei Lilichenko
Sergei Lilichenko
Dataflow logs should have a line like this: `Console log from launcher will be available at gs:///tmp/template_launches/2021-12-16_09_02_11-1572174414494443259/console_logs.` That should be the output of the launcher process which runs main() of...
Yes, that's the idea - have a single source of truth and have it visible.
Yes, I saw them. You also have cases like [BigQueryOptions](https://github.com/apache/beam/blob/8df6f67c65b4888c45c31e088fb463972c4ec76b/sdks/java/io/google-cloud-platform/src/main/java/org/apache/beam/sdk/io/gcp/bigquery/BigQueryOptions.java), which has no JavaDoc, but uses JavaDoc style in `@Description`. Perhaps that can be a middle ground, admittedly imperfect. Also,...
Please keep it
The code sample you provided has a subtle bug. It works for a short period of time, and then the auth token will expire and the calls will start failing....