mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2026-01-06 12:36:56 +00:00
Minor: Delete generated directory to delete older files (#9643)
Co-authored-by: Pere Miquel Brull <peremiquelbrull@gmail.com>
This commit is contained in:
parent
f4dc501731
commit
9702e70ea4
1
Makefile
1
Makefile
@ -61,6 +61,7 @@ py_format_check: ## Check if Python sources are correctly formatted
|
||||
generate: ## Generate the pydantic models from the JSON Schemas to the ingestion module
|
||||
@echo "Running Datamodel Code Generator"
|
||||
@echo "Make sure to first run the install_dev recipe"
|
||||
rm -rf ingestion/src/metadata/generated
|
||||
mkdir -p ingestion/src/metadata/generated
|
||||
python scripts/datamodel_generation.py
|
||||
$(MAKE) py_antlr js_antlr
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user