jmcarp commented on issue #4607: WIP: [AIRFLOW-1894] Google cloud bigquery
URL: https://github.com/apache/airflow/pull/4607#issuecomment-460328910
 
 
   @kaxil @potiuk: tests are passing, so this is ready for review when you have 
time. A few differences to point out:
   
   * The current python bigquery client library implements the dbapi connection 
and cursor interfaces, so we can drop our custom implementations
   * The current client also allows for polling a job by calling its `result` 
method, so we can also drop our custom polling logic
   * Because the current client includes classes for most job options that 
include basic validation, we're also able to drop some custom validation
   * Extra methods on the bigquery cursor have been moved to the hook

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to