Afiq Johari
02/08/2024, 2:57 PMmy_sql:
 type: pandas.SQLQueryDataset
 sql: "SELECT * FROM [ABC].[date_20180401]"
 credentials: mycred
I want to use the following parameter from parameters.yml
ABC:
 latest_date: "20180401"
So the expectation in  catalog.yml would be something like
my_sql:
 type: pandas.SQLQueryDataset
 sql: "SELECT * FROM [ABC].[date_{params[ABC.latest_date]}]"
 credentials: mycredAhdra Merali
02/08/2024, 6:42 PMAfiq Johari
02/09/2024, 9:51 AM