Exam Certified Data Analyst Associate All QuestionsBrowse all questions from this exam
Question 32

A data analyst has been asked to configure an alert for a query that returns the income in the accounts_receivable table for a date range. The date range is configurable using a Date query parameter.

The Alert does not work.

Which of the following describes why the Alert does not work?

    Correct Answer: C

    The alert does not work because the wrong query parameter is being used. Alerts only work with Date and Time query parameters. Since the query relies on a Date query parameter, ensuring it is correctly configured should resolve the issue.

Discussion
DevscopeOption: A

Be aware that alerts do work with parameterized queries https://docs.databricks.com/en/sql/user/alerts/index.html

MrWood47Option: D

Correct