-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make audbcards independent from the used backend #4
Comments
To be able to still get information on author and date of publishing a database, I created audeering/audbackend#75 to support these for all backends. /cc @Bahaabrougui |
Until |
I have used a dirty patch to circumvent the absence of publication here: So if this could be implemented, the ugliness of the above patch could also be remedied. |
In Until then it seems valid to me to add something like |
The same we could do for if self.repository.backend == 'file-system':
return self.repository} |
So you say that for the time being, conditional execution depending on the backend type is ok, and the changes to audbackend are on their way, but patience is required, and no need to take initiative. |
Yes, exactly. |
At the moment we support only Artifactory as a backend as
audfactory
is used inDataset.publication
:audbcards/audbcards/core/dataset.py
Lines 215 to 224 in bd291f3
and
Dataset.repository_link
also hard codes an Artifactory server address:audbcards/audbcards/core/dataset.py
Lines 226 to 235 in bd291f3
The text was updated successfully, but these errors were encountered: