-
Hi Folks,
First and foremost, I've spent the last few hours working my way through your blog posts, RTD documentation, and source code documentation and really like where you guys are going with ka…
-
I needed to delete something like 30 local branch, so I opened the repository view and used the delete option.
Something annoying is that when you right click on a menu item, it selects the item. …
-
I wanted to excute a pre_hook query like this
`
{{
config(materialized='view',pre_hook="drop table if exists my_first_dbt_model")
}}
`
But I found that in athena , the sql become
`
-- /* …
-
We need to understand why Iceberg is doing so much better than Hive on Prestissimo for Q23.
![image](https://github.com/prestodb/presto/assets/6643318/45832b22-3db2-489f-bcc8-81669a846add)
[Dashboar…
-
## Feature request
#### Which Delta project/connector is this regarding?
- [ ] Spark
- [ ] Standalone
- [x] Flink
- [ ] Kernel
- [ ] Other (fill in here)
### Overview
Does Delta Un…
-
I want to set local AWS Glue development environment. I created Glue Catalog Database.
I created an IAM user with full S3, Glue, Athena access. Granted the IAM user with super permission for Glue C…
-
### Is this a possible security vulnerability?
- [X] This is NOT a possible security vulnerability
### Describe the bug
With proper settings, spark can fail on credential vending when perform…
-
### Terraform Core Version
1.6.6
### AWS Provider Version
5.38.0,5.16.1, 5.52.0
### Affected Resource(s)
resource "aws_glue_catalog_table"
### Expected Behavior
The following acti…
-
# Use schema-rich format for Enrich stage good stream output
Hi Team,
I think there are multiple threads and discussions around this topic. I could find most of them outdated or cold.
I am per…
-
### Description
I love the lazy reading for Iceberg. It's great.
If Polars support writes back to an Iceberg catalog, that would make it a really powerful too working alongside the sql engines and…