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

Bugfix/1446: Ensure Pydantic Models Can Be Created withtyping.pyspark.DataFrame or typing.pyspark_sql.DataFrame Generic #1447

Open
wants to merge 8 commits into
base: main
Choose a base branch
from

Commits on Dec 12, 2023

  1. Solve problem for both pysparksql and pyspark typing

    Signed-off-by: Brayan Jaramillo <[email protected]>
    brayan07 committed Dec 12, 2023
    Configuration menu
    Copy the full SHA
    dc1eabc View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2023

  1. Implement Pydantic Integration MixIn

    Signed-off-by: Brayan Jaramillo <[email protected]>
    brayan07 committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    2e633c6 View commit details
    Browse the repository at this point in the history
  2. Move mix in outside of if statement

    * Disable irrelevant pylint warnings
    
    Signed-off-by: Brayan Jaramillo <[email protected]>
    brayan07 committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    d391ea9 View commit details
    Browse the repository at this point in the history
  3. Update module docstrings

    Signed-off-by: Brayan Jaramillo <[email protected]>
    brayan07 committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    6d97c23 View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2023

  1. Fix linting issues

    Signed-off-by: Brayan Jaramillo <[email protected]>
    brayan07 committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    e3cb340 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cadb145 View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2024

  1. update pydantic imports

    cosmicBboy committed Apr 14, 2024
    Configuration menu
    Copy the full SHA
    dd8a0d7 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2024

  1. Configuration menu
    Copy the full SHA
    2d1a3b2 View commit details
    Browse the repository at this point in the history