Skip to content

Commit

Permalink
Added additional explanation where manual errors can occur (#6763)
Browse files Browse the repository at this point in the history
* Added additional explanation where manual errors can occur

* Added 'the' name
  • Loading branch information
iddoavn authored Oct 11, 2023
1 parent 1938ef5 commit 7baa307
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/howto/unity-delta-sharing.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@ further assistance.
* Configuration URL
* Access key ID and secret access key for user `lakefs-delta-sharing-service`.

Note: All YAML files extensions used in this guide must be `yaml`. Do not use a `yml` extension instead.
{: .note }

### 2. Initial configuration

Select a secret authorization token to share Unity catalog. Unity catalog will use to authenticate to the lakeFS Delta Sharing server.
Expand Down Expand Up @@ -136,6 +139,9 @@ type: delta
path: path/to/users/
```

Note: The filename of the 'yaml' file containing the table definition must match the 'name' of the table itself. In the example above, '_lakefs_tables/users.yaml'.
{: .note }

When placed inside `_lakefs_tables/users.yaml` this defines a table `users` on the prefix `path/to/users/` (so `path/to/users/` holds the prefix `_delta_log`).

#### Hive tables
Expand Down

0 comments on commit 7baa307

Please sign in to comment.