Erin Drummond

Results 7 issues of Erin Drummond

## Linux distribution and version Fedora 30 ## Flatpak version 1.2.4 ## Description of the problem `flatpak run` allows you to pass extra arguments to the `command` specified within the...

enhancement
cli

This PR makes the `batch_index` available when filling snapshots, so `EvaluationStrategy`'s can take it into account when making decisions. Prior to this, for `kind`'s like INCREMENTAL_BY_UNIQUE_KEY, if: - You had...

On Trino/Iceberg (and potentially other engines; unconfirmed), the following model doesnt backfill correctly: ``` MODEL ( name datalake_iceberg.stg_premium_day4, kind INCREMENTAL_BY_UNIQUE_KEY ( unique_key id, batch_size 1 ), start '2020-01-01', cron '@daily'...

Bug

Based on issue a user reported in Slack: https://tobiko-data.slack.com/archives/C044BRE5W4S/p1744125717966919?thread_ts=1742833178.418699&cid=C044BRE5W4S The table_diff [creates a temporary table](https://github.com/TobikoData/sqlmesh/blob/9952bbba55b53c5f8dff06fa8d2cc82636406e92/sqlmesh/core/table_diff.py#L425) in order to hold the diff results. In the case of Athena, this temporary table...

Bug
Engine: Athena

the dbt cli allows a certain set of "global" options to be defined both at top level (before a subcommand) and at the subcommand level. This means that the following...

AWS has introduced a feature called [S3 Tables](https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-tables.html) where specific [table buckets](https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-tables-buckets.html) in S3 are designated for storage of data in lakehouse formats (eg Iceberg). This brings some benefits: -...

Feature
Engine: Redshift
Engine: DuckDB
Engine: Trino
Engine: Athena

I would like to use the "Text Blocks" feature of Java 13. I have the Java 13 JDK installed and that is being picked up correctly by VSCode. In addition,...

preferences
compile
ux