Commits on Mar 16, 2023

  1. Configuration menu
    Copy the full SHA
    3dffff7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1ce3ef9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    58aa78d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e279550 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a8a92dd View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e322f1d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c2e985f View commit details
    Browse the repository at this point in the history
  8. feat(snowflake): add optional 'connect_args' param

    This allows for example the specifying of a private key.
    malthe authored and cpcloud committed Mar 16, 2023
    Configuration menu
    Copy the full SHA
    8bf2043 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    6b30ee1 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    7d29c63 View commit details
    Browse the repository at this point in the history
  11. feat(duckdb): support sqlalchemy 2

    cpcloud authored and gforsyth committed Mar 16, 2023
    Configuration menu
    Copy the full SHA
    679bb52 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2023

  1. Configuration menu
    Copy the full SHA
    93d3059 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2023

  1. Configuration menu
    Copy the full SHA
    4fb2fd0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6155f24 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    42d1451 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2023

  1. Configuration menu
    Copy the full SHA
    b3466dd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d7c0f49 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9ad621b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    93a1240 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    17e6a0e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f316695 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2023

  1. chore(deps): lock file maintenance

    renovate[bot] authored and cpcloud committed Mar 20, 2023
    Configuration menu
    Copy the full SHA
    9997dce View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    40c9aab View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7dbb1ba View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6eda44a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    de6c962 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2023

  1. Configuration menu
    Copy the full SHA
    51be459 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2023

  1. Configuration menu
    Copy the full SHA
    a1846df View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    45b0c12 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1a1892c View commit details
    Browse the repository at this point in the history
  4. feat(api): implement pyarrow memtables

    cpcloud authored and kszucs committed Mar 22, 2023
    Configuration menu
    Copy the full SHA
    9d4fbbd View commit details
    Browse the repository at this point in the history
  5. refactor(memtable): dedup table proxy code

    cpcloud authored and kszucs committed Mar 22, 2023
    Configuration menu
    Copy the full SHA
    3bccec0 View commit details
    Browse the repository at this point in the history
  6. refactor(memtable): clean up dispatch code

    cpcloud authored and kszucs committed Mar 22, 2023
    Configuration menu
    Copy the full SHA
    9a19302 View commit details
    Browse the repository at this point in the history
  7. feat(postgres): implement ops.Arbitrary

    cpcloud authored and kszucs committed Mar 22, 2023
    Configuration menu
    Copy the full SHA
    ee8dbab View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    69dd9ec View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    e57b765 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    3fa0de8 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    e5df790 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    c816f00 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    9bcdf77 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    4e7b0dc View commit details
    Browse the repository at this point in the history
  15. refactor(duckdb): use native duckdb parquet reader unless auth required

    This does two things:
    
    We now support passing in a list of paths / S3 URIs to read parquet
    files using pyarrow.dataset.
    
    We use the native DuckDB parquet reader unless we hit an auth error, at
    which point we fall back to using pyarrow.dataset.
    gforsyth committed Mar 22, 2023
    Configuration menu
    Copy the full SHA
    e9f57eb View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2023

  1. Configuration menu
    Copy the full SHA
    fb06262 View commit details
    Browse the repository at this point in the history
  2. feat(pyspark): support basic caching

    cpcloud authored and gforsyth committed Mar 23, 2023
    Configuration menu
    Copy the full SHA
    ab0df7a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    343fb37 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d6235ee View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7bd22af View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ce3d6a4 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2cb9398 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2023

  1. Configuration menu
    Copy the full SHA
    3720ea5 View commit details
    Browse the repository at this point in the history