-
Notifications
You must be signed in to change notification settings - Fork 301
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
DBT Plugin Api reference #1232
DBT Plugin Api reference #1232
Conversation
Thank you for opening this pull request! 🙌 These tips will help get your PR across the finish line:
|
@arpitbhardwaj, thanks for creating the PR! Can you sign off your commits, please? |
Can you also include dataclasses present in https://github.com/flyteorg/flytekit/blob/master/plugins/flytekit-dbt/flytekitplugins/dbt/schema.py? |
@samhita-alla Added classes from schema.py as well and also signed-off the commit. |
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.
LGTM, thank you @arpitbhardwaj. cc @eapolinario mind taking a look?
Codecov Report
@@ Coverage Diff @@
## master #1232 +/- ##
=======================================
Coverage 68.66% 68.66%
=======================================
Files 288 288
Lines 26321 26321
Branches 2940 2940
=======================================
Hits 18074 18074
Misses 7769 7769
Partials 478 478 Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
@arpitbhardwaj need to fix the lint error by running |
Change looks good, we need to fix the linting errors though. |
Signed-off-by: arpitbhardwaj <[email protected]>
@pingsutw @eapolinario Fixed the linting errors. |
Congrats on merging your first pull request! 🎉 |
Signed-off-by: arpitbhardwaj <[email protected]> Signed-off-by: arpitbhardwaj <[email protected]> Signed-off-by: Vivek Praharsha <[email protected]>
Signed-off-by: arpitbhardwaj <[email protected]> Signed-off-by: arpitbhardwaj <[email protected]> Signed-off-by: Kilian <[email protected]>
Update the plugin docs to include the dbt plugin module.
Type
Are all requirements met?
Complete description
Verified with the local testing for docs using "make html"
Tracking Issue
Fixes flyteorg/flyte#2966
Follow-up issue
NA