IvoMerchiers

Results 4 issues of IvoMerchiers

## Problem When Multi-factor-authentication (MFA) credentials expire, boto makes no attempt to refresh them, but immediately throws the error: `RefreshWithMFAUnsupportedError: Cannot refresh credentials: MFA token required.` ## Relevant code This...

feature-request
p2

If I create a filesystem and provide a boto3 session, we get an AttributeError. # versions boto3=1.12.0 s3fs=0.5.0 # Code Running ``` session = boto3.Session(profile_name='xpectrum') fs = s3fs.S3FileSystem( session=session, )...

The pages under `Api Reference` no longer contain the formatted docstrings that they used to have. In specific it's these 2 pages: - https://databrickslabs.github.io/tempo/reference/tempo.tsdf.html - https://databrickslabs.github.io/tempo/reference/tempo.intervals.html

bug
documentation

The IntervalsDF class talks about a `metrics` paramater that should be defined, but this is not present in the current api. If I try to run the example code under...

documentation