Skip to content

Skip S3 upload for daily sensitive column job if bucket name is blank#11777

Merged
mitchellhenke merged 1 commit intomainfrom
mitchellhenke/skip-daily-sensitive-upload-if-bucket-name-is-blank
Jan 21, 2025
Merged

Skip S3 upload for daily sensitive column job if bucket name is blank#11777
mitchellhenke merged 1 commit intomainfrom
mitchellhenke/skip-daily-sensitive-upload-if-bucket-name-is-blank

Conversation

@mitchellhenke
Copy link
Contributor

🛠 Summary of changes

This job currently fails when there is no S3 bucket configured, though it looks like it intends to skip. This PR makes a small change to where the check happens and skips upload to S3 if the configured bucket name is blank.

@mitchellhenke mitchellhenke requested review from a team and aduth January 21, 2025 15:14
Copy link
Contributor

@aduth aduth left a comment

Choose a reason for hiding this comment

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

Should we just avoid running this job altogether if it's not configured to be uploaded to S3 ?

@mitchellhenke mitchellhenke force-pushed the mitchellhenke/skip-daily-sensitive-upload-if-bucket-name-is-blank branch from e57eaa2 to 7e3aaa4 Compare January 21, 2025 15:22
changelog: Bug Fixes, Data Warehouse, Skip S3 upload if bucket name is blank
@mitchellhenke mitchellhenke force-pushed the mitchellhenke/skip-daily-sensitive-upload-if-bucket-name-is-blank branch from 7e3aaa4 to 3d8a1f6 Compare January 21, 2025 15:36
@mitchellhenke
Copy link
Contributor Author

Should we just avoid running this job altogether if it's not configured to be uploaded to S3 ?

I mostly lean towards minimizing the change in functionality as I don't know that there's not utility in the job running even if it's not uploading to S3.

@mitchellhenke mitchellhenke merged commit a0ca47a into main Jan 21, 2025
@mitchellhenke mitchellhenke deleted the mitchellhenke/skip-daily-sensitive-upload-if-bucket-name-is-blank branch January 21, 2025 16:22
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.

2 participants