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

deletes: 'undelete' job on subsequent OL event #2101

Merged
merged 1 commit into from
Sep 12, 2022

Conversation

mobuchowski
Copy link
Contributor

This PR changes Postgres function that modifies jobs_view to clear soft delete flag from jobs table when we receive next OpenLineage event that references this job.

Signed-off-by: Maciej Obuchowski [email protected]

Closes: #2100

@boring-cyborg boring-cyborg bot added the api API layer changes label Sep 7, 2022
@mobuchowski mobuchowski force-pushed the ressurect-jobs-on-subsequent-write branch from 96781af to f507bfe Compare September 7, 2022 15:51
@codecov
Copy link

codecov bot commented Sep 7, 2022

Codecov Report

Merging #2101 (2c9f898) into main (00226b2) will not change coverage.
The diff coverage is n/a.

@@            Coverage Diff            @@
##               main    #2101   +/-   ##
=========================================
  Coverage     75.14%   75.14%           
  Complexity     1023     1023           
=========================================
  Files           202      202           
  Lines          4836     4836           
  Branches        392      392           
=========================================
  Hits           3634     3634           
  Misses          762      762           
  Partials        440      440           

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@mobuchowski mobuchowski force-pushed the ressurect-jobs-on-subsequent-write branch from f507bfe to 4640ea4 Compare September 9, 2022 14:00
@mobuchowski mobuchowski force-pushed the ressurect-jobs-on-subsequent-write branch from 4640ea4 to 2c9f898 Compare September 12, 2022 12:27
@boring-cyborg boring-cyborg bot added the docs label Sep 12, 2022
@mobuchowski mobuchowski merged commit 5da6ee6 into main Sep 12, 2022
@mobuchowski mobuchowski deleted the ressurect-jobs-on-subsequent-write branch September 12, 2022 12:35
@mobuchowski mobuchowski restored the ressurect-jobs-on-subsequent-write branch September 12, 2022 12:36
@wslulciuc wslulciuc deleted the ressurect-jobs-on-subsequent-write branch May 30, 2023 05:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api API layer changes docs
Projects
None yet
Development

Successfully merging this pull request may close these issues.

deletes: un-delete jobs on subsequent OL events
2 participants