Skip to content

completed Part 1 & 2 of assignment#2

Open
sarahcreighton wants to merge 5 commits into
mainfrom
assignment
Open

completed Part 1 & 2 of assignment#2
sarahcreighton wants to merge 5 commits into
mainfrom
assignment

Conversation

@sarahcreighton
Copy link
Copy Markdown
Owner

@sarahcreighton sarahcreighton commented Apr 9, 2026

Note

PR #1 was submitted for C8 DSI certificate. PR #2 (this one) submitted for Deploying-AI certificate.

What changes are you trying to make? (e.g. Adding or removing code, refactoring existing code, adding reports)

Completed Part 1: Update the Data Ingest Script. Modified assignment.sh script and tested it locally.

  • Check if the expected directories are created. (eg. by browsing the directory with cd and ls)
  • Verify that files are moved or copied as expected.
  • Ensure that files that should be deleted are no longer present.
  • Ensure your script works regardless

What did you learn from the changes you have made?

  • view the contents of a directory with ls
  • create and rename directories using mv and mkdir
  • copy selected files to a separate folder using cp and wildcards
  • delete specified files using rm and wildcards
  • write directory contents to output file using >

Was there another approach you were thinking about making? If so, what approach(es) were you thinking of?

No.

Were there any challenges? If so, what issue(s) did you face? How did you overcome it?

No.

How were these changes tested?

Tested in VS Code running Python 3.14 using terminal

A reference to a related issue in your repository (if applicable)

N/A

Checklist

  • I can confirm that my changes are working as intended

Copy link
Copy Markdown

@github-actions github-actions Bot left a comment

Choose a reason for hiding this comment

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

Autograder results

question status comment
Part 1 - Q1
Part 1 - Q2 rawdata not moved to data/raw
Part 1 - Q3
Part 1 - Q4
Part 1 - Q5 No server log files in data/raw
Part 1 - Q6 No user log files in data/raw; No event log files in data/raw
Part 1 - Q7
Part 1 - Q8
Part 2 coworker-changes branch not found in commit history

Please address the issues listed above.

Copy link
Copy Markdown

@github-actions github-actions Bot left a comment

Choose a reason for hiding this comment

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

Autograder results

question status comment
Part 1 - Q1
Part 1 - Q2
Part 1 - Q3
Part 1 - Q4
Part 1 - Q5
Part 1 - Q6
Part 1 - Q7
Part 1 - Q8
Part 2 coworker-changes branch not found in commit history

Please address the issues listed above.

Copy link
Copy Markdown

@github-actions github-actions Bot left a comment

Choose a reason for hiding this comment

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

Autograder results

question status
Part 1 - Q1
Part 1 - Q2
Part 1 - Q3
Part 1 - Q4
Part 1 - Q5
Part 1 - Q6
Part 1 - Q7
Part 1 - Q8
Part 2

@sarahcreighton
Copy link
Copy Markdown
Owner Author

Re-tested assignment.sh code after pushing 8d0c9ff. Confirmed working as expected.

@sarahcreighton sarahcreighton changed the title completed Part 1 of assignment completed Part 1 & 2 of assignment Apr 9, 2026
Copy link
Copy Markdown

@Dmytro-Bonislavskyi Dmytro-Bonislavskyi left a comment

Choose a reason for hiding this comment

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

Well done!

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