Skip to content

Commit

Permalink
more fixes
Browse files Browse the repository at this point in the history
Signed-off-by: Achal Shah <achals@gmail.com>
  • Loading branch information
achals committed Jul 7, 2022
1 parent 5c7ba22 commit dcfba45
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,9 @@ def test_historical_features(environment, universal_data_sources, full_feature_n
)

if job_from_df.supports_remote_storage_export():
print(job_from_df.to_remote_storage())
files = job_from_df.to_remote_storage()
print(files)
assert len(files) > 0 # This should be way more detailed

start_time = datetime.utcnow()
actual_df_from_df_entities = job_from_df.to_df()
Expand Down

0 comments on commit dcfba45

Please sign in to comment.