View Source Plausible.Imported.CSVImporter (Plausible v0.0.1)

CSV importer from S3 that uses ClickHouse s3 table function.

Summary

Functions

Link to this function

new_import(site, user, opts)

View Source
@spec new_import(Plausible.Site.t(), Plausible.Auth.User.t(), Keyword.t()) ::
  {:ok, Oban.Job.t()} | {:error, Ecto.Changeset.t()}