aws-samples / dbt-glue

This repository contains the dbt-glue adapter
Apache License 2.0
101 stars 69 forks source link

Changed GlueColumn base class #424

Closed Jeremynadal33 closed 2 months ago

Jeremynadal33 commented 3 months ago

resolves #423

Description

I changed the parent class of GlueColumn from Column (from dbt base) to SparkColumn

Checklist

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

moomindani commented 2 months ago

Thank you for your contribution :)