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

Add pyspark decorator #35247

Merged
merged 7 commits into from
Nov 1, 2023
Merged

Add pyspark decorator #35247

merged 7 commits into from
Nov 1, 2023

Commits on Oct 28, 2023

  1. Add pyspark decorator

    This add the pysprak decorator so that spark can be
    run inline so that results, like dataframes, can be
    shared.
    bolkedebruin committed Oct 28, 2023
    Configuration menu
    Copy the full SHA
    a558894 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2023

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

    bolkedebruin committed Oct 29, 2023
    Configuration menu
    Copy the full SHA
    f7ea75d View commit details
    Browse the repository at this point in the history
  3. Make nicer

    bolkedebruin committed Oct 29, 2023
    Configuration menu
    Copy the full SHA
    51258df View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2023

  1. Fix example

    bolkedebruin committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    f6829a8 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2023

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

Commits on Nov 1, 2023

  1. Add db test marker

    bolkedebruin committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    d8dd703 View commit details
    Browse the repository at this point in the history