Python MV
Has anyone been able to use a variable as an input to the read function in a python MV?See example below:var_name = "sample_schema.sample_table"dataframe = read(var_name)save(dataframe)The code above returns an error when I try to validate. However, ...