lanl / dsi

LANL Data Science Infrastructure Project
https://lanl.github.io/dsi
5 stars 3 forks source link

Core: Problems with loadingh multiple back-end drivers #77

Closed qwofford closed 8 months ago

qwofford commented 10 months ago
  1. Load a Csv (or other) plugin.
  2. Load both Parquet and SQLite back-end drivers.
  3. Call transload operation to pull.
  4. Gives type error "unexpected object 'collection' not found"
qwofford commented 10 months ago

@kchilleri