@arcane-utils/ingestion
Version:
Ingestion utilities for Arcane
58 lines (38 loc) • 1.82 kB
Markdown
@arcane-utils/error
# CHANGE LOG
## V 1.4.12
Export createFileName and PREFIX_IMPORT from ingestion
## V 1.4.11
Add the createFileName method for ingestion
## V 1.4.10
jobRows can be null (instead of 0) for the new unchanged files logic + cleaning of unused dead code ('type' colon)
## V 1.4.9
Remove unecessary types that can create bugs in the query job of storeExecutiondetails
## V 1.4.8
Add types options paramater in the query job in storeExecutionDetails
## V 1.4.7
Add the optionnal parameter "invoker" to storeExecutionDetails, it stores the uid during manual fetch
## V 1.4.6
Add the parameter "labels" to storeExecutionDetails and remove "type" parameter from v1.4.4 (unused)
## V 1.4.5
executionHandler now handles:
- retry count from Cloud Tasks to allow retries in case of transient errors even if the previous execution is still running (ex: waiting for BigQuery job to finish)
- stop the execution if the ingestion is disabled
## V 1.4.4
Add the parameter "type" (manual/automatic) in storeExecutionDetails and propagate it in row
## V 1.4.3
Add executionHandler function
## V 1.4.2
Don't know, someone forget to update the changelog
## V 1.4.1
Correct storeExecutionDetails
## V 1.4.0
Add storeExecutionDetails and storeHistoryForUnchangedFile
## V 1.3.0
Correct shouldCalledProductEvolutionInformation to return the correct response
## V 1.2.0
Correct shouldCalledProductEvolutionInformation to return the correct response (BUGGED: missing update arcane types dependency)
## V 1.1.0
Correct shouldCalledProductEvolutionInformation to return the correct response and rename it to shouldCallProductEvolutionCalculator ((BUGGED: incorrect response on first execution))
## V 1.0.0
Init lib with shouldCalledProductEvolutionInformation (BUGGED: incorrect response)