Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-02-2026 01:31 PM - edited 04-02-2026 01:57 PM
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(…)