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

Microbatch: event_time ref + source filtering #10594

Merged
merged 41 commits into from
Sep 12, 2024
Merged

Commits on Aug 22, 2024

  1. Configuration menu
    Copy the full SHA
    c4930e9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4c8528b View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2024

  1. Configuration menu
    Copy the full SHA
    3bb6807 View commit details
    Browse the repository at this point in the history
  2. fix TestList

    MichelleArk committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    f5d5bb6 View commit details
    Browse the repository at this point in the history
  3. Checkpoint

    QMalcolm committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    19ad7c6 View commit details
    Browse the repository at this point in the history
  4. fix tests

    MichelleArk committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    a57481f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    25c10f7 View commit details
    Browse the repository at this point in the history
  6. rename configs

    MichelleArk committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    699179f View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2024

  1. Configuration menu
    Copy the full SHA
    2d19d1c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    57b1353 View commit details
    Browse the repository at this point in the history
  3. Additional unit tests for resolve_event_time_filter to ensure lookb…

    …ack + batch_size work
    QMalcolm committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    e0bae27 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1313aff View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7307c02 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2024

  1. Configuration menu
    Copy the full SHA
    838a0aa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    43715de View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e38ff47 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    457698c View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2024

  1. Configuration menu
    Copy the full SHA
    3a4fa7f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8cc1c7d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1b0a904 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7522b9b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5f72534 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a8b9d64 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2024

  1. Configuration menu
    Copy the full SHA
    174db0a View commit details
    Browse the repository at this point in the history
  2. Update lower bound of dbt-adapters req to 1.5.0

    Previously our lower bound was 1.3.0. This will no longer work. In dbt-adapters
    1.5.0 we released the EventTimeFilter class, and dbt-core now depends on that.
    Thus dbt-adapters < 1.5.0 are no longer compatible.
    QMalcolm committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    b85d50e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ec01129 View commit details
    Browse the repository at this point in the history
  4. Remove is_incremental check from _build_end_time

    Even when `is_incremental` is false, we still plan to _microbatch_
    incremental microbatch models. To do so we need to have an end time.
    Additionally, some tests were wonky because of the previous behavior
    QMalcolm committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    8f8e7e3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2b80f75 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0eb8e2f View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2024

  1. Configuration menu
    Copy the full SHA
    3a6c739 View commit details
    Browse the repository at this point in the history
  2. Delete pairing.md file

    QMalcolm committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    1690d81 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    de87286 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    12bfec9 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2024

  1. Configuration menu
    Copy the full SHA
    9b47966 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6767948 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    61123cb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    43866db View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5426e66 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ee29fed View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3020aa4 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f53204f View commit details
    Browse the repository at this point in the history