dlt-with-debug icon indicating copy to clipboard operation
dlt-with-debug copied to clipboard

Add the functionality to tie dlt name parameter to the function

Open souvik-databricks opened this issue 3 years ago • 0 comments

For example

@dlt.create_table(name='table1')
def my_func():
  spark.read.csv()

Tie "table1" to the function name "my_func"

souvik-databricks avatar Oct 25 '22 16:10 souvik-databricks