Andre Luis Anastacio

Results 67 comments of Andre Luis Anastacio

@TeddyCr Yes! Is there any documentation about how to implement a connector?

Hello @Fokko, I'd like to resolve this issue. I just want to confirm the expected behavior. Since we are replacing ADLFS with ADLS, I believe the expected behavior should be...

Does it make sense for a method suffixed with "exists" to never return false? As I mentioned, and as it is in the [Java implementation](https://github.com/apache/iceberg/blob/97e034b2cec9408a6f792c410a8eb8dddb452e14/api/src/main/java/org/apache/iceberg/catalog/Catalog.java#L283), when a 404 status is...

Sorry @ofek1weiss, I misunderstood the problem. I have now made the correct fix, but we need to wait for this fix from [dbt-trino](https://github.com/starburstdata/dbt-trino/pull/427)

I was informed that the correct macro exists in the [dbt-utils-trino](https://github.com/starburstdata/dbt-trino-utils), so to make this work properly, we need to have this package. @ofek1weiss, how can we use this library,...

I removed the QueryCountBasedRouterProvider, but the latest query from dbt is being routed to the adhoc group. The difference is that the latest query is a CREATE TABLE statement. I...

Sometimes this error appears in the log ``` 2024-09-26T22:50:44.831Z ERROR http-worker-62 io.trino.gateway.ha.router.RuleReloadingRoutingGroupSelector Error opening rules configuration file, using routing group header as default. com.google.common.base.VerifyException: Identifier cannot be empty or null...

I discovered that this error only happens when the requestAnalyzerConfig is set to True. Here is an example of the query: ```sql CREATE OR REPLACE TABLE "catalog"."database"."example_table" WITH ( "extra_properties"...

I performed another test using the Tabular catalog, attempting to scan the sandbox warehouse in the examples namespace, specifically targeting the nyc_taxi_yellow table, but it returned no results.

I found the problem. I don’t know how to solve it, but I will try. The `while let Some(Ok(task)) = tasks.next().await statement` is hiding some errors. In my previous attempt,...