Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
mlnsio
/
text2sql
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
8b9a027
text2sql
/
tests
/
data.py
ns-devel
Text2SQL app
38171fa
over 1 year ago
raw
Copy download link
history
blame
Safe
231 Bytes
import
os
import
json
from
django.conf
import
settings
def
get_mflist_data
():
with
open
(
os.path.join(settings.BASE_DIR,
"tests/data/morningstar_mf_list.json"
)
)
as
f:
data = json.load(f)
return
data