Certification Practice Exams with Real Test Questions & Answers

An external system has been set up to pass databricks video

 ·  PT1H46M27S  ·  EN

data-engineer-professional video for an external system has been set up to pass the date for a specific batch of data as a parameter to the Databricks Jobs API.

Full Certification Question

An external system has been set up to pass the date for a specific batch of data as a parameter to the Databricks Jobs API. The notebook scheduled for execution needs to use this parameter to load data using the following code: df = spark.read.format("parquet").load(f"/mnt/source/(date)") Which code block should be used to define the date Python variable required in this code?