databrickslabs / dlt-meta

Metadata driven Databricks Delta Live Tables framework for bronze/silver pipelines
https://databrickslabs.github.io/dlt-meta/
Other
156 stars 71 forks source link

Delta source_format key error #52

Closed JoeBarcus closed 4 months ago

JoeBarcus commented 7 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 7 months ago

@JoeBarcus created PR please check.

ravi-databricks commented 4 months ago

fixed in v0.0.8