databrickslabs / dlt-meta

This is metadata driven DLT based framework for bronze/silver pipelines
Other
125 stars 54 forks source link

Delta source_format key error #52

Open JoeBarcus opened 2 months ago

JoeBarcus commented 2 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.

ravi-databricks commented 2 months ago

@JoeBarcus created PR please check.