Skip to content

Added manager in PSFT Data View #2981

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

Merged
merged 29 commits into from
May 27, 2025
Merged
Changes from all commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
eb9f265
fixed permission matching logic
tanmaygarg-oracle Aug 6, 2024
b133fae
fixed permission matching logic
tanmaygarg-oracle Aug 6, 2024
0923673
fixed permission matching logic
tanmaygarg-oracle Aug 6, 2024
f10d008
fixed permission matching logic
tanmaygarg-oracle Aug 6, 2024
5877e33
updated PAR URL
tanmaygarg-oracle Aug 20, 2024
b003232
Merge branch 'oracle:main' into main
tanmaygarg-oracle Aug 20, 2024
e9259a9
Merge branch 'oracle:main' into main
tanmaygarg-oracle Dec 12, 2024
7c1d714
Added to support handling of stuck podman container
tanmaygarg-oracle Dec 12, 2024
8408297
fixed lint
tanmaygarg-oracle Dec 12, 2024
3f2050c
Update agentAutoUpdate.sh
tanmaygarg-oracle Feb 6, 2025
b5a920d
Merge branch 'oracle:main' into main
tanmaygarg-oracle Feb 6, 2025
74ecf33
Update agentAutoUpdate.sh
tanmaygarg-oracle Feb 6, 2025
15b56ca
Update agentAutoUpdate.sh
tanmaygarg-oracle Feb 6, 2025
efd87b4
Merge branch 'oracle:main' into main
tanmaygarg-oracle Feb 25, 2025
2dabbe0
Fixed handling of force removal of stuck podman containers in stoppin…
tanmaygarg-oracle Feb 25, 2025
d9140ad
Fixed handling of force removal of stuck podman containers in stoppin…
tanmaygarg-oracle Feb 25, 2025
2f59450
Merge branch 'oracle:main' into main
tanmaygarg-oracle Mar 24, 2025
99216da
Added Peoplesoft views definitions
tanmaygarg-oracle Mar 24, 2025
c919d27
Added Peoplesoft views definitions, updated readme and created versions
tanmaygarg-oracle Mar 25, 2025
3ab23f4
Added Peoplesoft views definitions, updated readme and created versions
tanmaygarg-oracle Mar 25, 2025
e1bf4fc
Merge branch 'oracle:main' into main
tanmaygarg-oracle Apr 22, 2025
907affe
Added fix to remove the child processed before terminating the parent…
tanmaygarg-oracle Apr 22, 2025
482748f
Added fix to remove the child processed before terminating the parent…
tanmaygarg-oracle Apr 22, 2025
d7b7cbb
Merge branch 'oracle:main' into main
tanmaygarg-oracle Apr 23, 2025
1d8d9dd
updated PSFT views
tanmaygarg-oracle Apr 23, 2025
3be5481
Merge branch 'oracle:main' into main
tanmaygarg-oracle May 26, 2025
7e8f507
Added required SQLs for day N data load for PeopleSoft
tanmaygarg-oracle May 27, 2025
daf5118
Merge branch 'oracle:main' into main
tanmaygarg-oracle May 27, 2025
4773176
Added manager in PSFT Data View
tanmaygarg-oracle May 27, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ lastupddttm,
description,
employeeType,
employmentStatus,
hrStatus
hrStatus,
manager
) AS
SELECT
pd.emplid,
Expand All @@ -51,6 +52,7 @@ SELECT
null,
null,
null,
null,
null
FROM
ps_personal_data pd
Expand Down