Skip to content

Commit

Permalink
storage test update
Browse files Browse the repository at this point in the history
  • Loading branch information
Wedeueis committed Apr 4, 2022
1 parent a7c55e2 commit a3ad616
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions apps/gcp_storage_test/storage_test.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import sys
import os
import json

PROJECT_ROOT = os.path.abspath(
os.path.join(os.path.dirname(__file__), os.pardir, os.pardir)
Expand All @@ -13,7 +12,7 @@

from src.datasource import read_dataframe_from_bucket_file

FILENAME = "path-to-the-file"
BUCKET_NAME = "<path-to_your-bucket>"
FILENAME = "<path-to-the-file>"
BUCKET_NAME = "<bucket-name>"

print(read_dataframe_from_bucket_file(BUCKET_NAME, FILENAME, sep=","))
Empty file added models/.gitkeep
Empty file.

0 comments on commit a3ad616

Please sign in to comment.