Open FlorentMeyer opened 4 months ago
Exporting from sqlite currently raises 'SqlAlchemyStore' object has no attribute 'get_host_creds'.
'SqlAlchemyStore' object has no attribute 'get_host_creds'
Moving create_dbx_client() closer to the call to _export_notebook() avoids raising, as long as one doesn't need notebooks.
Exporting from sqlite currently raises
'SqlAlchemyStore' object has no attribute 'get_host_creds'
.Moving create_dbx_client() closer to the call to _export_notebook() avoids raising, as long as one doesn't need notebooks.