Ben Cassell
Ben Cassell
I believe I've seen it happen with both. Right now using an 11.1 cluster.
I'm unclear on exactly what you're trying to assert in the test here?
@rcypher-databricks in the next couple of days, would really appreciate if you can check out this branch, install poetry, and run ``` poetry install poetry run nox -s unit ```...
@tade0726 Please go ahead and submit a PR :). I agree that it makes most sense for the data type to be consistent regardless of source.
Marking this as a bug, since it sounds like the grants functionality doesn't work as expected in UC without USE SCHEMA
Thanks for filing the ticket. Per our discussion out of band, our documentation on this front is confusing at best. We will also be discussing what needs to be done...
I don't think you need any changes in the adapter to facilitate this. You can set tblproperties on your bronze tables to turn on CDC, and then in your is_incremental...
``` {{ config( materialized = 'incremental', tblproperties = {'delta.enableChangeDataFeed': 'true'} )}} ... {% if is_incremental() %} where _commit_version > (select max(_commit_version) from {{ this }}) {% endif %} ``` Let...
err, the changeDataFeed should be set on the source table, not this one, I think.
Reactivating this issue. Also, should be able to specify whether tables created under that schema should be external or managed.