Souvik Pratiher

Results 6 issues of Souvik Pratiher

Add to Quinn a tool to profile incoming data, check if it adheres to registered schema and do custom data quality checks. At the end of it, a human readable...

enhancement

Added the function to get all of the possible composite key candidates for a delta table

Work for #53 going on this branch and will be addressed as part of this PR CC: @robertkossendey

Add docstrings to the functions so that the function description and parameter descriptions show up for the users when they use `help()` on the functions of mack. And also gives...

documentation

Add unit tests for the functions and get coverage.

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