Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-20-2022 06:24 AM
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/