UNPKG
@arcane-utils/ingestion
Version:
latest (1.4.12)
1.4.12
1.4.11
1.4.10
1.4.9
1.4.8
1.4.7
1.4.6
1.4.5
1.4.4
1.4.3
1.4.2
1.4.1
1.4.0
1.3.0
1.2.0
1.1.0
1.0.0
Ingestion utilities for Arcane
@arcane-utils/ingestion
/
dist
/
index.d.cts
6 lines
(5 loc)
•
257 B
text/typescript
View Raw
1
2
3
4
5
6
export
{ shouldCallProductEvolutionCalculator }
from
'./ingestion.cjs'
;
export
{
HISTORICAL_TABLE_SCHEMA
, getHistoricalTableName, storeExecutionDetails }
from
'./history.cjs'
;
import
'@arcane-utils/types'
;
import
'winston'
;
import
'@arcane-utils/bigquery'
;