in catalog.yml we are using runtime arguments like bucket_name below:
raw_boat_data:
filepath: "s3a://${bucket_name}/${key_prefix}/${folders.raw}/boats.csv"
file_format: parquet
bucket_name is also defined in globals.yml and is overridden by runtime parameter through commandline
I see that sometimes the bucket_name is not correctly picked from the command line, it is still picking the value from globals.yml. what am i missing here?