space in object name in UC is not supported. https://docs.databricks.com/aws/en/sql/language-manual/sql-ref-names

are you able to create view and federate that?

example:  CREATE VIEW JetAccounts AS SELECT * FROM [Jet Accounts]
other workaround, use spark.read.format(“jdbc”).option(…)