chris-celerdata

Results 2 issues of chris-celerdata

# Description Currently, `dbt-starrocks` supports `['append', 'insert_overwrite', 'dynamic_overwrite', 'microbatch']`. Another extremely common strategy is `delete+insert`. This strategy modifies rows by first deleting records that match specified conditions, then inserting the...

enhancement

## Why I'm doing this: In deployment scenarios where BE (Backend) nodes are not directly accessible to clients—such as private networks, Kubernetes clusters, or environments with restrictive network policies—clients cannot...

documentation