Skip to content

Commit e9c6bcc

Browse files
authored
Merge pull request #6585 from segmentio/fix_image_size
resizing image to reduce blur [netlify-build]
2 parents 906c331 + a64bae3 commit e9c6bcc

File tree

5 files changed

+2
-2
lines changed

5 files changed

+2
-2
lines changed

src/engage/images/conditions.png

234 KB
Loading
387 KB
Loading

src/unify/images/snowflake-setup.png

420 KB
Loading

src/unify/linked-profiles/data-graph.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ data_graph {
277277
```
278278
## Data Graph Example
279279

280-
![An example of a Data Graph](/docs/unify/images/data-graph-example.png)
280+
<img src="/docs/unify/images/data-graph-example.png" alt="An example of a Data Graph" width="5888"/>
281281

282282
```py
283283
data_graph {

src/unify/linked-profiles/setup-guides/snowflake-setup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Log in to Snowflake with admin privileges to provide Segment Linked Profiles wit
1919

2020
Segment requires the following settings to connect to your Snowflake warehouse.
2121

22-
![Connect Snowflake to the Data Graph](/docs/unify/images/snowflake-setup.png)
22+
<img src="/docs/unify/images/snowflake-setup.png" alt="Connect Snowflake to the Data Graph" width="5888"/>
2323

2424
- **Account ID**: The Snowflake account ID that uniquely identifies your organization account.
2525
- **Database Name**: The only database that Segment requires write access to in order to create tables for internal bookkeeping. This database is referred to as `segment_connection_db` in the script below.

0 commit comments

Comments
 (0)