get_metadata_value: Get metadata value

Description Usage Arguments Examples

View source: R/process_metadata.R

Description

Read metadata value from DWH, will autodetect field type and pull from appropiate table

Usage

1
get_metadata_value(metadata_key, source = "dwh")

Arguments

metadata_key

The key of the metadata value, e.g. "last_processed_fit_score" could be the last processed time of the fit score

source

if ‘dwh', it’ll use the DWH, if you specify anything else, it'll use it as a filename to use as a config database

Examples

1
2
3
4
5
6
7
## Not run: 

end_date = get_metadata_value('last_processed_fit_score')
print(end_date)


## End(Not run)

auth0/rauth0 documentation built on July 3, 2021, 4:11 p.m.