aws-samples / dbt-glue

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

Allow big seeds #447

Closed jausanca closed 1 month ago

jausanca commented 1 month ago

resolves #446

Description

This pull requests allows to upload seeds with serialized lengths over 68000 characters. It allows so by splitting csv records across chunks which are appended to a session variable on different statement executions.

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 1 month ago

Could you please look failed tasks? e.g. https://github.com/aws-samples/dbt-glue/actions/runs/11068856012/job/30838954297?pr=447

moomindani commented 1 month ago

Thank you for your contribution!