-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
keegansmith21
committed
May 15, 2024
1 parent
4a60464
commit 601675b
Showing
17 changed files
with
272 additions
and
1 deletion.
There are no files selected for viewing
14 changes: 14 additions & 0 deletions
14
dags/oaebu_workflows/schema/shmp_pilot/book_metrics_altmetrics.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
{ | ||
"fields": [ | ||
{ | ||
"mode": "NULLABLE", | ||
"name": "value", | ||
"type": "INTEGER", | ||
"description": "Metric value" | ||
} | ||
], | ||
"mode": "NULLABLE", | ||
"name": "altmetrics", | ||
"type": "RECORD", | ||
"description": "Metrics derived from Altmetrics" | ||
} |
14 changes: 14 additions & 0 deletions
14
dags/oaebu_workflows/schema/shmp_pilot/book_metrics_amazon.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
{ | ||
"fields": [ | ||
{ | ||
"mode": "NULLABLE", | ||
"name": "value", | ||
"type": "INTEGER", | ||
"description": "Metric value" | ||
} | ||
], | ||
"mode": "NULLABLE", | ||
"name": "amazon", | ||
"type": "RECORD", | ||
"description": "Metrics derived from Amazon" | ||
} |
14 changes: 14 additions & 0 deletions
14
dags/oaebu_workflows/schema/shmp_pilot/book_metrics_amazon_ltd.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
{ | ||
"fields": [ | ||
{ | ||
"mode": "NULLABLE", | ||
"name": "value", | ||
"type": "INTEGER", | ||
"description": "Metric value" | ||
} | ||
], | ||
"mode": "NULLABLE", | ||
"name": "amazon_ltd", | ||
"type": "RECORD", | ||
"description": "Metrics derived from Amazon LTD" | ||
} |
14 changes: 14 additions & 0 deletions
14
dags/oaebu_workflows/schema/shmp_pilot/book_metrics_internet_archive.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
{ | ||
"fields": [ | ||
{ | ||
"mode": "NULLABLE", | ||
"name": "value", | ||
"type": "INTEGER", | ||
"description": "Metric value" | ||
} | ||
], | ||
"mode": "NULLABLE", | ||
"name": "internet_archive", | ||
"type": "RECORD", | ||
"description": "Metrics derived from Internet Archive" | ||
} |
14 changes: 14 additions & 0 deletions
14
dags/oaebu_workflows/schema/shmp_pilot/book_metrics_scholarcommons_ltd.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
{ | ||
"fields": [ | ||
{ | ||
"mode": "NULLABLE", | ||
"name": "value", | ||
"type": "INTEGER", | ||
"description": "Metric value" | ||
} | ||
], | ||
"mode": "NULLABLE", | ||
"name": "scholarspace_commons_ltd", | ||
"type": "RECORD", | ||
"description": "Metrics derived from Scholarspace Commons LTD" | ||
} |
14 changes: 14 additions & 0 deletions
14
dags/oaebu_workflows/schema/shmp_pilot/book_metrics_scholarspace_downloads.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
{ | ||
"fields": [ | ||
{ | ||
"mode": "NULLABLE", | ||
"name": "value", | ||
"type": "INTEGER", | ||
"description": "Metric value" | ||
} | ||
], | ||
"mode": "NULLABLE", | ||
"name": "scholarspace_downloads", | ||
"type": "RECORD", | ||
"description": "Metrics derived from Scholarspace Downloads" | ||
} |
14 changes: 14 additions & 0 deletions
14
dags/oaebu_workflows/schema/shmp_pilot/book_metrics_scholarspace_views.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
{ | ||
"fields": [ | ||
{ | ||
"mode": "NULLABLE", | ||
"name": "value", | ||
"type": "INTEGER", | ||
"description": "Metric value" | ||
} | ||
], | ||
"mode": "NULLABLE", | ||
"name": "scholarspace_views", | ||
"type": "RECORD", | ||
"description": "Metrics derived from Scholarspace Views" | ||
} |
14 changes: 14 additions & 0 deletions
14
dags/oaebu_workflows/schema/shmp_pilot/book_metrics_sci_open.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
{ | ||
"fields": [ | ||
{ | ||
"mode": "NULLABLE", | ||
"name": "value", | ||
"type": "INTEGER", | ||
"description": "Metric value" | ||
} | ||
], | ||
"mode": "NULLABLE", | ||
"name": "Sci_Open", | ||
"type": "RECORD", | ||
"description": "Metrics derived from Sci Open" | ||
} |
20 changes: 20 additions & 0 deletions
20
dags/oaebu_workflows/schema/shmp_pilot/book_product_metrics_altmetrics.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
[ | ||
{ | ||
"mode": "REQUIRED", | ||
"name": "ISBN13", | ||
"type": "STRING", | ||
"description": "13 Digit ISBN of the book." | ||
}, | ||
{ | ||
"mode": "REQUIRED", | ||
"name": "value", | ||
"type": "INTEGER", | ||
"description": "Measured value." | ||
}, | ||
{ | ||
"mode": "REQUIRED", | ||
"name": "release_date", | ||
"type": "DATE", | ||
"description": "The end date of the release month" | ||
} | ||
] |
20 changes: 20 additions & 0 deletions
20
dags/oaebu_workflows/schema/shmp_pilot/book_product_metrics_amazon.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
[ | ||
{ | ||
"mode": "REQUIRED", | ||
"name": "ISBN13", | ||
"type": "STRING", | ||
"description": "13 Digit ISBN of the book." | ||
}, | ||
{ | ||
"mode": "REQUIRED", | ||
"name": "value", | ||
"type": "INTEGER", | ||
"description": "Measured value." | ||
}, | ||
{ | ||
"mode": "REQUIRED", | ||
"name": "release_date", | ||
"type": "DATE", | ||
"description": "The end date of the release month" | ||
} | ||
] |
20 changes: 20 additions & 0 deletions
20
dags/oaebu_workflows/schema/shmp_pilot/book_product_metrics_amazon_ltd.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
[ | ||
{ | ||
"mode": "REQUIRED", | ||
"name": "ISBN13", | ||
"type": "STRING", | ||
"description": "13 Digit ISBN of the book." | ||
}, | ||
{ | ||
"mode": "REQUIRED", | ||
"name": "value", | ||
"type": "INTEGER", | ||
"description": "Measured value." | ||
}, | ||
{ | ||
"mode": "REQUIRED", | ||
"name": "release_date", | ||
"type": "DATE", | ||
"description": "The end date of the release month" | ||
} | ||
] |
20 changes: 20 additions & 0 deletions
20
dags/oaebu_workflows/schema/shmp_pilot/book_product_metrics_internet_archive.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
[ | ||
{ | ||
"mode": "REQUIRED", | ||
"name": "ISBN13", | ||
"type": "STRING", | ||
"description": "13 Digit ISBN of the book." | ||
}, | ||
{ | ||
"mode": "REQUIRED", | ||
"name": "value", | ||
"type": "INTEGER", | ||
"description": "Measured value." | ||
}, | ||
{ | ||
"mode": "REQUIRED", | ||
"name": "release_date", | ||
"type": "DATE", | ||
"description": "The end date of the release month" | ||
} | ||
] |
20 changes: 20 additions & 0 deletions
20
dags/oaebu_workflows/schema/shmp_pilot/book_product_metrics_scholarcommons_ltd.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
[ | ||
{ | ||
"mode": "REQUIRED", | ||
"name": "ISBN13", | ||
"type": "STRING", | ||
"description": "13 Digit ISBN of the book." | ||
}, | ||
{ | ||
"mode": "REQUIRED", | ||
"name": "value", | ||
"type": "INTEGER", | ||
"description": "Measured value." | ||
}, | ||
{ | ||
"mode": "REQUIRED", | ||
"name": "release_date", | ||
"type": "DATE", | ||
"description": "The end date of the release month" | ||
} | ||
] |
20 changes: 20 additions & 0 deletions
20
dags/oaebu_workflows/schema/shmp_pilot/book_product_metrics_scholarspace_downloads.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
[ | ||
{ | ||
"mode": "REQUIRED", | ||
"name": "ISBN13", | ||
"type": "STRING", | ||
"description": "13 Digit ISBN of the book." | ||
}, | ||
{ | ||
"mode": "REQUIRED", | ||
"name": "value", | ||
"type": "INTEGER", | ||
"description": "Measured value." | ||
}, | ||
{ | ||
"mode": "REQUIRED", | ||
"name": "release_date", | ||
"type": "DATE", | ||
"description": "The end date of the release month" | ||
} | ||
] |
20 changes: 20 additions & 0 deletions
20
dags/oaebu_workflows/schema/shmp_pilot/book_product_metrics_scholarspace_views.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
[ | ||
{ | ||
"mode": "REQUIRED", | ||
"name": "ISBN13", | ||
"type": "STRING", | ||
"description": "13 Digit ISBN of the book." | ||
}, | ||
{ | ||
"mode": "REQUIRED", | ||
"name": "value", | ||
"type": "INTEGER", | ||
"description": "Measured value." | ||
}, | ||
{ | ||
"mode": "REQUIRED", | ||
"name": "release_date", | ||
"type": "DATE", | ||
"description": "The end date of the release month" | ||
} | ||
] |
20 changes: 20 additions & 0 deletions
20
dags/oaebu_workflows/schema/shmp_pilot/book_product_metrics_sci_open.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
[ | ||
{ | ||
"mode": "REQUIRED", | ||
"name": "ISBN13", | ||
"type": "STRING", | ||
"description": "13 Digit ISBN of the book." | ||
}, | ||
{ | ||
"mode": "REQUIRED", | ||
"name": "value", | ||
"type": "INTEGER", | ||
"description": "Measured value." | ||
}, | ||
{ | ||
"mode": "REQUIRED", | ||
"name": "release_date", | ||
"type": "DATE", | ||
"description": "The end date of the release month" | ||
} | ||
] |
1 change: 0 additions & 1 deletion
1
dags/oaebu_workflows/sql/shmp_pilot/month_null_scholarspace_commons_ltd.sql
This file was deleted.
Oops, something went wrong.