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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add AvroOptions to configure AVRO external data #994

Merged
merged 6 commits into from Sep 30, 2021
Merged

Commits on Sep 29, 2021

  1. feat: add AvroOptions to configure AVRO external data

    Also:
    
    * Unify `ExternalConfig` class to use `_properties` for everything. This does
      result in more code, but it should make maintenance easier as it aligns with
      our other mutable resource classes.
    * Adds `bigtable_options`, `csv_options`, and `google_sheets_options`
      properties. This aligns with `parquet_options`.
    tswast committed Sep 29, 2021
    Copy the full SHA
    1b45795 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2021

  1. Copy the full SHA
    844c74d View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    327c6ba View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    15947c1 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    a370d6f View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    e3e71c9 View commit details
    Browse the repository at this point in the history