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

fix: update temporal coverages #567

Merged
merged 2 commits into from
Mar 27, 2024
Merged

fix: update temporal coverages #567

merged 2 commits into from
Mar 27, 2024

Conversation

vncsna
Copy link
Contributor

@vncsna vncsna commented Feb 20, 2024

Purpose

  • Show coverages

Description

  • Update temporal coverages

Checklist

  • I have reviewed the code changes.
  • I have tested the changes locally.
  • I have updated the documentation if needed.
  • I have added/modified tests to ensure the changes are valid.

Testing and evidence

query all {
  allDataset(first: 20) {
    edges {
      node {
        name
        coverage
      }
    }
  }
  allTable(first: 20) {
    edges {
      node {
        name
        coverage
        fullCoverage
      }
    }
  }
  allColumn(first: 20) {
    edges {
      node {
        name
        coverage
      }
    }
  }
}

Next steps

@vncsna vncsna force-pushed the fix/temporal-coverage branch 8 times, most recently from a2f5128 to da63157 Compare February 20, 2024 21:37
@vncsna vncsna added the preview Preview development deployment label Feb 20, 2024
@vncsna vncsna force-pushed the fix/temporal-coverage branch from da63157 to 5c9f1a3 Compare February 20, 2024 22:09
@vncsna vncsna force-pushed the fix/temporal-coverage branch 2 times, most recently from e874d02 to 1a68c0f Compare February 27, 2024 19:14
@vncsna vncsna removed the preview Preview development deployment label Feb 27, 2024
@vncsna vncsna marked this pull request as ready for review February 27, 2024 19:53
@vncsna vncsna requested a review from AldemirLucas February 27, 2024 19:53
@vncsna vncsna added the preview Preview development deployment label Feb 27, 2024
@vncsna vncsna force-pushed the fix/temporal-coverage branch from 1a68c0f to 033af48 Compare March 24, 2024 14:58
@vncsna vncsna added preview Preview development deployment and removed preview Preview development deployment labels Mar 25, 2024
@vncsna vncsna added preview Preview development deployment and removed preview Preview development deployment labels Mar 27, 2024
@vncsna vncsna merged commit c8debc6 into main Mar 27, 2024
5 checks passed
@vncsna vncsna deleted the fix/temporal-coverage branch March 27, 2024 01:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
preview Preview development deployment
Projects
None yet
1 participant