Brahmareddy
Esteemed Contributor II

Hi @suryateja405555, How are you doing today?

As per my understanding, Make sure ETL_data_checks is properly declared in the tasks section of your workflow configuration in the root module. For example, add it with a task_key and its respective properties like notebook_path and cluster_key. Verify that ETL_schema_checks references the correct task_key for ETL_data_checks, ensuring the dependency aligns with the workflow logic. Double-check naming consistency between the task definition and its references to avoid any mismatches. After fixing, validate the asset bundle using the Databricks CLI to ensure there are no errors in the configuration. Lastly, confirm that all tasks have their cluster resources appropriately associated.

Please give a try and let me know if helps. Good day.

Regards,

Brahma