Kirankumarbs
Contributor III

Verify whether you are passing just the table name or a fully qualified name (catalog.schema.table_name).

If you pass only the simple table name while the code expects a fully qualified name (with dots), this error will occur.