Andre Luis Anastacio

Results 20 issues of Andre Luis Anastacio

Dare::AnimationState does not exists. Maybe I can help implementing this class, but I need to know how it works :D

bug

**Is your feature request related to a problem? Please describe.** I'm using Google SSO on my own Airflow cluster and I want to use my Airflow cluster to orchestrate the...

## Description This PR allows us to pass through additional properties to Iceberg when creating a table in Trino. The additional properties can be provided in the following format ```...

cla-signed
docs
iceberg

Hello, I'm implementing CDC with Iceberg, and currently, I have several columns that are JSONB and in some UPDATE events, when they are not updated, they end up returning with...

question

The add missing libspec example from clj-refactor.el dons't works. https://github.com/clojure-emacs/clj-refactor.el/blob/master/examples/add-missing-libspec.gif

Adjusts the supported Python versions to exclude 3.9.7, as importing the catalog module on this version results in an unexpected error. The issue does not occur in versions 3.9.6 or...

### Feature Request / Improvement Hello, when I was trying to solve the #497 issue, I noticed that we are exposing the private API and we have some imports through...

**Describe the solution you'd like** Integration with [Cube Dev](https://cube.dev/), to enable lineage tracking between the [DBT Models and Cubes](https://cube.dev/docs/guides/dbt), and the [Cubes](https://cube.dev/docs/reference/data-model/cube) and [Views](https://cube.dev/docs/reference/data-model/view), and then between the View or...

enhancement
good-first-issue
connectors

I'm testing using the [iceberg rest image](https://github.com/tabular-io/iceberg-rest-image) from Tabular as a catalog. Here's the docker-compose.yml file: ```yaml version: '3.8' services: rest: image: tabulario/iceberg-rest:0.10.0 environment: - AWS_ACCESS_KEY_ID=admin - AWS_SECRET_ACCESS_KEY=password - AWS_REGION=us-east-1...

Java Implementation: https://github.com/apache/iceberg/blob/main/aws/src/main/java/org/apache/iceberg/aws/s3/signer/S3V4RestSignerClient.java Python Implementation: https://github.com/apache/iceberg-python/blob/main/pyiceberg/io/fsspec.py#L83-L108 Server Side Signer Spec: https://github.com/apache/iceberg/blob/main/aws/src/main/resources/s3-signer-open-api.yaml