Conversation
I'd rather not redefine an existing Git tag in this repo, since this repo has a GHA workflow that has already used the tagged commit to build a container image (whose image tag is derived from the Git tag). I'd prefer creating a new tag; e.g. |
eecavanna
left a comment
There was a problem hiding this comment.
LGTM with one exception:
There is one more place where the schema hash is used. It's the default value of one of the CLI options in the ingester.
bertron/mongodb/ingest_data.py
Line 201 in 0a2c92d
Once that's been updated, I'm OK with this being merged in.
I agree |
|
Sorry, I don't think I used the right syntax. Will fix and commit again. |
|
Yeah, I left off the |
bertron-schema version to v0.1.0-alpha.10 using Git tag
I'd like to switch to using the tagged version of the schema.
As a one time fix I would also like to update the tag "v0.1.0-alpha.10" on this repo to match this commit.
I realize that this is essentially re-tagging things, but it will allow us to bring all the repos in sync