Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
A data engineer in Databricks needs to schedule a notebook to run daily, passing the current date as a parameter. What is the most appropriate feature to use and how should the parameter be passed?
A
Schedule the notebook with Cron jobs and use Scala to get the current date
B
Use Databricks Jobs with %run command and pass the date using dbutils.widgets.get("date")
C
Use Databricks Jobs and specify the date parameter in the job configuration
D
Schedule the notebook in Azure Data Factory and pass the date as a pipeline parameter
E
Implement an Apache Airflow DAG to schedule the notebook and pass the date through Airflow macros