johantylor
New Contributor II

You can also prevent this error by making the split logic more flexible. Before trying to separate the table name, check if it actually includes a schema. If it doesn’t, you can assign a default schema or treat it as a single value. This is similar to how apps like MovieBox APK handle different input formats smoothly instead of assuming one fixed structure. Adding a simple check like this can save a lot of debugging time and make the function safer for real-world Databricks workflows.