Skip to content

Conversation

@kevinwallimann
Copy link
Collaborator

@kevinwallimann kevinwallimann commented Sep 15, 2022

Closes #720

The procedure can be called e.g. like this:

CALL archive_dag_instances(
    i_to_ts => (now() - interval '12 months')::timestamp,
    i_max_records => 200000,
    i_chunk_size => 40000
);

@kevinwallimann kevinwallimann marked this pull request as ready for review September 15, 2022 11:37
jozefbakus
jozefbakus previously approved these changes Sep 15, 2022
Copy link
Collaborator

@jozefbakus jozefbakus left a comment

Choose a reason for hiding this comment

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

Other than two comments looks good

jozefbakus
jozefbakus previously approved these changes Sep 15, 2022
@sonarqubecloud
Copy link

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@kevinwallimann kevinwallimann merged commit 353825d into develop Sep 16, 2022
@kevinwallimann kevinwallimann deleted the feature/720-archive-dag-instances branch September 16, 2022 08:27
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.

Create sql script to archive dag instances

3 participants