mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-08-19 22:49:00 +00:00
parent
485fdea7b1
commit
ec1e3a2d61
2
.gitignore
vendored
2
.gitignore
vendored
@ -77,6 +77,8 @@ openmetadata-ui/src/main/resources/ui/tsconfig.tsbuildinfo
|
||||
|
||||
# Python generated sources
|
||||
ingestion/src/metadata/generated/**
|
||||
ingestion/requirements.txt
|
||||
ingestion/.python-version
|
||||
|
||||
# MLFlow
|
||||
mlruns/
|
||||
|
@ -1,6 +1,8 @@
|
||||
# Run Integration Tests
|
||||
|
||||
{% hint style="info" %}
|
||||
**The integration tests don't work at the moment.**
|
||||
|
||||
Make sure OpenMetadata is up and running. Refer to instructions [building and running](build-code-run-tests.md).
|
||||
{% endhint %}
|
||||
|
||||
|
@ -1,15 +0,0 @@
|
||||
click~=7.1.2
|
||||
pydantic~=1.7.4
|
||||
requests~=2.25.1
|
||||
python-dateutil~=2.8.1
|
||||
SQLAlchemy~=1.4.5
|
||||
commonregex~=1.5.4
|
||||
setuptools~=57.0.0
|
||||
PyHive~=0.6.4
|
||||
ldap3~=2.9.1
|
||||
fastavro>=1.2.0
|
||||
google~=3.0.0
|
||||
PyMySQL~=1.0.2
|
||||
great-expectations>=0.13.31
|
||||
elasticsearch~=7.13.4
|
||||
neo4j~=4.4.0
|
Loading…
x
Reference in New Issue
Block a user