Snowflake recommends using the insertReport endpoint rather than the loadHistoryScan when working with Snowpipe. Which statement best explains why?

Master the SnowPro Advanced Architect Test with flashcards, multiple-choice questions, and detailed explanations. Prepare thoroughly for your certification!

Multiple Choice

Snowflake recommends using the insertReport endpoint rather than the loadHistoryScan when working with Snowpipe. Which statement best explains why?

Explanation:
The main idea is avoiding API throttling in Snowpipe. The loadHistoryScan endpoint is a heavier, read-oriented operation that scans load history. If you poll it frequently to monitor your loads, you can hit the API’s rate limits and receive a 429 Too Many Requests error, which disrupts ingestion. The insertReport endpoint is designed for reporting the result of a load as part of the ingestion workflow, so it doesn’t rely on the same heavy history-scanning pattern. Using insertReport helps keep the pipeline responsive and avoids triggering throttling, making it the recommended approach. The other options aren’t correct because loadHistoryScan isn’t stated as deprecated, and the benefit isn’t simply “more information” or “real-time streaming only.”

The main idea is avoiding API throttling in Snowpipe. The loadHistoryScan endpoint is a heavier, read-oriented operation that scans load history. If you poll it frequently to monitor your loads, you can hit the API’s rate limits and receive a 429 Too Many Requests error, which disrupts ingestion. The insertReport endpoint is designed for reporting the result of a load as part of the ingestion workflow, so it doesn’t rely on the same heavy history-scanning pattern. Using insertReport helps keep the pipeline responsive and avoids triggering throttling, making it the recommended approach. The other options aren’t correct because loadHistoryScan isn’t stated as deprecated, and the benefit isn’t simply “more information” or “real-time streaming only.”

Subscribe

Get the latest from Passetra

You can unsubscribe at any time. Read our privacy policy