BUG: tests fail due to missing progress_bar_type argument #296
Labels
priority: p0
Highest priority. Critical issue. P0 implies highest priority.
type: bug
Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
Example test failure: https://circleci.com/gh/tswast/pandas-gbq/699?utm_campaign=vcs-integration-link&utm_medium=referral&utm_source=github-build-link
Older versions of the
google-cloud-bigquery
client don't have aprogress_bar_type
argument.Proposed solution:
Detect if the minimum version of
google-cloud-bigquery
is installed and only then populate theprogress_bar_type
argument.Alternatives considered:
google-cloud-bigquery
. As much as possible, we should allow any version ofgoogle-cloud-bigquery
. The wider we can make the allowed package versions, the less likely it is that people will encounter version conflicts.The text was updated successfully, but these errors were encountered: