fal-ai / dbt-fal

do more with dbt. dbt-fal helps you run Python alongside dbt, so you can send Slack alerts, detect anomalies and build machine learning models.
https://fal.ai/dbt-fal
Apache License 2.0
853 stars 72 forks source link

Change default varchar size in redshift to 65535 #899

Closed dnascimento closed 10 months ago

dnascimento commented 10 months ago

Description

As mentioned in https://discord.com/channels/908693336280432750/940966301680156683/941335732923007056

The default value for varchar in dbt-fal is 256, which is too small for many applications. This changes the default to max so that most of models work without problem.

dnascimento commented 10 months ago

@chamini2 who can merge it?

chamini2 commented 10 months ago

Thanks @dnascimento . I will make a release this week!

chamini2 commented 10 months ago

released at https://pypi.org/project/dbt-fal/1.5.9/

thanks for the contribution!