Skip to content

Commit

Permalink
fixes schema override for arbitrum (#2165)
Browse files Browse the repository at this point in the history
  • Loading branch information
ravenac95 authored Sep 18, 2024
1 parent 4540f34 commit 0c6b588
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions warehouse/oso_dagster/assets/arbitrum.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ def _factory(project_id: str, staging_bucket: str):
partition_column_transform=traces_asset_config.partition_column_transform,
source_bucket_name=staging_bucket_name,
destination_bucket_name=staging_bucket_name,
schema_overrides=traces_asset_config.schema_overrides,
# uncomment the following value to test
# max_objects_to_load=1,
deps=transactions.filter_assets_by_name("transactions"),
Expand Down

0 comments on commit 0c6b588

Please sign in to comment.