You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just wondering if you could provide documentation on how to go about creating custom storage,loaders and writers. The documentation just says to implement the required functions, however when I use the following code
ERROR: UnsatisfyableTransformer: There are no storages for "Test" that can provide a .
The defined storages are as follows:
DataStorage{rijl}(DataStorage{:rijl})
Please can you help me, I really love the idea of this package and want to incorporate it into a few different data pipelines but I cannot seem to get the basics down.
The text was updated successfully, but these errors were encountered:
Hi @ansaardollie, sorry for the delay but I'd be happy to help!
The main problem I see with the code you've shared, is what you've set the type parameter to in the TOML. It should be set to the Julia type of the information produced by the loader/storage backend, e.g. IO, String, DataFrame. When there's only one option, you can just omit it entirely too.
Hi there,
Just wondering if you could provide documentation on how to go about creating custom storage,loaders and writers. The documentation just says to implement the required functions, however when I use the following code
And then use the following dataset in the
Data.toml
fileI get the following error
Please can you help me, I really love the idea of this package and want to incorporate it into a few different data pipelines but I cannot seem to get the basics down.
The text was updated successfully, but these errors were encountered: