15 buildPythonPackage rec {
16 pname = "google-cloud-bigquery-datatransfer";
18 format = "setuptools";
20 disabled = pythonOlder "3.7";
23 inherit pname version;
24 hash = "sha256-uEWnQIGs4yybuukzgrAqaduFYKNW9h/WouX2MzSVgUg=";
27 propagatedBuildInputs = [
33 ] ++ google-api-core.optional-dependencies.grpc;
41 pythonImportsCheck = [
42 "google.cloud.bigquery_datatransfer"
43 "google.cloud.bigquery_datatransfer_v1"
47 # Tests require project ID
48 "test_list_data_sources"
52 description = "BigQuery Data Transfer API client library";
53 homepage = "https://github.com/googleapis/python-bigquery-datatransfer";
54 changelog = "https://github.com/googleapis/python-bigquery-datatransfer/blob/v${version}/CHANGELOG.md";
55 license = licenses.asl20;
56 maintainers = with maintainers; [ ];