Skip to content

Commit

Permalink
Expose ParquetOptions in top level namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
plamut committed May 26, 2021
1 parent 2b8131a commit 64b3166
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions google/cloud/bigquery/__init__.py
Expand Up @@ -47,6 +47,7 @@
from google.cloud.bigquery.external_config import CSVOptions
from google.cloud.bigquery.external_config import GoogleSheetsOptions
from google.cloud.bigquery.external_config import ExternalSourceFormat
from google.cloud.bigquery.format_options import ParquetOptions
from google.cloud.bigquery.job import Compression
from google.cloud.bigquery.job import CopyJob
from google.cloud.bigquery.job import CopyJobConfig
Expand Down Expand Up @@ -136,6 +137,7 @@
"BigtableColumn",
"CSVOptions",
"GoogleSheetsOptions",
"ParquetOptions",
"DEFAULT_RETRY",
# Enum Constants
"enums",
Expand Down

0 comments on commit 64b3166

Please sign in to comment.