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

Bug fixes & changes #77

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open

Commits on Jan 27, 2021

  1. Fix : Bug on dataParseFunction, cause there is a new record type.

    RECORD type is a nested and/or repeated columns which might contain all 
    types of data from string to date etc...
    
    See : https://cloud.google.com/bigquery/docs/nested-repeated
    django-djack committed Jan 27, 2021
    Configuration menu
    Copy the full SHA
    8798a55 View commit details
    Browse the repository at this point in the history
  2. Package update

    django-djack committed Jan 27, 2021
    Configuration menu
    Copy the full SHA
    aedbfaa View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2021

  1. Fix : parser for record types.

     RECORDS are columns of columns. So in order to parse them
    django-djack committed Jan 28, 2021
    Configuration menu
    Copy the full SHA
    350e206 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2021

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

Commits on Nov 16, 2021

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