Skip to content

Commit

Permalink
[snowflake import] add note about ABORT_DETACHED_QUERY
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaowuc1 committed Feb 14, 2025
1 parent cdf6f24 commit 29aa644
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion content/collections/source-catalog/en/snowflake.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,11 @@ Depending on your company's network policy, you may need to add these IP address
Amplitude's Data Warehouse Import sometimes processes events in parallel, so time-ordered syncing of user and group properties on events isn't guaranteed in the same way as submitting events directly to the Identify and Group Identify APIs.
{{/partial:admonition}}

{{partial:admonition type="note" heading="Long running queries"}}
To ensure that your import queries do not get canceled, set `ABORT_DETACHED_QUERY` to `FALSE`
at the account level.
{{/partial:admonition}}

## Add and configure the Snowflake source

Complete the following steps to configure the Snowflake source:
Expand Down Expand Up @@ -512,4 +517,4 @@ WHERE event_timestamp >= DATEADD(day, -7, CURRENT_DATE())
SELECT ...
FROM your_table
WHERE TO_DATE(event_timestamp) BETWEEN '2024-01-01' AND '2024-01-31'
```
```

0 comments on commit 29aa644

Please sign in to comment.