dbt-labs / dbt-athena

The athena adapter plugin for dbt (https://getdbt.com)
https://dbt-athena.github.io
Apache License 2.0
216 stars 92 forks source link

chore: improve function tests for iceberg retries #674

Closed nicor88 closed 2 months ago

nicor88 commented 2 months ago

Description

Functional tests with iceberg retries fail randomly, this PR setup the amount of num_iceberg_retries to the same amount of parallelism.

Also, if fix a minor mistake in the README.

Models used to test - Optional

Checklist

nicor88 commented 2 months ago

@svdimchenko your suggestion is being implemented. Merging now.