mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2026-01-07 13:07:22 +00:00
* Prepare infra * Store experiment information in MySQL & MinIO * Use CreateMlModelEntityRequest instead of MlModel for PUT operations * Update MlFlow infra * Prepare MlFlow source * Prepare Mlflow workflow * Simplify test and prepare README * Revert compose * Fix compose * Prepare warnings and fix features * Use non-default port for integration test * Use mlflow-skinny for the client application
83 lines
1.6 KiB
Plaintext
83 lines
1.6 KiB
Plaintext
# Copyright 2021 Collate
|
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
# you may not use this file except in compliance with the License.
|
|
# You may obtain a copy of the License at
|
|
# http://www.apache.org/licenses/LICENSE-2.0
|
|
# Unless required by applicable law or agreed to in writing, software
|
|
# distributed under the License is distributed on an "AS IS" BASIS,
|
|
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
# See the License for the specific language governing permissions and
|
|
# limitations under the License.
|
|
|
|
# Created by .ignore support plugin (hsz.mobi)
|
|
# Maven
|
|
__pycache__
|
|
target/
|
|
pom.xml.tag
|
|
pom.xml.releaseBackup
|
|
pom.xml.versionsBackup
|
|
pom.xml.next
|
|
release.properties
|
|
dependency-reduced-pom.xml
|
|
buildNumber.properties
|
|
.mvn/timing.properties
|
|
|
|
catalog-services/catalog-services.iml
|
|
# Java template
|
|
*.class
|
|
venv
|
|
env
|
|
# logs
|
|
logs
|
|
*.log
|
|
*.egg-info
|
|
*.db
|
|
# Eclipse
|
|
.settings/
|
|
.project
|
|
.classpath
|
|
|
|
# Intellij
|
|
*.iml
|
|
*.ipr
|
|
*.iws
|
|
.idea/workspace.xml
|
|
.idea/tasks.xml
|
|
.idea/libraries/
|
|
.idea/modules.xml
|
|
.idea/dataSources.xml
|
|
|
|
# Package Files
|
|
*.jar
|
|
*.war
|
|
*.ear
|
|
|
|
# mac dir files
|
|
.DS_Store
|
|
|
|
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
|
|
hs_err_pid*
|
|
node_modules
|
|
build
|
|
dist
|
|
|
|
# Registry Kerberos SASL secrets directory
|
|
secrets
|
|
|
|
# ts build info and report
|
|
openmetadata-ui/src/main/resources/ui/webpack
|
|
openmetadata-ui/src/main/resources/ui/tsconfig.tsbuildinfo
|
|
|
|
#tests
|
|
.coverage
|
|
|
|
#vscode
|
|
*/.vscode/*
|
|
|
|
# Python generated sources
|
|
ingestion/src/metadata/generated/**
|
|
|
|
# MLFlow
|
|
mlruns/
|
|
/ingestion/tests/integration/mlflow/tests/db/
|