Skip to content

Commit 2e574b9

Browse files
authored
correct file path
1 parent 4d2edd1 commit 2e574b9

File tree

1 file changed

+2
-2
lines changed
  • docs/integrations/data-ingestion/clickpipes/object-storage/google-cloud-storage

1 file changed

+2
-2
lines changed

docs/integrations/data-ingestion/clickpipes/object-storage/google-cloud-storage/01_overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ sidebar_position: 1
66
title: 'Integrating Google Cloud Storage with ClickHouse Cloud'
77
---
88

9-
import cp_iam from '@site/static/images/integrations/data-ingestion/clickpipes/object-storage/google-cloud-storage/cp_iam.png';
9+
import cp_iam from '@site/static/images/integrations/data-ingestion/clickpipes/object-storage/amazon-s3/cp_iam.png';
1010
import cp_credentials from '@site/static/images/integrations/data-ingestion/clickpipes/object-storage/google-cloud-storage/cp_credentials.png';
1111
import Image from '@theme/IdealImage';
1212

@@ -139,4 +139,4 @@ The GCS ClickPipe uses on the Cloud Storage [XML API](https://docs.cloud.google.
139139
### View support {#view-support}
140140
Materialized views on the target table are also supported. ClickPipes will create staging tables not only for the target table, but also any dependent materialized view.
141141

142-
We do not create staging tables for non-materialized views. This means that if you have a target table with one of more downstream materialized views, those materialized views should avoid selecting data via a view from the target table. Otherwise, you may find that you are missing data in the materialized view.
142+
We do not create staging tables for non-materialized views. This means that if you have a target table with one of more downstream materialized views, those materialized views should avoid selecting data via a view from the target table. Otherwise, you may find that you are missing data in the materialized view.

0 commit comments

Comments
 (0)