You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ibis.bigquery.connect takes an arg project_id of type Optional[str]=None. It also takes an optional credentials arg. The way the code is written, if no credentials are passed, the user-passed project_id is thrown away in favor of the user's default project. I don't have a BQ account myself, but I think that some logic is needed to check if the user passes an explicit project_id and use that even if they pass None for credentials.
The text was updated successfully, but these errors were encountered:
ibis.bigquery.connecttakes an argproject_idof typeOptional[str]=None. It also takes an optionalcredentialsarg. The way the code is written, if no credentials are passed, the user-passedproject_idis thrown away in favor of the user's default project. I don't have a BQ account myself, but I think that some logic is needed to check if the user passes an explicitproject_idand use that even if they passNoneforcredentials.The text was updated successfully, but these errors were encountered: