João Esteves
João Esteves
**Describe the bug** When trying to convert a Tortoise model to a Pydantic model with `pydantic_model_creator`, an **KeyError** exception is thrown. **To Reproduce** In this example, I try to assign...
I am currently consuming metrics exposed by an OpenTelemetry agent, but when I try to convert the Protobuf metrics to JSON, the "oneOf" occurences are being translated to a dict...
Hi I am trying to use a timestamp column as the partition column, but when I try to parse it, I only receive `dt=1970-01-01` as the result. The value of...
Add BigQueryContainer based on [BigQueryEmulatorContainer.java](https://github.com/testcontainers/testcontainers-java/blob/main/modules/gcloud/src/main/java/org/testcontainers/containers/BigQueryEmulatorContainer.java)
### Description Currently, all Google operations demands valid credentials to connect with GCP, but when trying to mock Google services using emulators, we are giving the opportunity to redirect all...
## Overview At this moment, when making any BatchRequests, the any primitive value in the results that are not strings are not being properly deserialized. That is because the case...