aws-samples / dbt-glue

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

Allow seed type casting #459

Open jausanca opened 1 month ago

jausanca commented 1 month ago

resolves #458

Description

This PR adds the configuration property enable_spark_seed_casting to enable casting the seed to the types specified on column_types on the statement that creates the seed.

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 3 weeks ago

Apologizes for delay. I have verified that integration test worked with this change successfully. Could you please resolve conflicts and let me know?

jausanca commented 3 weeks ago

It's ok @moomindani, I just assumed there was other stuff. I just merged from main.