Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-19-2024 07:35 AM
That path is reliable but we would recommend not using that path in general.
That's your workspace root storage.
Your data should be in a cloud path of your choosing (s3/adls/gcs) so that you can separate your data out by BU/Project/team etc based on what buckets each one owns.
When you create a schema in HMS you can do
CREATE SCHEMA A LOCATION 's3 path';
Then when you create a table in that Schema, it will be a managed table in a sub-path of the above path.
Now it's not tied to workspace root storage.