Skip to content

Conversation

@jorritsandbrink
Copy link
Collaborator

@jorritsandbrink jorritsandbrink commented Aug 5, 2024

Description

  • adds get_delta_tables helper function
  • adds two public methods on Pipeline class (needed the functionality for get_delta_tables and figured they're probably more broadly applicable):
    • get_last_completed_load_id
    • list_loaded_tables_names
  • adds new class DeltaReferenceFollowupJob(ReferenceFollowupJob)
    • changes the file extension for Delta reference jobs to reference_delta to distinguish them from "regular reference jobs"
  • does some other small unrelated improvements

Related Issues

@jorritsandbrink jorritsandbrink added the enhancement New feature or request label Aug 5, 2024
@jorritsandbrink jorritsandbrink self-assigned this Aug 5, 2024
@netlify
Copy link

netlify bot commented Aug 5, 2024

Deploy Preview for dlt-hub-docs ready!

Name Link
🔨 Latest commit 7c9b9f7
🔍 Latest deploy log https://app.netlify.com/sites/dlt-hub-docs/deploys/66b36e3f0ec52b000818dc9f
😎 Deploy Preview https://deploy-preview-1664--dlt-hub-docs.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@jorritsandbrink jorritsandbrink marked this pull request as ready for review August 5, 2024 14:49
Copy link
Collaborator

@sh-rp sh-rp left a comment

Choose a reason for hiding this comment

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

LGTM

Copy link
Collaborator

@rudolfix rudolfix left a comment

Choose a reason for hiding this comment

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

LGTM!
note to myself: we should drop circular dependencies ie. Pipeline is imported in destinations which should be level-up in type hierarchy.

@rudolfix rudolfix merged commit 0e0e42f into devel Aug 9, 2024
@rudolfix rudolfix deleted the feat/1651-helper-that-returns-delta-tables-created-by-pipeline branch August 9, 2024 13:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

Helper that returns delta tables created by pipeline as DeltaTable objects

4 participants