Commit 9bff523
committed
feat: add configurable timezone for Snowflake table export
Add `timezone` API parameter to `POST /v2/storage/tables/{table_id}/export-async`
endpoint (Snowflake only). When set, the Exporter configures Snowflake session
timezone before COPY INTO, affecting TIMESTAMP_LTZ column display in exports.
Flows through ExportTableRequest -> TableExportOptions -> Snowflake backend ->
db-import-export ExportOptions which already supports timezone (v4.4.0).1 parent 202c1a2 commit 9bff523
2 files changed
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3415 | 3415 | | |
3416 | 3416 | | |
3417 | 3417 | | |
| 3418 | + | |
3418 | 3419 | | |
3419 | 3420 | | |
3420 | 3421 | | |
| |||
3443 | 3444 | | |
3444 | 3445 | | |
3445 | 3446 | | |
| 3447 | + | |
3446 | 3448 | | |
3447 | 3449 | | |
3448 | 3450 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1771 | 1771 | | |
1772 | 1772 | | |
1773 | 1773 | | |
| 1774 | + | |
1774 | 1775 | | |
1775 | 1776 | | |
1776 | 1777 | | |
| |||
0 commit comments