You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I cloned the agent template into the Databricks platform and run it until I had an error with the notebook "02_data_pipeline".
When I run the following function parsed_files_df = apply_parsing_udf(), it creates an error saying that the Spark job does not have access to the 'utils' module.
I tried to create a wheel file to package the utils module and install it within the 02_data_pipeline notebook, but it does not work neither.
Could you please check it? Thank you.
The text was updated successfully, but these errors were encountered:
I cloned the agent template into the Databricks platform and run it until I had an error with the notebook "02_data_pipeline".
When I run the following function
parsed_files_df = apply_parsing_udf()
, it creates an error saying that the Spark job does not have access to the 'utils' module.I tried to create a wheel file to package the utils module and install it within the 02_data_pipeline notebook, but it does not work neither.
Could you please check it? Thank you.
The text was updated successfully, but these errors were encountered: