Documentation
¶
Index ¶
Constants ¶
Variables ¶
This section is empty.
Functions ¶
Types ¶
type BigQueryConfig ¶
type Config ¶
type Config struct {
// Deprecated: Use Provider instead
Warehouse string
Provider Provider
FsApiToken string
ExportDuration Duration
ExportDelay Duration
AdditionalHttpHeader []Header
Backoff Duration
BackoffStepsMax int
// Deprecated
CheckInterval Duration
TmpDir string
// Deprecated
ListExportLimit int
// Deprecated: use ExportDuration
GroupFilesByDay bool
SaveAsJson bool
StorageOnly bool
StartTime time.Time
IncludeMobileAppsFields bool
ApiURL string
// aws: s3 + redshift
S3 S3Config
Redshift RedshiftConfig
// gcloud: GCS + BigQuery
GCS GCSConfig
BigQuery BigQueryConfig
// local filesystem: Local
Local LocalConfig
}
type Duration ¶
func (*Duration) UnmarshalText ¶
type LocalConfig ¶
type RedshiftConfig ¶
Click to show internal directories.
Click to hide internal directories.