Skip to content

Releases: datarevenue-berlin/drfs

Misc: Cleanups and updates

09 Jun 07:35
329c108
Compare
Choose a tag to compare
Merge pull request #32 from datarevenue-berlin/dependabot/pip/pip-21.1

Bump pip from 18.1 to 21.1

Fis side effect in get_fs

10 Dec 12:26
2d21ec7
Compare
Choose a tag to compare

Fix side effect altering global configuration. Previously if one passed opts to get_fs it would affect all later calls to get_fs to reuse those opts.

Configuration fix

18 Sep 14:39
c237d8a
Compare
Choose a tag to compare

Added config_default.yaml to Manifest so it gets installed properly

Relax dependencies [BROKEN]

14 Sep 09:39
452d312
Compare
Choose a tag to compare

Relax dependencies to increase compatibility with other packages.

Add support for user configuration [BROKEN]

11 Sep 13:24
d7be39d
Compare
Choose a tag to compare

Drfs now accepts a global configuration file under ~/.config/drfs/config.yaml. This is mainly used to pass storage options to underlying filesystems.

Add support for Windows paths

02 Sep 18:21
eb8e8e5
Compare
Choose a tag to compare
Merge pull request #23 from datarevenue-berlin/ah-windows-support

Add windows support

Misc fixes and improvements

26 Aug 13:29
ff47775
Compare
Choose a tag to compare
0.3.0

Merge pull request #21 from datarevenue-berlin/ah-misc-fixes-and-impr…

Support for Azure Data Lake

08 Nov 20:01
6dfcfae
Compare
Choose a tag to compare
  • Support for adl://storage_name/path like urls
  • Adds repr method
  • Adds luigi FileTarget