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

Create a new dataset allowing querying a Google Bigquery table with a custom SQL statement #1039

Merged
merged 20 commits into from
Nov 23, 2021

Commits on Nov 12, 2021

  1. first implementation

    simonpicard committed Nov 12, 2021
    Configuration menu
    Copy the full SHA
    4b40060 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2021

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

    simonpicard committed Nov 13, 2021
    Configuration menu
    Copy the full SHA
    75767b6 View commit details
    Browse the repository at this point in the history
  3. review comments

    simonpicard committed Nov 13, 2021
    Configuration menu
    Copy the full SHA
    0f9b8dd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    edcc173 View commit details
    Browse the repository at this point in the history
  5. sign in release.md

    simonpicard committed Nov 13, 2021
    Configuration menu
    Copy the full SHA
    d8a7987 View commit details
    Browse the repository at this point in the history
  6. add entry in docs

    simonpicard committed Nov 13, 2021
    Configuration menu
    Copy the full SHA
    192d11f View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2021

  1. Update RELEASE.md

    Co-authored-by: Merel Theisen <49397448+MerelTheisenQB@users.noreply.github.com>
    simonpicard and merelcht authored Nov 17, 2021
    Configuration menu
    Copy the full SHA
    5893db8 View commit details
    Browse the repository at this point in the history
  2. Update kedro/extras/datasets/pandas/gbq_dataset.py

    Co-authored-by: Merel Theisen <49397448+MerelTheisenQB@users.noreply.github.com>
    simonpicard and merelcht authored Nov 17, 2021
    Configuration menu
    Copy the full SHA
    646a518 View commit details
    Browse the repository at this point in the history
  3. Update kedro/extras/datasets/pandas/gbq_dataset.py

    Co-authored-by: Merel Theisen <49397448+MerelTheisenQB@users.noreply.github.com>
    simonpicard and merelcht authored Nov 17, 2021
    Configuration menu
    Copy the full SHA
    a722030 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2021

  1. Merge branch 'master' into feature/gbq-query-dataset

    Lorena Bălan authored Nov 22, 2021
    Configuration menu
    Copy the full SHA
    1aa773d View commit details
    Browse the repository at this point in the history
  2. Update kedro/extras/datasets/pandas/gbq_dataset.py

    Co-authored-by: Lorena Bălan <lorena.balan@quantumblack.com>
    simonpicard and Lorena Bălan authored Nov 22, 2021
    Configuration menu
    Copy the full SHA
    5a8981a View commit details
    Browse the repository at this point in the history
  3. Update kedro/extras/datasets/pandas/gbq_dataset.py

    Co-authored-by: Lorena Bălan <lorena.balan@quantumblack.com>
    simonpicard and Lorena Bălan authored Nov 22, 2021
    Configuration menu
    Copy the full SHA
    dd8d379 View commit details
    Browse the repository at this point in the history
  4. Update kedro/extras/datasets/pandas/gbq_dataset.py

    Co-authored-by: Lorena Bălan <lorena.balan@quantumblack.com>
    simonpicard and Lorena Bălan authored Nov 22, 2021
    Configuration menu
    Copy the full SHA
    c0569de View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    54cd4b3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    12cd6bb View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2021

  1. Update kedro/extras/datasets/pandas/gbq_dataset.py

    Co-authored-by: Lorena Bălan <lorena.balan@quantumblack.com>
    simonpicard and Lorena Bălan authored Nov 23, 2021
    Configuration menu
    Copy the full SHA
    de4a00b View commit details
    Browse the repository at this point in the history
  2. Update kedro/extras/datasets/pandas/gbq_dataset.py

    Co-authored-by: Lorena Bălan <lorena.balan@quantumblack.com>
    simonpicard and Lorena Bălan authored Nov 23, 2021
    Configuration menu
    Copy the full SHA
    4250355 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1fd6c55 View commit details
    Browse the repository at this point in the history
  4. Fix linters

    lorenabalan committed Nov 23, 2021
    Configuration menu
    Copy the full SHA
    e0ad674 View commit details
    Browse the repository at this point in the history