-
Notifications
You must be signed in to change notification settings - Fork 103
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
feat: support python submissions #248
feat: support python submissions #248
Conversation
…labs#200) Co-authored-by: nicor88 <[email protected]>
Co-authored-by: nicor88 <[email protected]> Co-authored-by: Jérémy Guiselin <[email protected]>
Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com> Co-authored-by: Mattia <[email protected]>
Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com> Co-authored-by: Mattia <[email protected]>
Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: nicor88 <[email protected]> Co-authored-by: Jeremy Guiselin <[email protected]>
Co-authored-by: Jérémy Guiselin <[email protected]>
…ut not enforced (dbt-labs#223) Co-authored-by: Jérémy Guiselin <[email protected]>
I am seeing an empty calculation along with main python model code calculation is submitted for almost every model Also, if not returning the result json, we are getting green ERROR messages instead of OK messages. And with this handling, I am not seeing the run model code in target folder every model under run folder seems to be empty. Need to address this work around solution in order to have the target folder show the run model content.
…erthnagapuri/dbt-athena-py-model into support-python-submissions
feat: enable iceberg table format for athena spark
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.
@Avinash-1394 solid job done. There are some minor points to improve, but we can do it later. As this PR is waiting for so long time, we can merge and try it as @nicor88 suggested.
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.
Nice work @Avinash-1394
this will be included in the next release 💯
Sorry for letting you wait so long.
Description
Support dbt python models by using Spark
Docs - https://docs.aws.amazon.com/athena/latest/ug/notebooks-spark.html
Bugs currently identified:
Prerequisites
~/.dbt/profiles.yml
file and the profile is referenced indbt_project.yml
Models used to test - Optional
You can add the below models to your dbt project or you can clone this repository and do poetry installation & run
model
python_table
python_table_2
python_incremental
Build
dbt output
Tests added
TODO:
Checklist