kaxil commented on pull request #21915: URL: https://github.com/apache/airflow/pull/21915#issuecomment-1056003315
> Any backcompat concerns? We can bump the major for the provider easy enough, but not as straight forward with the contrib in core. Hardly think so, ancient code that doesn't make sense to use in isolation. `BigQueryPandasConnector` was previously used by `BigqueryHook.get_pandas_df`. This was fixed in https://github.com/apache/airflow/commit/ad308ea441372f2b44b4292c3779eb745f2ed48c (**in 2018**). However we forgot to remove `BigQueryPandasConnector` which is age-old code (2016) and used private methods. So I don'g see any concerns -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
