Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Catch promotion script up with external changes #76

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

ghost
Copy link

@ghost ghost commented Aug 14, 2023

Impact and Context

This will make reviewing much easier.

Risks and Area of Effect

Testing

  • Unit test
  • Deployed to dev env
  • Other (explain)

Reverting

  • Contains Migration - Do Not Revert

@ghost ghost requested a review from nickchappell-verta August 14, 2023 19:06
@ghost ghost changed the title chore: Catch promotion script up with Allstate's version chore: Catch promotion script up with external changes Aug 14, 2023

config = {
'source': {
'model_version_id': atoi(params['VERTA_SOURCE_MODEL_VERSION_ID']),
'model_version_id': atoi(params['VERTA_SOURCE_MODEL_VERSION_ID'][2:-2]),
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@nickchappell-verta can you ask why this is here? I don't understand why they'd strip the first and last 2 characters from the ID

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants