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
{{ message }}
This repository has been archived by the owner on Apr 8, 2024. It is now read-only.
Context
We are trying to change a dbt Python model to be incremental. At the moment it runs in 30 minutes processing all data for all time. We need to move this to be incremental for processing to ensure that this model runs in a more reasonable time. We cannot do this currently due to the lack of support in FAL for incremental Python models.
Is your feature request related to a problem? Please describe.
When we attempt to make a Python model incremental, we are presented with an error stating that we need to install PySpark and Java.
Describe the solution you'd like
Be able to use the in-built logic to make a dbt model incremental (see here) and this just work correctly like a "normal" dbt python model.
Describe alternatives you've considered
The only alternative we have here is to switch away from using FAL and to use the prescribed way from dbt to use DataProc clusters to do the Python processing.
Additional context
No additional context
Is there an existing feature request for this?
I have searched the existing issues -> Similar issue here but I talked to Burkay and he asked for an issue to be raised.
The text was updated successfully, but these errors were encountered:
Context
We are trying to change a dbt Python model to be incremental. At the moment it runs in 30 minutes processing all data for all time. We need to move this to be incremental for processing to ensure that this model runs in a more reasonable time. We cannot do this currently due to the lack of support in FAL for incremental Python models.
Is your feature request related to a problem? Please describe.
When we attempt to make a Python model incremental, we are presented with an error stating that we need to install PySpark and Java.
Describe the solution you'd like
Be able to use the in-built logic to make a dbt model incremental (see here) and this just work correctly like a "normal" dbt python model.
Describe alternatives you've considered
The only alternative we have here is to switch away from using FAL and to use the prescribed way from dbt to use DataProc clusters to do the Python processing.
Additional context
No additional context
Is there an existing feature request for this?
The text was updated successfully, but these errors were encountered: