gorgeous-dinner-4055
02/05/2022, 3:48 AMmetadata-ingest/src/datahub/metadata
subfolder where the metadata is built by translating the .pdl
files into avro
files. Is there any reason not to check those into our forked version of Datahub? Do those change often? Are there cross platform compilation issues? Conserving space?
The reason behind this question is that internally we use Bazel to build our dependencies, and instead of trying to publish whls(we don't have an internal pypi to host these whls 😞) we can directly import the code and create a dependency through the git source code in other repos.
We could publish the whls to S3 or as git packages, but before going down that route, just curious why we don't check them in.orange-night-91387
02/05/2022, 4:16 AM