Skip to content

Commit

Permalink
fix: update some names (#1753)
Browse files Browse the repository at this point in the history
* Update farcaster and lens Dagster assets to have the right prefix
* Show the current challenge in the left sidebar
  • Loading branch information
ryscheng authored Jul 3, 2024
1 parent e584a16 commit 74ce965
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
---
title: Audit of RF4 Impact Metric Calculations
sidebar_position: 3
sidebar_class_name: hidden
---

## Objective
Expand Down
4 changes: 2 additions & 2 deletions warehouse/oso_dagster/assets/farcaster.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@

farcaster_data = create_bq_dts_asset(
BqDtsAssetConfig(
key_prefix="bigquery",
asset_name="farcaster_source",
key_prefix="farcaster",
asset_name="bq_dts_source",
display_name="farcaster",
destination_project_id="opensource-observer",
destination_dataset_name="farcaster",
Expand Down
4 changes: 2 additions & 2 deletions warehouse/oso_dagster/assets/lens.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@

farcaster_data = create_bq_dts_asset(
BqDtsAssetConfig(
key_prefix="bigquery",
asset_name="lens_source",
key_prefix="lens",
asset_name="bq_dts_source",
display_name="lens",
destination_project_id="opensource-observer",
destination_dataset_name="lens_v2_polygon",
Expand Down

0 comments on commit 74ce965

Please sign in to comment.