Can one use sqlite3 in metaflow (in AWS)? I just r...
# ask-metaflow
h
Can one use sqlite3 in metaflow (in AWS)? I just ran: conda search -c https://conda.anaconda.org/conda-forge/linux-64 sqlite3 and it could not be found hence I think I cannot do:
@conda_base(
libraries={
"pandas": "1.5.0",
"pyarrow": ">=10.0.1,<10.1.0",
"sqllite3": "????"
},
python="3.10.6",
)
Apologies about my ignorance.