Skip to content

Conversation

@LBHCallumM
Copy link
Member

No description provided.

@LBHCallumM LBHCallumM changed the title Add stript to update housingSearch for assets using the Asset.fifo topic Add script to update housingSearch for assets using the Asset.fifo topic Aug 2, 2023
# 2) Call functions here

update_boilerhouse()
update_properties()
Copy link
Contributor

Choose a reason for hiding this comment

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

I would leave this function commented out, if eventually this gets pushed to master.
Whoever uses this repo should change this file before running anything

Copy link
Contributor

@ange47rm ange47rm left a comment

Choose a reason for hiding this comment

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

Looks tidy.
I would make some small edits (see comments) if you eventually decide to push this to master, however I would not merge until you're 100% sure the script is robust (I know as I've had to modify my script numerous time to add error handlings/checks) .
Maybe these script should be merge only after they've been run on dev, staging and prod.


@dataclass
class User:
NAME = "Callum Macpherson"
Copy link
Contributor

Choose a reason for hiding this comment

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

I would remove your name and email, again, if you decide to push to master

response = sns_client.publish(
TopicArn=Config.SNS_TOPIC_ARN,
Message=sns_message,
MessageGroupId="fake",
Copy link
Contributor

Choose a reason for hiding this comment

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

Why fake? Is any string value ok here?

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.

3 participants