mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-11-13 17:32:53 +00:00
parent
9792586cff
commit
049077e1b5
2
Makefile
2
Makefile
@ -107,7 +107,7 @@ run_apis_tests: ## Run the openmetadata airflow apis tests
|
|||||||
coverage_apis: ## Run the python tests on openmetadata-airflow-apis
|
coverage_apis: ## Run the python tests on openmetadata-airflow-apis
|
||||||
$(MAKE) run_apis_tests
|
$(MAKE) run_apis_tests
|
||||||
coverage xml --rcfile openmetadata-airflow-apis/.coveragerc -o openmetadata-airflow-apis/coverage.xml
|
coverage xml --rcfile openmetadata-airflow-apis/.coveragerc -o openmetadata-airflow-apis/coverage.xml
|
||||||
sed -e 's/$(shell python -c "import site; import os; from pathlib import Path; print(os.path.relpath(site.getsitepackages()[0], str(Path.cwd())).replace('/','\/'))")/src/g' openmetadata-airflow-apis/coverage.xml >> openmetadata-airflow-apis/ci-coverage.xml
|
sed -e 's/$(shell python -c "import site; import os; from pathlib import Path; print(os.path.relpath(site.getsitepackages()[0], str(Path.cwd())).replace('/','\/'))")\///g' openmetadata-airflow-apis/coverage.xml >> openmetadata-airflow-apis/ci-coverage.xml
|
||||||
|
|
||||||
## Ingestion publish
|
## Ingestion publish
|
||||||
.PHONY: publish
|
.PHONY: publish
|
||||||
|
|||||||
@ -51,10 +51,8 @@ def get_long_description():
|
|||||||
base_requirements = {
|
base_requirements = {
|
||||||
"openmetadata-ingestion[airflow-container]~=0.11",
|
"openmetadata-ingestion[airflow-container]~=0.11",
|
||||||
"pendulum~=2.1.2",
|
"pendulum~=2.1.2",
|
||||||
"packaging~=21.2",
|
"apache-airflow>=2.2.2",
|
||||||
"setuptools~=58.3.0",
|
"Flask>=1.1.4",
|
||||||
"apache-airflow==2.3.3",
|
|
||||||
"Flask~=2.1",
|
|
||||||
"Flask-Admin==1.6.0",
|
"Flask-Admin==1.6.0",
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user