Skip to content

Source Insert Functions faqs updated [DOC-1158] #7792

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

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
Open
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
9 changes: 7 additions & 2 deletions src/connections/functions/source-insert-functions.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,12 +88,16 @@ The errors listed are all permanent errors, except `RetryError`. When a `RetryEr

##### Why does the Delivery Overview tab not display any errors that occur within the source insert function?

Errors in the Delivery Overview tab are not yet visible and is a work in progress.
Errors in the Delivery Overview tab are not yet visible and is a work in progress.

##### Can I test the function with different event types?

You can test the function with different event types from the **Test** tab in the code editor, similar to other functions.

##### Can I replay events that were dropped because of errors?

Segment doesn't allow you to replay events, regardless of the error status.

##### Can I use source insert functions for all types of sources?

Source insert functions only work for event sources, not object sources or rETL.
Expand All @@ -117,5 +121,6 @@ Segment supports Node.js V18 and installs the dependencies listed [here](https:/
- `snowflake-sdk` exposed as `snowflakesdk.snowflakesdk`
- `@clickhouse/client` exposed as `clickHouseClient.clickHouseClient`
- `aws4` exposed as `aws4.aws4`
- `@sentry/node` exposed as `sentrylib.sentry`
- `@sentry/node` exposed as `sentrylib.sentry`