aws-samples / dbt-glue

This repository contains de dbt-glue adapter
Apache License 2.0
91 stars 59 forks source link

Add use_arrow as experimental feature to achieve better scalability #313

Closed moomindani closed 5 months ago

moomindani commented 5 months ago

Description

This PR is to add a new credential parameter use_arrow as experimental feature to achieve better scalability.

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 5 months ago

Would you add a test case to run a dbt job with use_arrow feature enabled?

Added the test case.

moomindani commented 5 months ago

Closing this PR because I created another new one: https://github.com/aws-samples/dbt-glue/pull/323