Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-18-2022 10:52 AM
when table is published in metastore (target option in the pipeline) for Python I just used spark.read.table() with join of dlt table, so I bet in SQL it would be something like:
FROM STREAM(LIVE.branch_bronze) b
INNER JOIN TARGET_DB.charter c
My blog: https://databrickster.medium.com/