For example ``` @dlt.create_table(name='table1') def my_func(): spark.read.csv() ``` Tie "table1" to the function name "my_func"