Closed JoeBarcus closed 4 months ago
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 me locally.
source_table
@JoeBarcus created PR please check.
fixed in v0.0.8
When using the delta option for the bronze source_format the read_dlt_delta method will fail with a key error:
Switching the key to
source_table
worked for me locally.