Open shivamsekra opened 2 years ago
Hi @shivamsekra happy to help with your request, but would like to understand your use case a little bit better. Are you just trying to transform a dbt model in place? dbt style data modelling usually recommends creating a new table for each stage of the transformation
Context Instead of writing to DB and then calling in Fal py model. Can i run sql in fal model only and do write only once. Beacuse currently logic makes two writes which is not scalable