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

New "refresh" mode and "dev_mode" #1063

Merged
merged 51 commits into from
Jun 3, 2024
Merged

Commits on May 29, 2024

  1. Configuration menu
    Copy the full SHA
    dba576b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    432d1d7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c7e86ef View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8c13683 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    613257e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2d46305 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9b63cff View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    3b6d809 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    4334553 View commit details
    Browse the repository at this point in the history
  10. drop tables in init_client

    steinitzu committed May 29, 2024
    Configuration menu
    Copy the full SHA
    b6a21aa View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    e9543e0 View commit details
    Browse the repository at this point in the history
  12. Fix import

    steinitzu committed May 29, 2024
    Configuration menu
    Copy the full SHA
    7f95d9e View commit details
    Browse the repository at this point in the history
  13. test/fix truncate mode

    steinitzu committed May 29, 2024
    Configuration menu
    Copy the full SHA
    3e0af96 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    e9528b1 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    10fe6f3 View commit details
    Browse the repository at this point in the history
  16. cleanup

    steinitzu committed May 29, 2024
    Configuration menu
    Copy the full SHA
    44cc1cc View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    54de570 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    6aae866 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    29b6c96 View commit details
    Browse the repository at this point in the history
  20. Match stored schema by version+version_hash

    solves detecting when dropped tables need to be recreated
    steinitzu committed May 29, 2024
    Configuration menu
    Copy the full SHA
    8a2276b View commit details
    Browse the repository at this point in the history
  21. Cleanup

    steinitzu committed May 29, 2024
    Configuration menu
    Copy the full SHA
    2546021 View commit details
    Browse the repository at this point in the history
  22. Fix dlt version test

    steinitzu committed May 29, 2024
    Configuration menu
    Copy the full SHA
    c749eae View commit details
    Browse the repository at this point in the history
  23. Cleanup

    steinitzu committed May 29, 2024
    Configuration menu
    Copy the full SHA
    7802e85 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    ce41fb0 View commit details
    Browse the repository at this point in the history
  25. Fix snippet

    steinitzu committed May 29, 2024
    Configuration menu
    Copy the full SHA
    0f9358d View commit details
    Browse the repository at this point in the history
  26. Pipeline refresh docs

    steinitzu committed May 29, 2024
    Configuration menu
    Copy the full SHA
    7a161a8 View commit details
    Browse the repository at this point in the history
  27. refresh argument docstring

    steinitzu committed May 29, 2024
    Configuration menu
    Copy the full SHA
    113d577 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    73aab0e View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    f18509e View commit details
    Browse the repository at this point in the history
  30. Test existing schema hash

    steinitzu committed May 29, 2024
    Configuration menu
    Copy the full SHA
    b662381 View commit details
    Browse the repository at this point in the history
  31. Revert "Match stored schema by version+version_hash"

    This reverts commit 689b3ca.
    steinitzu committed May 29, 2024
    Configuration menu
    Copy the full SHA
    ed43445 View commit details
    Browse the repository at this point in the history
  32. Use replace_schema flag

    steinitzu committed May 29, 2024
    Configuration menu
    Copy the full SHA
    fbfb97c View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    2ed7d39 View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    b8d98f6 View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    1a28168 View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    360e2c4 View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    6f5a853 View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    a122834 View commit details
    Browse the repository at this point in the history
  39. Fix duck import

    steinitzu committed May 29, 2024
    Configuration menu
    Copy the full SHA
    bbf56a0 View commit details
    Browse the repository at this point in the history
  40. Configuration menu
    Copy the full SHA
    d9bfe90 View commit details
    Browse the repository at this point in the history
  41. Default full_refresh=None

    steinitzu committed May 29, 2024
    Configuration menu
    Copy the full SHA
    0abffa5 View commit details
    Browse the repository at this point in the history
  42. Cleanup unused imports

    steinitzu committed May 29, 2024
    Configuration menu
    Copy the full SHA
    f096596 View commit details
    Browse the repository at this point in the history
  43. Close caution blocks

    steinitzu committed May 29, 2024
    Configuration menu
    Copy the full SHA
    be7e0d0 View commit details
    Browse the repository at this point in the history
  44. Configuration menu
    Copy the full SHA
    8b5aa2d View commit details
    Browse the repository at this point in the history
  45. Configuration menu
    Copy the full SHA
    aaaf519 View commit details
    Browse the repository at this point in the history
  46. Configuration menu
    Copy the full SHA
    e3b5b35 View commit details
    Browse the repository at this point in the history
  47. Fix test drop

    steinitzu committed May 29, 2024
    Configuration menu
    Copy the full SHA
    3dcd1ab View commit details
    Browse the repository at this point in the history
  48. Fix iter filesystem schemas

    steinitzu committed May 29, 2024
    Configuration menu
    Copy the full SHA
    8580ea4 View commit details
    Browse the repository at this point in the history
  49. Fix drop_resources

    steinitzu committed May 29, 2024
    Configuration menu
    Copy the full SHA
    6a06449 View commit details
    Browse the repository at this point in the history
  50. Configuration menu
    Copy the full SHA
    87cfd16 View commit details
    Browse the repository at this point in the history
  51. Fix filesystem + test

    steinitzu committed May 29, 2024
    Configuration menu
    Copy the full SHA
    879e4e5 View commit details
    Browse the repository at this point in the history