dbt-databricks icon indicating copy to clipboard operation
dbt-databricks copied to clipboard

Feature/python model beta

Open ueshin opened this issue 3 years ago • 1 comments

Description

Ports the changes for python model v1 from dbt-spark but use APIs below instead.

ueshin avatar Jul 08 '22 00:07 ueshin

This is now based on #148. Please take a look at it first.

ueshin avatar Aug 04 '22 01:08 ueshin

https://github.com/databricks/jaffle_shop/pull/1/files#r969108078 please take a look at this, it seems that python model cann't work with view materialization

zhengruifeng avatar Sep 13 '22 03:09 zhengruifeng

it seems that python model cann't work with view materialization

Yes, so far it's a limitation of python model. https://docs.getdbt.com/docs/building-a-dbt-project/building-models/python-models#materializations

ueshin avatar Sep 13 '22 04:09 ueshin

@ueshin Since it's a known issue, then I think this PR works well. I don't find other issue right now

zhengruifeng avatar Sep 13 '22 05:09 zhengruifeng

Thanks! merging.

ueshin avatar Sep 13 '22 21:09 ueshin