17 buildPythonPackage rec {
18 pname = "google-cloud-bigquery-datatransfer";
22 disabled = pythonOlder "3.7";
25 inherit pname version;
26 hash = "sha256-oX4E3G3PB9qqCo5ZWt+p702oV5KUzlIdXNczthJ73Q0=";
29 build-system = [ setuptools ];
37 ] ++ google-api-core.optional-dependencies.grpc;
45 pythonImportsCheck = [
46 "google.cloud.bigquery_datatransfer"
47 "google.cloud.bigquery_datatransfer_v1"
51 # Tests require project ID
52 "test_list_data_sources"
56 description = "BigQuery Data Transfer API client library";
57 homepage = "https://github.com/googleapis/google-cloud-python/tree/main/packages/google-cloud-bigquery-datatransfer";
58 changelog = "https://github.com/googleapis/google-cloud-python/blob/google-cloud-bigquery-datatransfer-v${version}/packages/google-cloud-bigquery-datatransfer/CHANGELOG.md";
59 license = licenses.asl20;
60 maintainers = with maintainers; [ ];