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 additional BigQuery type maps #2028

Closed
wants to merge 17 commits into from
Closed

Commits on Dec 8, 2021

  1. Support BigQuery DATE type

    Signed-off-by: Judah Rand <17158624+judahrand@users.noreply.github.com>
    judahrand committed Dec 8, 2021
    Configuration menu
    Copy the full SHA
    ecbb605 View commit details
    Browse the repository at this point in the history
  2. Support more BigQuery ARRAY types

    Signed-off-by: Judah Rand <17158624+judahrand@users.noreply.github.com>
    judahrand committed Dec 8, 2021
    Configuration menu
    Copy the full SHA
    d75f8a7 View commit details
    Browse the repository at this point in the history
  3. Correctly infer BigQuery ARRAY types

    Signed-off-by: Judah Rand <17158624+judahrand@users.noreply.github.com>
    judahrand committed Dec 8, 2021
    Configuration menu
    Copy the full SHA
    ea7145d View commit details
    Browse the repository at this point in the history
  4. Fix invalid Pandas dtype

    Signed-off-by: Judah Rand <17158624+judahrand@users.noreply.github.com>
    judahrand committed Dec 8, 2021
    Configuration menu
    Copy the full SHA
    5d09b5d View commit details
    Browse the repository at this point in the history
  5. Handle Python date types

    Signed-off-by: Judah Rand <17158624+judahrand@users.noreply.github.com>
    judahrand committed Dec 8, 2021
    Configuration menu
    Copy the full SHA
    7ec8395 View commit details
    Browse the repository at this point in the history
  6. Handle date and datetime conversions better

    Signed-off-by: Judah Rand <17158624+judahrand@users.noreply.github.com>
    judahrand committed Dec 8, 2021
    Configuration menu
    Copy the full SHA
    2eac400 View commit details
    Browse the repository at this point in the history
  7. Add tests for date and datetime features

    Signed-off-by: Judah Rand <17158624+judahrand@users.noreply.github.com>
    judahrand committed Dec 8, 2021
    Configuration menu
    Copy the full SHA
    f149b16 View commit details
    Browse the repository at this point in the history
  8. Fix formating

    Signed-off-by: Judah Rand <17158624+judahrand@users.noreply.github.com>
    judahrand committed Dec 8, 2021
    Configuration menu
    Copy the full SHA
    c84a6fc View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2021

  1. Remove UNIX_TIMESTAMP_LIST from mapping

    Signed-off-by: Judah Rand <17158624+judahrand@users.noreply.github.com>
    judahrand committed Dec 9, 2021
    Configuration menu
    Copy the full SHA
    d968bc9 View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2021

  1. Use .replace instead of indexing

    Signed-off-by: Judah Rand <17158624+judahrand@users.noreply.github.com>
    judahrand committed Dec 10, 2021
    Configuration menu
    Copy the full SHA
    072891a View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2021

  1. Fix linter

    Signed-off-by: Tsotne Tabidze <tsotne@tecton.ai>
    Tsotne Tabidze committed Dec 11, 2021
    Configuration menu
    Copy the full SHA
    16a28f7 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2021

  1. Merge branch 'master' into bq-date

    Tsotne Tabidze committed Dec 14, 2021
    Configuration menu
    Copy the full SHA
    2e412e6 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2021

  1. Add back ValueType.UNIX_TIMESTAMP_LIST in PYTHON_LIST_VALUE_TYPE_TO_P…

    …ROTO_VALUE
    
    Signed-off-by: Tsotne Tabidze <tsotne@tecton.ai>
    Tsotne Tabidze committed Dec 15, 2021
    Configuration menu
    Copy the full SHA
    05f1c67 View commit details
    Browse the repository at this point in the history
  2. Add some logging (needs to be reverted before merging)

    Signed-off-by: Tsotne Tabidze <tsotne@tecton.ai>
    Tsotne Tabidze committed Dec 15, 2021
    Configuration menu
    Copy the full SHA
    1510894 View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2021

  1. Merge branch 'master' into bq-date

    Tsotne Tabidze committed Dec 17, 2021
    Configuration menu
    Copy the full SHA
    45c73ef View commit details
    Browse the repository at this point in the history
  2. Fix RedshiftDataSourceCreator.tables being global

    Signed-off-by: Tsotne Tabidze <tsotne@tecton.ai>
    Tsotne Tabidze committed Dec 17, 2021
    Configuration menu
    Copy the full SHA
    8d3d5d4 View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2021

  1. Merge branch master into bq-date

    Signed-off-by: Judah Rand <17158624+judahrand@users.noreply.github.com>
    judahrand committed Dec 21, 2021
    Configuration menu
    Copy the full SHA
    a6395f2 View commit details
    Browse the repository at this point in the history