jbarcus

Results 1 issues of jbarcus

When using the delta option for the bronze source_format the read_dlt_delta method will fail with a key error: ``` .{bronze_dataflow_spec.sourceDetails["table"]} KeyError: 'table' ``` Switching the key to `source_table` worked for...

bug