Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
a week ago
We have a table in a workspace we would like to sync to a project. And we can fine choose the database project but we cannot see the database in the first section (Destination), see attached file.
Labels:
- Labels:
-
Delta Lake
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
a week ago
To fix this, ask your catalog admin to run:
GRANT USE_SCHEMA ON SCHEMA your_catalog.your_schema TO `your-email@domain.com`;
GRANT CREATE_TABLE ON SCHEMA your_catalog.your_schema TO `your-email@domain.com`;
Once those grants are in place, the db should appear in the Destination dropdown.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thursday
Did it, thanks apprecitated!