Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 988457d

Browse files
committed
add region tags
1 parent 5ae6bbe commit 988457d

File tree

2 files changed

+2
-10
lines changed

2 files changed

+2
-10
lines changed

data-science-onramp/data-ingestion/setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* the name of the BigQuery dataset to be created
88
* an optional --test flag to upload a subset of the dataset for testing
99
"""
10-
10+
# [START datascienceonramp_data_ingestion]
1111
import random
1212
import sys
1313

@@ -207,5 +207,6 @@ def main():
207207
write_to_bigquery(df, CITIBIKE_TABLE_NAME, DATASET_NAME)
208208

209209

210+
# [END datascienceonramp_data_ingestion]
210211
if __name__ == "__main__":
211212
main()

data-science-onramp/data-ingestion/setup.sh

Lines changed: 0 additions & 9 deletions
This file was deleted.

0 commit comments

Comments
 (0)