The problem I’m having
Reading through the documentation of Python Models:
release notes and github redshift issue, it seems that we currently don’t have support for Python Models in AWS Redshift.
Release notes mention that Redshift is in the plans but I don’t seem to find documentation for its current implementation
The context of why I’m trying to do this
I want to create ML Pipelines using Python Models in dbt-redshift.
What I’ve already tried
Reading the docs and going through several options like dbt-glue but it would require to set up Spark
Some example code or error messages
N/A