Skip to content
Closed
Show file tree
Hide file tree
Changes from 4 commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
db83140
fix: Add nanosecond timestamp range limitation to MSSQL and Oracle ve…
Apr 18, 2026
4ead185
fix: Correct PostgreSQL accelerator connection pool parameter name an…
Apr 19, 2026
577c5dd
fix: Correct IMAP ssl_mode default from tls to auto
Apr 19, 2026
fb7b1cb
fix: Correct DynamoDB default time_format to include milliseconds
Apr 19, 2026
99740c9
fix: Use lowercase security_protocol values in Kafka and Debezium docs
Apr 18, 2026
a1f1dd1
fix: Add missing DynamoDB parameters to versioned docs
Apr 18, 2026
85601a8
docs: add production deployment guides for RC and GA components (#1524)
lukekim Apr 18, 2026
98bed1a
fix: Correct "Dashbord" typo in Datadog monitoring docs
Apr 20, 2026
159864a
fix: Remove nonexistent duckdb_connection_string and fix param name
Apr 20, 2026
54f8b2d
fix: Remove nonexistent dremio_token parameter from deployment guide
Apr 20, 2026
f4523ed
fix: Correct GraphQL deployment guide parameter names
Apr 20, 2026
8ac9c5a
fix: Add missing connector prefix to azure_storage_client_secret in a…
claudespice Apr 20, 2026
0ed660f
fix: Correct Postgres connector deployment guide defaults and params …
claudespice Apr 20, 2026
da0a4e3
fix: Correct multiple inaccuracies in MySQL deployment guide (#1534)
claudespice Apr 20, 2026
a8a0223
fix: Document PostgreSQL replication parameters for WAL streaming (#1…
claudespice Apr 20, 2026
59d80fa
faq: add incremental ingestion Q and native PostgreSQL replication CD…
lukekim Apr 21, 2026
6986a0b
docs(otel): document runtime.telemetry.metric_prefix, properties, and…
phillipleblanc Apr 21, 2026
338331f
fix: Note scylladb_ssl parameter is not yet implemented
Apr 21, 2026
edb1f90
fix: Correct pg_sslmode default from verify-full to prefer
Apr 21, 2026
166b8b6
Document multi-vector embeddings and late-interaction search
lukekim Apr 21, 2026
c6bbd20
Replace KaTeX expression with plain text (no math plugin configured)
lukekim Apr 21, 2026
ff77178
Release Post for v.2.0.0-rc.3 (#1546)
wyattwenzel Apr 21, 2026
d172a4a
fix: Correct IMAP ssl_mode default from `tls` to `auto` (#1529)
claudespice Apr 21, 2026
384c4b8
fix: Correct PostgreSQL accelerator connection pool parameter name an…
claudespice Apr 21, 2026
2fe576e
fix: Restore MSSQL and Oracle nanosecond timestamp notes from trunk
Copilot Apr 21, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions website/docs/components/data-connectors/dynamodb.md
Original file line number Diff line number Diff line change
Expand Up @@ -303,8 +303,8 @@ This parameter uses Go-style time formatting, which uses a reference time of `Mo

| Format Pattern | Example Value | Description |
| ------------------------------- | ------------------------------- | ------------------------------------------ |
| `2006-01-02T15:04:05Z07:00` | `2024-03-15T14:30:00Z` | ISO8601 / RFC3339 with timezone (default) |
| `2006-01-02T15:04:05.999Z07:00` | `2024-03-15T14:30:00.123-07:00` | ISO8601 with milliseconds and timezone |
| `2006-01-02T15:04:05.000Z07:00` | `2024-03-15T14:30:00.000Z` | ISO8601 / RFC3339 with milliseconds and timezone (default) |
| `2006-01-02T15:04:05.999Z07:00` | `2024-03-15T14:30:00.123-07:00` | ISO8601 with variable-length milliseconds and timezone |
| `2006-01-02T15:04:05` | `2024-03-15T14:30:00` | ISO8601 without timezone (naive timestamp) |
| `2006-01-02 15:04:05` | `2024-03-15 14:30:00` | Date and time with space separator |
| `01/02/2006 15:04:05` | `03/15/2024 14:30:00` | US-style date with time |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -256,8 +256,8 @@ This parameter uses Go-style time formatting, which uses a reference time of `Mo

| Format Pattern | Example Value | Description |
|---------------------------------|---------------------------------|--------------------------------------------|
| `2006-01-02T15:04:05Z07:00` | `2024-03-15T14:30:00Z` | ISO8601 / RFC3339 with timezone (default) |
| `2006-01-02T15:04:05.999Z07:00` | `2024-03-15T14:30:00.123-07:00` | ISO8601 with milliseconds and timezone |
| `2006-01-02T15:04:05.000Z07:00` | `2024-03-15T14:30:00.000Z` | ISO8601 / RFC3339 with milliseconds and timezone (default) |
| `2006-01-02T15:04:05.999Z07:00` | `2024-03-15T14:30:00.123-07:00` | ISO8601 with variable-length milliseconds and timezone |
| `2006-01-02T15:04:05` | `2024-03-15T14:30:00` | ISO8601 without timezone (naive timestamp) |
| `2006-01-02 15:04:05` | `2024-03-15 14:30:00` | Date and time with space separator |
| `01/02/2006 15:04:05` | `03/15/2024 14:30:00` | US-style date with time |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -299,8 +299,8 @@ This parameter uses Go-style time formatting, which uses a reference time of `Mo

| Format Pattern | Example Value | Description |
| ------------------------------- | ------------------------------- | ------------------------------------------ |
| `2006-01-02T15:04:05Z07:00` | `2024-03-15T14:30:00Z` | ISO8601 / RFC3339 with timezone (default) |
| `2006-01-02T15:04:05.999Z07:00` | `2024-03-15T14:30:00.123-07:00` | ISO8601 with milliseconds and timezone |
| `2006-01-02T15:04:05.000Z07:00` | `2024-03-15T14:30:00.000Z` | ISO8601 / RFC3339 with milliseconds and timezone (default) |
| `2006-01-02T15:04:05.999Z07:00` | `2024-03-15T14:30:00.123-07:00` | ISO8601 with variable-length milliseconds and timezone |
| `2006-01-02T15:04:05` | `2024-03-15T14:30:00` | ISO8601 without timezone (naive timestamp) |
| `2006-01-02 15:04:05` | `2024-03-15 14:30:00` | Date and time with space separator |
| `01/02/2006 15:04:05` | `03/15/2024 14:30:00` | US-style date with time |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -255,8 +255,8 @@ This parameter uses Go-style time formatting, which uses a reference time of `Mo

| Format Pattern | Example Value | Description |
|---------------------------------|---------------------------------|--------------------------------------------|
| `2006-01-02T15:04:05Z07:00` | `2024-03-15T14:30:00Z` | ISO8601 / RFC3339 with timezone (default) |
| `2006-01-02T15:04:05.999Z07:00` | `2024-03-15T14:30:00.123-07:00` | ISO8601 with milliseconds and timezone |
| `2006-01-02T15:04:05.000Z07:00` | `2024-03-15T14:30:00.000Z` | ISO8601 / RFC3339 with milliseconds and timezone (default) |
| `2006-01-02T15:04:05.999Z07:00` | `2024-03-15T14:30:00.123-07:00` | ISO8601 with variable-length milliseconds and timezone |
| `2006-01-02T15:04:05` | `2024-03-15T14:30:00` | ISO8601 without timezone (naive timestamp) |
| `2006-01-02 15:04:05` | `2024-03-15 14:30:00` | Date and time with space separator |
| `01/02/2006 15:04:05` | `03/15/2024 14:30:00` | US-style date with time |
Expand Down
Loading