i have some configuration files. inside the configuration file, it has different attribute value like account_id, name. how can i read the file during model refresh? found below solution, but looks like dbt doesn’t have read_file function.
configuration files is like below:
xx.config:
BINARY_TAB_FILE=TRUE
USE_END=TRUE
ACCOUNT=10000
Anyone done this before? thanks so much in advance.
ZX