Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[snowflake import] add note about ABORT_DETACHED_QUERY #520

Merged
merged 1 commit into from
Feb 14, 2025
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
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 @@
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`

Check warning on line 48 in content/collections/source-catalog/en/snowflake.md

View workflow job for this annotation

GitHub Actions / runner / vale

[vale] reported by reviewdog 🐶 [Amplitude.Contractions] Use 'don't' instead of 'do not'. Raw Output: {"message": "[Amplitude.Contractions] Use 'don't' instead of 'do not'.", "location": {"path": "content/collections/source-catalog/en/snowflake.md", "range": {"start": {"line": 48, "column": 36}}}, "severity": "WARNING"}
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 @@
SELECT ...
FROM your_table
WHERE TO_DATE(event_timestamp) BETWEEN '2024-01-01' AND '2024-01-31'
```
```
Loading