pablo rodriguez defino

Results 5 issues of pablo rodriguez defino

Currently, when using a file based source implementation to read data from files we have 2 output options: - read only the content of the each line of each file...

java
io
extensions
xml
Next Action: Reviewers

TODO: more info will be added here. GitHub Actions Tests Status (on master branch) ------------------------------------------------------------------------------------------------ [![Build python source distribution and wheels](https://github.com/apache/beam/workflows/Build%20python%20source%20distribution%20and%20wheels/badge.svg?branch=master&event=schedule)](https://github.com/apache/beam/actions?query=workflow%3A%22Build+python+source+distribution+and+wheels%22+branch%3Amaster+event%3Aschedule) [![Python tests](https://github.com/apache/beam/workflows/Python%20tests/badge.svg?branch=master&event=schedule)](https://github.com/apache/beam/actions?query=workflow%3A%22Python+Tests%22+branch%3Amaster+event%3Aschedule) [![Java tests](https://github.com/apache/beam/workflows/Java%20Tests/badge.svg?branch=master&event=schedule)](https://github.com/apache/beam/actions?query=workflow%3A%22Java+Tests%22+branch%3Amaster+event%3Aschedule) [![Go tests](https://github.com/apache/beam/workflows/Go%20tests/badge.svg?branch=master&event=schedule)](https://github.com/apache/beam/actions?query=workflow%3A%22Go+tests%22+branch%3Amaster+event%3Aschedule) See [CI.md](https://github.com/apache/beam/blob/master/CI.md) for...

python
io
gcp

Currently, BigQuery table schema utility and the implementation for StorageWrites for Beam Rows does not support sending rows with properties of type Map or array of Map as part of...

java
io
gcp
Next Action: Reviewers

### What would you like to happen? Currently BigQuery table schema utility, and the implementation for StorageWrites, does not support sending Beam Rows withMaps as part of their schema. ###...

java
io
gcp
new feature
P2