-
### What needs to happen?
At present the Go SDK harness responds to FnAPI Control in order of receipt, other than ProcessBundleRequests which are processed in their own thread.
This may be causing…
-
When using ElasticSearchIO, need the ability to specify the pathPrefix for the ElasticSearch Rest Client. ElasticSearch may not always be running at the `/` root path, for example, if it is deployed …
-
-
There are likely more of these, but I found [a case](https://stackoverflow.com/q/69754812/570918) where `osx-arm64` builds exist but can never be installed due to lack of dependencies:
```bash
CO…
-
### What happened?
The Bigquery Deadletter pattern: https://beam.apache.org/documentation/patterns/bigqueryio/
Does not work on `WriteToBigquery` if `FILE_LOADS` strategy is used. The `insert_retr…
-
### What would you like to happen?
For now, ParquetIO.sink must convert a `org.apache.beam.sdk.values.Row` to a GenericRecord and then use `AvroParquetWriter` to output records to a parquet file.
I…
-
### What happened?
Format strings look like this, but are not exactly the same/consistent.
"Processing stuck in step {step name} for at least {duration} without outputting or completing in state pro…
-
Currently, the ElasticsearchIO transforms have only one way to securely read/write Elasticsearch by using the withKeystorePath builder method and providing the location of a keystore containing a clie…
-
### What would you like to happen?
To my knowledge, there is no way to write protocol buffers to BigQuery using the Python SDK.
I am currently writing them by converting them to a `dict` (or to JS…
-
I ran into what looks like a bug in the Parquet Avro reading code, around trying to read a file written with a previous version of a schema with a new, evolved version of the schema.
I'm using Apac…