dlt-meta icon indicating copy to clipboard operation
dlt-meta copied to clipboard

Delta source_format key error

Open JoeBarcus opened this issue 1 year ago • 1 comments

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.

JoeBarcus avatar Apr 30 '24 15:04 JoeBarcus

@JoeBarcus created PR please check.

ravi-databricks avatar Apr 30 '24 20:04 ravi-databricks

fixed in v0.0.8

ravi-databricks avatar Jul 29 '24 23:07 ravi-databricks