Skip to content

Commit

Permalink
[Test] Fix test_s3_fs_parquet_as_df [1.6.x] (#5628)
Browse files Browse the repository at this point in the history
  • Loading branch information
gtopper committed May 26, 2024
1 parent cbae1d9 commit 1f608f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/datastore/test_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ def test_http_fs_parquet_with_params_as_df():

def test_s3_fs_parquet_as_df():
data_item = mlrun.datastore.store_manager.object(
"s3://aws-roda-hcls-datalake/gnomad/chrm/run-DataSink0-1-part-block-0-r-00009-snappy.parquet"
"s3://aws-public-blockchain/v1.0/btc/transactions/date=2024-05-26/845161.snappy.parquet"
)
data_item.as_df()

Expand Down

0 comments on commit 1f608f4

Please sign in to comment.