-
Notifications
You must be signed in to change notification settings - Fork 179
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature/python model v1 #182
Conversation
make snowflake work
Co-authored-by: jtcohen6 <[email protected]>
models__simple_python_model_v2 = """ | ||
import pandas | ||
|
||
def model(dbt, session): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What the model code looks like, we are enforcing session here because it is local to the function and certain operations depends on it
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good! Remember to remove branch from dev-requirements.txt before merging.
This change currently includes table materialization and incremental materialization.
Also super happy to hear any feedback and what you think we missed.
TODOs: