Takuya UESHIN
Takuya UESHIN
Glad to hear it worked fine. Also thanks for the suggestion! Do you want to submit a PR to support it? I guess we should add it to `to_orc` as...
I'll also update this once #58 is merged.
You need to define the schema with `quote: true` to use special characters in column names: - schema.yml ```yml version: 2 models: - name: customers columns: - name: 'first name'...
@mcfuhrt Could you also try with dbt-databricks 1.0.1? @jtcohen6 Could you help to take a look at this? Seems like the error came from dbt-spark or dbt-core.
This is now based on #148. Please take a look at it first.
> 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
Thanks! merging.
@jtcohen6 Could you help take a look at this issue? Seems like `SparkRelation` or even `BaseRelation` are not serializable. ```py >>> json.dumps(SparkRelation.create(schema='a', identifier='b')) ... TypeError: Object of type SparkRelation is...
Seems like it tries to show more logs in `1.1` than `1.0`, that is breaking the command.
Right, so far Python model only works on all-purpose clusters. The discussion to provide a way to have a separate config to run on the all-purpose clusters even when the...