You work for MDFT Pro, a well-known training agency that processes student enrollment data from multiple sources. Mark, a Data Engineer at MDFT Pro, is building a data pipeline called EnrollmentIngestion that loads student records into a lakehouse named StudentData. The pipeline needs to be flexible and reusable across different departments, each of which stores data in separate database schemas. To achieve this, Mark creates a pipeline parameter called param1 with a data type of int that will receive a department ID value from an external system. This department ID will be used to filter which records get loaded during each pipeline execution. Mark needs to reference this parameter in various pipeline activities, ensuring the value is properly evaluated and returned as an integer throughout the pipeline’s execution.
How should Mark specify the pipeline expression to access the param1 parameter value as an int?
Choose the correct answer from the options below.
Explanations for each answer: