Skip to content
Merged
Changes from all commits
Commits
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
Original file line number Diff line number Diff line change
Expand Up @@ -107,16 +107,6 @@ steps and perform a one-time load of your data.

After these steps, you should be able to proceed with [creating a ClickPipe](../index.md).

## Troubleshooting {#troubleshooting}

Initial load for tables can fail with an error:

```sql
ERROR: transparent decompression only supports tableoid system column (SQLSTATE 42P10)
```

You may need to disable [compression](https://docs.timescale.com/api/latest/compression/decompress_chunk) or [hypercore columnstore](https://docs.timescale.com/api/latest/hypercore/convert_to_rowstore) for these tables.

## Configure network access {#configure-network-access}

If you want to restrict traffic to your Timescale instance, please allowlist the [documented static NAT IPs](../../index.md#list-of-static-ips).
Expand Down