Hubert-Dudek
Databricks MVP

You need to add your schema to dlt declaration:

@dlt.table(
   name="test_bronze",
   comment = "test account data incrementally ingested from S3 Raw landing zone",
   table_properties={ "quality": "bronze" },
   schema=schema)


My blog: https://databrickster.medium.com/

View solution in original post