Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-15-2023 08:16 AM
Your answer was close but still had the error. This is what we found to work in our snowflake query from a data bricks data frame:
.option("query", "select * from Database.schema.\"Table_/Name_/V\"") \
This was because the query was already inside quotes.