Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ae6bbe commit 988457dCopy full SHA for 988457d
data-science-onramp/data-ingestion/setup.py
@@ -7,7 +7,7 @@
7
* the name of the BigQuery dataset to be created
8
* an optional --test flag to upload a subset of the dataset for testing
9
"""
10
-
+# [START datascienceonramp_data_ingestion]
11
import random
12
import sys
13
@@ -207,5 +207,6 @@ def main():
207
write_to_bigquery(df, CITIBIKE_TABLE_NAME, DATASET_NAME)
208
209
210
+# [END datascienceonramp_data_ingestion]
211
if __name__ == "__main__":
212
main()
data-science-onramp/data-ingestion/setup.sh
0 commit comments