Skip to content
This repository has been archived by the owner on Nov 27, 2024. It is now read-only.

Commit

Permalink
fix: rollback partition change (#26)
Browse files Browse the repository at this point in the history
**Motivation:**

change partitions back to original def
  • Loading branch information
scottincrypto authored Oct 2, 2023
1 parent 2f3c227 commit 78aae4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aave_data/assets/protocol/protocol_hourly_data_lake.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@

INITIAL_RETRY = 0.01 #seconds
MAX_RETRIES = 10
HOURLY_PARTITION_START_DATE=datetime(2023,9,28,0,0,0, tzinfo=timezone.utc)
HOURLY_PARTITION_START_DATE=datetime(2023,4,15,0,0,0, tzinfo=timezone.utc)

market_hour_multipartition = MultiPartitionsDefinition(
{
Expand Down

0 comments on commit 78aae4e

Please sign in to comment.