Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-30-2022 04:57 AM
when you declare a table or view, you can pass use something as this:
@dlt.table(
spark_conf={
"pipelines.incompatibleViewCheck.enabled": "false"
}
)