Skip to content

Commit

Permalink
Fix dataset name for bebop (#785)
Browse files Browse the repository at this point in the history
Co-authored-by: evgeny <[email protected]>
  • Loading branch information
medvedev1088 and evgenynansenai authored Sep 19, 2024
1 parent 4d6a72a commit 288c261
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
"type": "trace"
},
"table": {
"dataset_name": "ethereum_bebop",
"dataset_name": "bebop",
"schema": [
{
"description": "",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"type": "log"
},
"table": {
"dataset_name": "ethereum_bebop",
"dataset_name": "bebop",
"schema": [
{
"description": "",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@
"type": "trace"
},
"table": {
"dataset_name": "ethereum_bebop",
"dataset_name": "bebop",
"schema": [
{
"description": "",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@
"type": "trace"
},
"table": {
"dataset_name": "ethereum_bebop",
"dataset_name": "bebop",
"schema": [
{
"description": "",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"type": "log"
},
"table": {
"dataset_name": "ethereum_bebop",
"dataset_name": "bebop",
"schema": [
{
"description": "",
Expand Down

0 comments on commit 288c261

Please sign in to comment.