Video upload date:  · Duration: PT1H46M27S  · Language: EN

An external system has been set up to pass databricks video

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.

This is a dedicated watch page for a single video.

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?