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

[PI-618] bulk etl local (part 1) #421

Open
wants to merge 1 commit into
base: feature/PI-605-bulk_etl_transform
Choose a base branch
from

Conversation

jaklinger
Copy link
Contributor

Summary

Remove items from this list if they are not relevant. Remove this line once this has been done

  • Routine Change
  • ❗ Breaking Change
  • 🤖 Operational or Infrastructure Change
  • ✨ New Feature
  • ⚠️ Potential issues that might be caused by this change

Details

Add any summary information of what is in the change. Remove this line if you have nothing to add.

Pull Request Naming

Pull requests should be named using the following format:

Tag: [AEA-NNNN] - Short description

Tag can be one of:

  • Fix - for a bug fix. (Patch release)
  • Update - either for a backwards-compatible enhancement or for a rule change that adds reported problems. (Patch release)
  • New - implemented a new feature. (Minor release)
  • Breaking - for a backwards-incompatible enhancement or feature. (Major release)
  • Docs - changes to documentation only. (Patch release)
  • Build - changes to build process only. (No release)
  • Upgrade - for a dependency upgrade. (Patch release)
  • Chore - for refactoring, adding tests, etc. (anything that isn't user-facing). (Patch release)

If the current release is x.y.z then

  • a patch release increases z by 1
  • a minor release increases y by 1
  • a major release increases x by 1

Correct tagging is necessary for our automated versioning and release process.

The description of your pull request will be used as the commit message for the merge, and also be included in the changelog. Please ensure that your title is sufficiently descriptive.

Rerunning Checks

If you need to rename your pull request, you can restart the checks by either:

  • Closing and reopening the pull request
  • pushing an empty commit
    git commit --allow-empty -m 'trigger build'
    git push
  • Amend your last commit and force push to the branch
    git commit --amend --no-edit
    git push --force

Rerunning the checks from within the pull request will not use the updated title.

@jaklinger jaklinger force-pushed the feature/PI-618-bulk_etl branch 3 times, most recently from 4184d06 to 5e97d5f Compare November 22, 2024 09:53
@jaklinger jaklinger force-pushed the feature/PI-605-bulk_etl_transform branch from 9aba96f to 1de9962 Compare November 22, 2024 09:54
@jaklinger jaklinger changed the title [feature/PI-618-bulk_etl] bulk etl local [PI-618] bulk etl local (part 1) Nov 22, 2024
@jaklinger jaklinger force-pushed the feature/PI-605-bulk_etl_transform branch from 1de9962 to 95e0d32 Compare November 25, 2024 09:21
@jaklinger jaklinger force-pushed the feature/PI-618-bulk_etl branch 2 times, most recently from ec80412 to fbb65d3 Compare November 25, 2024 09:40
@jaklinger jaklinger force-pushed the feature/PI-605-bulk_etl_transform branch from 95e0d32 to 8e3cf6f Compare November 25, 2024 09:40
@jaklinger jaklinger marked this pull request as ready for review November 25, 2024 11:12
@jaklinger jaklinger requested a review from a team as a code owner November 25, 2024 11:12
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.

1 participant