A data engineering team has a time-consuming data ingestion job. It has three data sources, and each
data ingestion notebook takes about one hour to load new data. The job had been working fine, loading
data every midnight. However, one day they received an alert message stating the job had failed. Byinvestigating the cause, they figured out that the failed notebook code was updated, and a new required configuration was introduced to parameterize a hardcoded value without notice. Now, the team has to fix the issue as quickly as possible to load the latest data from the failing data source.
Which action should the team take in this scenario?