dlt-with-debug
dlt-with-debug copied to clipboard
Add the functionality to tie dlt name parameter to the function
For example
@dlt.create_table(name='table1')
def my_func():
spark.read.csv()
Tie "table1" to the function name "my_func"