Skip to content

Commit

Permalink
docs(ingestion/metabase): Improve ingestion README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
7onn committed Jan 24, 2024
1 parent 0c57b51 commit d9022bc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ on:
push:
branches:
- master
- 7onn/update-metabase-dashboard-url
paths-ignore:
- "docs/**"
- "**.md"
Expand Down
2 changes: 1 addition & 1 deletion metadata-ingestion/developing.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Also take a look at the guide to [adding a source](./adding-source.md).
### Requirements

1. Python 3.7+ must be installed in your host environment.
2. Java8 (gradle won't work with newer versions)
2. Java 17 (gradle won't work with newer or older versions)
4. On Debian/Ubuntu: `sudo apt install python3-dev python3-venv`
5. On Fedora (if using LDAP source integration): `sudo yum install openldap-devel`

Expand Down

0 comments on commit d9022bc

Please sign in to comment.