souvik-databricks / dlt-with-debug

A lightweight helper utility which allows developers to do interactive pipeline development by having a unified source code for both DLT run and Non-DLT interactive notebook run.
https://pypi.org/project/dlt-with-debug/
MIT License
47 stars 7 forks source link

Add the functionality to tie dlt name parameter to the function #3

Open souvik-databricks opened 2 years ago

souvik-databricks commented 2 years ago

For example

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

Tie "table1" to the function name "my_func"