Hey @lingareddy_Alva ,

Thank you for your response and assistance.

1. The error pops up in my workflow that is running in development mode currently. The code provided seems to be enabling a CDC feed in the Spark configuration, is that equivalent to development mode? I'm deploying my code with Databricks Asset Bundles to a target that has development mode turned on. I tried adding the CDC feed configuration to the table definition, though the 'table does not exist' error remained.

2. I tried adding 'dependencies' to the DLT definition as provided, however this doesn't seem to be a valid parameter for the dlt.table decorator. I also don't see it mentioned in the documentation. Is this parameter for a particular version or channel that I need to configure? Here's the error it gives me:

```

TypeError: table() got an unexpected keyword argument 'dependencies'

```

3. I tried setting schema evolution as described, but I am still receiving the 'table does not exist' error.

I appreciate your help with this; do you have any other suggestions? I've been spending hours trying to get this to work, and I'm almost at the point of just giving up on the ERD feature for the time being.