Skip to content
This repository was archived by the owner on Nov 29, 2023. It is now read-only.

docs: add samples from bigquery/transfer/cloud-client #38

Merged
merged 21 commits into from
Sep 10, 2020
Merged
Changes from 1 commit
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
ab8ea78
BigQuery: Add Data Transfer Service quickstart. [(#1295)](https://git…
tswast Dec 27, 2017
2ee6c56
Auto-update dependencies. [(#1377)](https://github.com/GoogleCloudPla…
dpebot Mar 5, 2018
6cbf2b0
bigquery_datatransfer -> bigquerydatatransfer
tswast Mar 21, 2018
3379a97
Auto-update dependencies. [(#1846)](https://github.com/GoogleCloudPla…
dpebot Nov 20, 2018
1091b27
Auto-update dependencies. [(#1980)](https://github.com/GoogleCloudPla…
dpebot Feb 6, 2019
e0b3fff
Adds updates including compute [(#2436)](https://github.com/GoogleClo…
gguuss Oct 23, 2019
58ebd29
chore(deps): update dependency google-cloud-bigquery-datatransfer to …
renovate-bot Mar 30, 2020
8aa4062
Simplify noxfile setup. [(#2806)](https://github.com/GoogleCloudPlatf…
kurtisvg Apr 2, 2020
343ab26
Replace GCLOUD_PROJECT with GOOGLE_CLOUD_PROJECT. [(#4022)](https://g…
kurtisvg Jun 9, 2020
13147a4
chore(deps): update dependency google-cloud-bigquery-datatransfer to …
renovate-bot Jun 30, 2020
cccb8da
chore(deps): update dependency pytest to v5.4.3 [(#4279)](https://git…
renovate-bot Jul 12, 2020
6a46d0c
chore(deps): update dependency mock to v4 [(#4287)](https://github.co…
renovate-bot Jul 13, 2020
6b27357
Update dependency pytest to v6 [(#4390)](https://github.com/GoogleClo…
renovate-bot Aug 1, 2020
bfcbe8e
Merge branch 'snippets-samples' into add-snippets-samples
danoscarmike Aug 27, 2020
eed47ac
chore: update templates
danoscarmike Aug 28, 2020
dbde414
chore: pins sphinx<3.0 for docs session
danoscarmike Aug 28, 2020
9d65654
chore: corrects import order (lint fix)
danoscarmike Aug 28, 2020
d368faf
chore: use time.process_time in place of clock
danoscarmike Aug 28, 2020
6831c01
chore: use GOOGLE_CLOUD_PROJECT
danoscarmike Aug 28, 2020
f2ea954
chore: adds CODEOWNERS
danoscarmike Aug 28, 2020
f90ee2f
chore: removes redundant statement
danoscarmike Sep 10, 2020
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
chore: use GOOGLE_CLOUD_PROJECT
  • Loading branch information
danoscarmike committed Aug 28, 2020
commit 6831c01f287f7d1161bf4aaa85a06dfc7481da2a
2 changes: 1 addition & 1 deletion samples/tests/test_create_scheduled_query.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

@pytest.fixture
def project_id():
return os.environ["PROJECT_ID"]
return os.environ["GOOGLE_CLOUD_PROJECT"]


@pytest.fixture(scope="module")
Expand Down