Skip to content
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

Merged
merged 34 commits into from Jul 28, 2022
Merged

Feature/python model v1 #182

merged 34 commits into from Jul 28, 2022

Conversation

ChenyuLInx
Copy link
Contributor

@ChenyuLInx ChenyuLInx commented Jun 29, 2022

This change currently includes table materialization and incremental materialization.

Also super happy to hear any feedback and what you think we missed.

TODOs:

@cla-bot cla-bot bot added the cla:yes label Jun 29, 2022
models__simple_python_model_v2 = """
import pandas

def model(dbt, session):
Copy link
Contributor Author

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

@ChenyuLInx
Copy link
Contributor Author

@jtcohen6 this is ready minus the part copy grants won't work for python model, it need some refactor that probably should be ticketed work. Created #214 to track it

@ChenyuLInx ChenyuLInx marked this pull request as ready for review July 26, 2022 01:06
Copy link
Contributor

@gshank gshank left a 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.

dev-requirements.txt Outdated Show resolved Hide resolved
@ChenyuLInx ChenyuLInx merged commit c0b9274 into main Jul 28, 2022
@ChenyuLInx ChenyuLInx deleted the feature/python-model-v1 branch July 28, 2022 19:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants