You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
github-actionsbot
changed the title
[Feature] [Spike] Support dbt Python models on Redshift/AWS
[CT-1185] [Feature] [Spike] Support dbt Python models on Redshift/AWS
Sep 14, 2022
UPDATE: closed in favor of #204
Is this your first time submitting a feature request?
Describe the feature
dbt Python models, but on Redshift/AWS
Describe alternatives you've considered
n/a
Who will this benefit?
Redshift/AWS users
Are you interested in contributing this feature?
not exactly...
Anything else?
seems like the Python cursor API (thanks @dataders) supports reading and writing dataframes: https://docs.aws.amazon.com/redshift/latest/mgmt/python-api-reference.html#python-api-cursor
potentially combine that with something like this: https://docs.aws.amazon.com/prescriptive-guidance/latest/patterns/launch-a-spark-job-in-a-transient-emr-cluster-using-a-lambda-function.html
we should investigate the technical feasibility here
The text was updated successfully, but these errors were encountered: