-
Notifications
You must be signed in to change notification settings - Fork 0
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 (part 1 - Layers) #421
Open
jaklinger
wants to merge
2
commits into
main
Choose a base branch
from
feature/PI-618-bulk_etl
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
jaklinger
force-pushed
the
feature/PI-618-bulk_etl
branch
3 times, most recently
from
November 22, 2024 09:53
4184d06
to
5e97d5f
Compare
jaklinger
force-pushed
the
feature/PI-605-bulk_etl_transform
branch
from
November 22, 2024 09:54
9aba96f
to
1de9962
Compare
jaklinger
changed the title
[feature/PI-618-bulk_etl] bulk etl local
[PI-618] bulk etl local (part 1)
Nov 22, 2024
jaklinger
force-pushed
the
feature/PI-605-bulk_etl_transform
branch
from
November 25, 2024 09:21
1de9962
to
95e0d32
Compare
jaklinger
force-pushed
the
feature/PI-618-bulk_etl
branch
2 times, most recently
from
November 25, 2024 09:40
ec80412
to
fbb65d3
Compare
jaklinger
force-pushed
the
feature/PI-605-bulk_etl_transform
branch
from
November 25, 2024 09:40
95e0d32
to
8e3cf6f
Compare
jaklinger
force-pushed
the
feature/PI-618-bulk_etl
branch
from
November 25, 2024 10:40
fbb65d3
to
241d3b0
Compare
jaklinger
force-pushed
the
feature/PI-618-bulk_etl
branch
from
November 27, 2024 14:23
241d3b0
to
be2bb61
Compare
jaklinger
force-pushed
the
feature/PI-605-bulk_etl_transform
branch
from
November 27, 2024 14:24
e4f5e85
to
82b6594
Compare
jaklinger
force-pushed
the
feature/PI-618-bulk_etl
branch
from
November 27, 2024 16:51
be2bb61
to
7d85e06
Compare
jaklinger
force-pushed
the
feature/PI-618-bulk_etl
branch
from
December 2, 2024 12:03
7d85e06
to
0811a36
Compare
jaklinger
force-pushed
the
feature/PI-618-bulk_etl
branch
from
December 3, 2024 09:28
d0f6e5d
to
14008d5
Compare
jaklinger
changed the title
[PI-618] bulk etl local (part 1)
[PI-618] Bulk ETL (part 1 - Layers)
Dec 3, 2024
megan-bower4
reviewed
Dec 4, 2024
megan-bower4
reviewed
Dec 4, 2024
megan-bower4
reviewed
Dec 4, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary
Remove items from this list if they are not relevant. Remove this line once this has been done
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 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
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:
git commit --allow-empty -m 'trigger build' git push
Rerunning the checks from within the pull request will not use the updated title.