OpenMetadata is a unified metadata platform for data discovery, data observability, and data governance powered by a central metadata repository, in-depth column level lineage, and seamless team collaboration.
Affected module
Does it impact the UI, backend or Ingestion Framework?
backend
Describe the bug
windows environment
repository.getEntitiesFromSeedData(".*json/data/metadataService/OpenmetadataService.json$");
could not get the value.
but
repository.getEntitiesFromSeedData(".*OpenmetadataService.json$")
can.
To Reproduce
Screenshots or steps to reproduce
The following are two ways to get objects. The environment build fails when the object cannot be obtained.
Expected behavior
Support for reading configuration files in windows environment is expected。
Affected module Does it impact the UI, backend or Ingestion Framework? backend
Describe the bug windows environment
repository.getEntitiesFromSeedData(".*json/data/metadataService/OpenmetadataService.json$");
could not get the value. butrepository.getEntitiesFromSeedData(".*OpenmetadataService.json$")
can.To Reproduce Screenshots or steps to reproduce
The following are two ways to get objects. The environment build fails when the object cannot be obtained.
Expected behavior Support for reading configuration files in windows environment is expected。
Version:
openmetadata-ingestion[docker]==XYZ
]Additional context Add any other context about the problem here.