Spaces:
Sleeping
Sleeping
Commit
·
92f1b25
1
Parent(s):
72bf78d
new code
Browse files
main.py
CHANGED
|
@@ -14,7 +14,7 @@ reading_thread = None
|
|
| 14 |
stop_reading = False
|
| 15 |
counter = 0
|
| 16 |
|
| 17 |
-
gcs_bucket_name = "
|
| 18 |
|
| 19 |
# process of getting credentials
|
| 20 |
def get_credentials():
|
|
@@ -37,7 +37,7 @@ gcs_client = storage.Client()
|
|
| 37 |
gcs_bucket = gcs_client.bucket(gcs_bucket_name)
|
| 38 |
|
| 39 |
# File path in GCS bucket
|
| 40 |
-
gcs_file_path = "
|
| 41 |
|
| 42 |
|
| 43 |
def read_csv(location="chennai"):
|
|
|
|
| 14 |
stop_reading = False
|
| 15 |
counter = 0
|
| 16 |
|
| 17 |
+
gcs_bucket_name = "ow-stu-us-ce1-ai-platform"
|
| 18 |
|
| 19 |
# process of getting credentials
|
| 20 |
def get_credentials():
|
|
|
|
| 37 |
gcs_bucket = gcs_client.bucket(gcs_bucket_name)
|
| 38 |
|
| 39 |
# File path in GCS bucket
|
| 40 |
+
gcs_file_path = "deepak_6593/db.csv"
|
| 41 |
|
| 42 |
|
| 43 |
def read_csv(location="chennai"):
|