Skip to contents

sql_validate_student_courses will generate the standard sql query for pulling Student Course Validations from Edify. Validations are done through Edify. [Experimental]

Usage

sql_validate_student_courses(data_source, name, context)

Arguments

data_source

The server you will be full from. Currently, Edify.

name

The name you want the SQL file to have in your sql folder. This is a string and must be provided in quotes (e.g., "your_filename.sql").

context

The context of your project. "project", "shiny", and "sandbox". The default is "project".

Value

A sql file in your SQL folder